Statismo  0.10.1
 All Classes Namespaces Functions Typedefs
Public Member Functions | List of all members
statismo::vtkNDPixel Class Reference

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
 
vtkNDPixeloperator= (const vtkNDPixel &rhs)
 
 vtkNDPixel (const vtkNDPixel &orig)
 

Detailed Description

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.


The documentation for this class was generated from the following file: