Statismo  0.10.1
 All Classes Namespaces Functions Typedefs
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCstatismo::BuilderInfoHolds information about the data and the parameters used by a specific modelbuilder
oCitk::ConditionalModelBuilder< Representer >ITK Wrapper for the statismo::PCAModelBuilder class
oCstatismo::CrossValidationFold< T >Holds training and test data used for Crossvalidation
oCitk::DataManager< T >ITK Wrapper for the statismo::DataManager class
oCstatismo::DataManager< T >Manages Training and Test Data for building Statistical Models and provides functionality for Crossvalidation
|\Cstatismo::DataManagerWithSurrogates< T >Manages Training and Test Data for building Statistical Models and provides functionality for Crossvalidation. Manages data together with surrogate information. The surrogate variables are provided through a vector (see DataManager), and can contain both continuous or categorical data. The surrogate data is provided through files. One file for each dataset, and one file describing the types of surrogates. This file is also an ascii file with space or EOL separated values. Those values are either 0 or 1, standing for respectively categorical or continuous variable. This class does not support any missing data, so each dataset must come with a surrogate data file, all of which must contain the same number of entries as the type-file
oCstatismo::DataManager< Representer >
|\Citk::DataManagerWithSurrogates< Representer >ITK Wrapper for the statismo::DataManager class
oCstatismo::Domain< PointType >
oCstatismo::EigenfunctionComputationResult
oCGenericRepresenterTest< Representer >
oCstatismo::HDF5UtilsUtility methods to read and store common types to a HDF5 File
oCitk::LowRankGPModelBuilder< T >ITK Wrapper for the statismo::LowRankGPModelBuilder class
oCstatismo::MatrixValuedKernel< TPoint >
|oCstatismo::ProductKernel< TPoint >
|oCstatismo::ScaledKernel< TPoint >
|oCstatismo::SumKernel< TPoint >
|\Cstatismo::UncorrelatedMatrixValuedKernel< TPoint >
oCstatismo::MatrixValuedKernel< PointType >
oCstatismo::MatrixValuedKernel< Representer< T >::PointType >
|\Cstatismo::SpatiallyVaryingKernel< T >
oCstatismo::MatrixValuedKernel< vtkPoint >
oCstatismo::ModelBuilder< T >Common base class for all the model builder classes
|oCstatismo::ConditionalModelBuilder< T >Creates a StatisticalModel conditioned on some external data
|oCstatismo::LowRankGPModelBuilder< T >
|oCstatismo::PCAModelBuilder< T >Creates StatisticalModel using Principal Component Analysis
|\Cstatismo::PosteriorModelBuilder< T >Given a statistical model (prior) and a set of point constraints (likelihood), generate a new PCA model (posterior)
oCstatismo::ModelBuilder< Representer >
|\Cstatismo::ReducedVarianceModelBuilder< Representer >Builds a new model which retains only the specified total variance
oCstatismo::ModelInfoStores meta information about the model, such as e.g. the name (uri) of the datasets used to build the models, or specific parameters of the modelBuilders
oCstatismo::NotImplementedExceptionUsed to indicate that a method has not yet been implemented
oCstatismo::Nystrom< T >
oCitk::PCAModelBuilder< Representer >ITK Wrapper for the statismo::PCAModelBuilder class
oCitk::PosteriorModelBuilder< T >ITK Wrapper for the statismo::PosteriorModelBuilder class
oCstatismo::RandSVD< ScalarType >
oCitk::ReducedVarianceModelBuilder< Representer >ITK Wrapper for the statismo::ReducedVarianceModelBuilder class
oCstatismo::ScalarValuedKernel< TPoint >
|oCGaussianKernel< TPoint >
|oCGaussianKernel< TPoint >
|\CGaussianKernel< TPoint >
oCstatismo::ScalarValuedKernel< vtkPoint >
|\CGaussianKernel< TPoint >
oCitk::StandardImageRepresenter< TPixel, ImageDimension >A representer for scalar and vector valued images
oCitk::StandardMeshRepresenter< TPixel, MeshDimension >A representer for scalar valued itk Meshs
oCitk::StatisticalModel< T >ITK Wrapper for the statismo::StatisticalModel class
oCstatismo::StatisticalModel< T >A Point/Value pair that is used to specify a value at a given point
oCstatismo::StatisticalModelExceptionGeneric Exception class for the statismo Library
oCitk::StatisticalModelTransformBase< TDataset, TScalarType, TInputDimension, TOutputDimension >Base class that implements an itk transform interface for statistical models
oCitk::StatisticalModelTransformBase< TDataSet, TScalarType, TDimension >
|\Citk::StatisticalDeformationModelTransform< TDataSet, TScalarType, TDimension >An itk transform that allows for deformations defined by a given Statistical Deformation Model
oCitk::StatisticalModelTransformBase< TDataset, TScalarType, TDimension >
|\Citk::InterpolatingStatisticalDeformationModelTransform< TDataset, TScalarType, TDimension >An itk transform that allows for deformations defined by a given Statistical Deformation Model
oCitk::StatisticalModelTransformBase< TRepresenter, TScalarType, TDimension >
|\Citk::StatisticalShapeModelTransform< TRepresenter, TScalarType, TDimension >An itk transform that allows for deformations defined by a given Statistical Shape Model
oCstatismo::TemperingFunction< TPoint >
oCstatismo::TemperingFunction< PointType >
oCstatismo::TemperingFunction< vtkPoint >
oCstatismo::TrivialVectorialRepresenterA trivial representer, that does no representation at all, but works directly with vectorial data
oCstatismo::vtkNDPixelHelper 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
oCstatismo::vtkPointHelper 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.
oCstatismo::vtkStandardMeshRepresenterA representer for vtkPolyData, which stores the represnter data in the standard mesh format defined for statismo
\CvtkUnstructuredGridRepresenterA representer for vtkUnstructuredGrid using Procrustes alignment to align the datasets