VTK  9.3.20240418
Classes | Functions
vtkBlockSortHelper Namespace Reference

Collection of comparison functions for std::sort. More...

Classes

struct  BackToFront
 operator() for back-to-front sorting. More...
 

Functions

template<typename T >
void GetBounds (T a, double bds[6])
 
template<>
void GetBounds (vtkDataSet *first, double bds[6])
 
template<class RandomIt , typename T >
void Sort (RandomIt bitr, RandomIt eitr, BackToFront< T > &me)
 

Detailed Description

Collection of comparison functions for std::sort.

Function Documentation

◆ GetBounds() [1/2]

template<typename T >
void vtkBlockSortHelper::GetBounds ( a,
double  bds[6] 
)
inline

Definition at line 26 of file vtkBlockSortHelper.h.

◆ GetBounds() [2/2]

template<>
void vtkBlockSortHelper::GetBounds ( vtkDataSet first,
double  bds[6] 
)
inline

Definition at line 32 of file vtkBlockSortHelper.h.

◆ Sort()

template<class RandomIt , typename T >
void vtkBlockSortHelper::Sort ( RandomIt  bitr,
RandomIt  eitr,
BackToFront< T > &  me 
)
inline

Definition at line 291 of file vtkBlockSortHelper.h.