A representer for vtkPolyData, which stores the represnter data in the standard mesh format defined for statismo. More...
#include <vtkStandardMeshRepresenter.h>
Inherits statismo::Representer< T >.
Public Member Functions | |
void | Load (const H5::Group &fg) |
vtkStandardMeshRepresenter * | Clone () const |
void | Delete () const |
std::string | GetName () const |
unsigned | GetDimensions () const |
std::string | GetVersion () const |
RepresenterDataType | GetType () const |
const DomainType & | GetDomain () const |
void | DeleteDataset (DatasetPointerType d) const |
DatasetPointerType | CloneDataset (DatasetConstPointerType d) const |
DatasetConstPointerType | GetReference () const |
statismo::VectorType | PointToVector (const PointType &pt) const |
statismo::VectorType | SampleToSampleVector (DatasetConstPointerType sample) const |
DatasetPointerType | SampleVectorToSample (const statismo::VectorType &sample) const |
ValueType | PointSampleFromSample (DatasetConstPointerType sample, unsigned ptid) const |
statismo::VectorType | PointSampleToPointSampleVector (const ValueType &v) const |
ValueType | PointSampleVectorToPointSample (const statismo::VectorType &pointSample) const |
void | Save (const H5::Group &fg) const |
unsigned | GetNumberOfPoints () const |
unsigned | GetPointIdForPoint (const PointType &point) const |
Static Public Member Functions | |
static vtkStandardMeshRepresenter * | Create () |
static vtkStandardMeshRepresenter * | Create (const vtkPolyData *reference) |
A representer for vtkPolyData, which stores the represnter data in the standard mesh format defined for statismo.
See Representer for more details about representer classes