VTK  9.3.20240329
Classes | Namespaces | Functions
vtkBlockSortHelper.h File Reference
#include "vtkCamera.h"
#include "vtkDataSet.h"
#include "vtkMatrix4x4.h"
#include "vtkNew.h"
#include "vtkRenderer.h"
#include "vtkVector.h"
#include "vtkVectorOperators.h"
#include <vector>
Include dependency graph for vtkBlockSortHelper.h:

Go to the source code of this file.

Classes

struct  vtkBlockSortHelper::BackToFront< T >
 operator() for back-to-front sorting. More...
 

Namespaces

 vtkBlockSortHelper
 Collection of comparison functions for std::sort.
 

Functions

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