CAPD RedHom Library
capd::complex::CellSComplex< CellCodeT, Traits, CellCodeStorage >::Cell Struct Reference

#include <capd/complex/CellSComplex.h>

Public Member Functions

 Cell (Id id, const CellSComplex &complex)
 
Dim dim () const
 
Color color () const
 
Id id () const
 

Protected Attributes

const Id _id
 
const CellSComplex_complex
 

Constructor & Destructor Documentation

template<typename CellCodeT, typename Traits, typename CellCodeStorage>
capd::complex::CellSComplex< CellCodeT, Traits, CellCodeStorage >::Cell::Cell ( Id  id,
const CellSComplex complex 
)
inlineexplicit

Member Function Documentation

template<typename CellCodeT, typename Traits, typename CellCodeStorage>
Color capd::complex::CellSComplex< CellCodeT, Traits, CellCodeStorage >::Cell::color ( ) const
inline
template<typename CellCodeT, typename Traits, typename CellCodeStorage>
Dim capd::complex::CellSComplex< CellCodeT, Traits, CellCodeStorage >::Cell::dim ( ) const
inline
template<typename CellCodeT, typename Traits, typename CellCodeStorage>
Id capd::complex::CellSComplex< CellCodeT, Traits, CellCodeStorage >::Cell::id ( ) const
inline

Member Data Documentation

template<typename CellCodeT, typename Traits, typename CellCodeStorage>
const CellSComplex& capd::complex::CellSComplex< CellCodeT, Traits, CellCodeStorage >::Cell::_complex
protected
template<typename CellCodeT, typename Traits, typename CellCodeStorage>
const Id capd::complex::CellSComplex< CellCodeT, Traits, CellCodeStorage >::Cell::_id
protected