CAPD RedHom Library
capd::persistence::EuclideanPointCloudType< _DIM > Struct Template Reference

#include <capd/persistence/PointCloudTypes.h>

Public Types

typedef double ScalarType
 
typedef EuclideanMetric< ScalarType, DIMMetric
 
typedef PointCloud< Metric, _DIM > PointCloudType
 
typedef PointCloudType::Point Point
 

Static Public Attributes

static const size_t DIM = _DIM
 

Member Typedef Documentation

template<size_t _DIM>
typedef PointCloud<Metric, _DIM> capd::persistence::EuclideanPointCloudType< _DIM >::PointCloudType
template<size_t _DIM>
typedef double capd::persistence::EuclideanPointCloudType< _DIM >::ScalarType

Member Data Documentation

template<size_t _DIM>
const size_t capd::persistence::EuclideanPointCloudType< _DIM >::DIM = _DIM
static