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

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
 
vtkPointoperator= (const vtkPoint &rhs)
 
 vtkPoint (const vtkPoint &orig)
 

Detailed Description

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..


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