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

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)
 
vtkStandardMeshRepresenterClone () const
 
void Delete () const
 
std::string GetName () const
 
unsigned GetDimensions () const
 
std::string GetVersion () const
 
RepresenterDataType GetType () const
 
const DomainTypeGetDomain () 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 vtkStandardMeshRepresenterCreate ()
 
static vtkStandardMeshRepresenterCreate (const vtkPolyData *reference)
 

Detailed Description

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

See Also
Representer

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