CAPD RedHom Library
capd::complex::CreateCubCellComplexFromVolume< DIM > Class Template Reference

#include <capd/complex/CreateCubCellComplexFromVolume.h>

Public Types

typedef CubCellComplex< FilteredDenseCubMemoryModel< DIM > > Complex
 
typedef boost::iterator_range< const double * > Data
 
typedef homAux::SmallVector< size_t, DIM > Lengths
 

Public Member Functions

template<typename LengthsT >
 CreateCubCellComplexFromVolume (const LengthsT &lengths, Data data)
 
Complex operator() ()
 

Member Typedef Documentation

template<DimType DIM>
typedef boost::iterator_range<const double*> capd::complex::CreateCubCellComplexFromVolume< DIM >::Data

Constructor & Destructor Documentation

template<DimType DIM>
template<typename LengthsT >
capd::complex::CreateCubCellComplexFromVolume< DIM >::CreateCubCellComplexFromVolume ( const LengthsT &  lengths,
Data  data 
)
inline

Member Function Documentation

template<DimType DIM>
auto capd::complex::CreateCubCellComplexFromVolume< DIM >::operator() ( )