Helper class that represents a vtkPixel or arbitrary type and dimension In vtk a pixel is just of type T*. The statismo library relies on a proper copy semantics, and hence requires such a wrapper. More...
#include <vtkHelper.h>
Public Member Functions | |
vtkNDPixel (unsigned dimensions) | |
vtkNDPixel (double *x, unsigned dimensions) | |
double & | operator[] (unsigned i) |
const double & | operator[] (unsigned i) const |
vtkNDPixel & | operator= (const vtkNDPixel &rhs) |
vtkNDPixel (const vtkNDPixel &orig) | |
Helper class that represents a vtkPixel or arbitrary type and dimension In vtk a pixel is just of type T*. The statismo library relies on a proper copy semantics, and hence requires such a wrapper.