Statismo  0.10.1
 All Classes Namespaces Functions Typedefs
Public Types | Public Member Functions | List of all members
statismo::Domain< PointType > Class Template Reference

#include <Domain.h>

Public Types

typedef std::vector< PointType > DomainPointsListType
 

Public Member Functions

 Domain ()
 
 Domain (const DomainPointsListType &domainPoints)
 
const DomainPointsListType & GetDomainPoints () const
 
const unsigned GetNumberOfPoints () const
 

Detailed Description

template<typename PointType>
class statismo::Domain< PointType >

This class represents the domain on which a statistical model is defined. A domain is simply a list of points.

Constructor & Destructor Documentation

template<typename PointType >
statismo::Domain< PointType >::Domain ( )
inline

Create an empty domain

template<typename PointType >
statismo::Domain< PointType >::Domain ( const DomainPointsListType &  domainPoints)
inline

Create a new domain from the given list of points

Member Function Documentation

template<typename PointType >
const DomainPointsListType& statismo::Domain< PointType >::GetDomainPoints ( ) const
inline

Returns a list of points that define the domain

template<typename PointType >
const unsigned statismo::Domain< PointType >::GetNumberOfPoints ( ) const
inline

Returns the number of poitns of the domain


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