|
VTK
9.4.2
|
#include "vtkCamera.h"#include "vtkDataSet.h"#include "vtkMatrix4x4.h"#include "vtkNew.h"#include "vtkRenderer.h"#include "vtkVector.h"#include <vector>Go to the source code of this file.
Classes | |
| struct | vtkBlockSortHelper::BackToFront< T > |
| operator() for back-to-front sorting. More... | |
Namespaces | |
| namespace | 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) |