Helper class that represents a vtkPoint. In vtk a point 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 | |
vtkPoint (double x, double y, double z) | |
vtkPoint (double *d) | |
double & | operator[] (unsigned i) |
const double & | operator[] (unsigned i) const |
const double * | data () const |
vtkPoint & | operator= (const vtkPoint &rhs) |
vtkPoint (const vtkPoint &orig) | |
Helper class that represents a vtkPoint. In vtk a point is just of type T*. The statismo library relies on a proper copy semantics, and hence requires such a wrapper..