DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Private Attributes
DGtal::CSCellEmbedder< T > Struct Template Reference

#include <CSCellEmbedder.h>

Inheritance diagram for DGtal::CSCellEmbedder< T >:
Inheritance graph
[legend]
Collaboration diagram for DGtal::CSCellEmbedder< T >:
Collaboration graph
[legend]

Public Types

typedef T::KSpace KSpace
typedef T::SCell SCell
typedef T::RealPoint RealPoint
typedef T::Argument Argument
typedef T::Value Value

Public Member Functions

 BOOST_CONCEPT_ASSERT ((CCellularGridSpaceND< KSpace >))
 BOOST_STATIC_ASSERT ((ConceptUtils::SameType< SCell, typename KSpace::SCell >::value))
 BOOST_STATIC_ASSERT ((ConceptUtils::SameType< SCell, Argument >::value))
 BOOST_STATIC_ASSERT ((ConceptUtils::SameType< RealPoint, Value >::value))
 BOOST_CONCEPT_USAGE (CSCellEmbedder)
void checkConstConstraints () const
- Public Member Functions inherited from DGtal::CUnaryFunctor< T, T::SCell, T::RealPoint >
 BOOST_CONCEPT_USAGE (CUnaryFunctor)

Private Attributes

myX
SCell myP
RealPoint myRP

Detailed Description

template<typename T>
struct DGtal::CSCellEmbedder< T >

Aim: A cell embedder is a mapping from signed cells to Euclidean points. It adds inner types to functor.

Description of concept 'CSCellEmbedder'

Refinement of

Associated types :

Notation

Definitions

Valid expressions and semantics

Name Expression Type requirements Return type Precondition Semantics Post condition Complexity
Apply functionx(p)Value return the value of the function x on argument p

Invariants

Models

Notes

Template Parameters:
Tthe type that should be a model of CSCellEmbedder.

Definition at line 95 of file CSCellEmbedder.h.


Member Typedef Documentation

template<typename T >
typedef T::Argument DGtal::CSCellEmbedder< T >::Argument

Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.

Definition at line 102 of file CSCellEmbedder.h.

template<typename T >
typedef T::KSpace DGtal::CSCellEmbedder< T >::KSpace

Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.

Definition at line 99 of file CSCellEmbedder.h.

template<typename T >
typedef T::RealPoint DGtal::CSCellEmbedder< T >::RealPoint

Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.

Definition at line 101 of file CSCellEmbedder.h.

template<typename T >
typedef T::SCell DGtal::CSCellEmbedder< T >::SCell

Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.

Definition at line 100 of file CSCellEmbedder.h.

template<typename T >
typedef T::Value DGtal::CSCellEmbedder< T >::Value

Reimplemented in DGtal::CDigitalSurfaceEmbedder< T >.

Definition at line 103 of file CSCellEmbedder.h.


Member Function Documentation

template<typename T >
DGtal::CSCellEmbedder< T >::BOOST_CONCEPT_ASSERT ( (CCellularGridSpaceND< KSpace >)  )
template<typename T >
DGtal::CSCellEmbedder< T >::BOOST_CONCEPT_USAGE ( CSCellEmbedder< T >  )
inline
template<typename T >
DGtal::CSCellEmbedder< T >::BOOST_STATIC_ASSERT ( (ConceptUtils::SameType< SCell, typename KSpace::SCell >::value)  )
template<typename T >
DGtal::CSCellEmbedder< T >::BOOST_STATIC_ASSERT ( (ConceptUtils::SameType< SCell, Argument >::value)  )
template<typename T >
DGtal::CSCellEmbedder< T >::BOOST_STATIC_ASSERT ( (ConceptUtils::SameType< RealPoint, Value >::value)  )
template<typename T >
void DGtal::CSCellEmbedder< T >::checkConstConstraints ( ) const
inline

Field Documentation

template<typename T >
SCell DGtal::CSCellEmbedder< T >::myP
private

Definition at line 121 of file CSCellEmbedder.h.

Referenced by DGtal::CSCellEmbedder< T >::checkConstConstraints().

template<typename T >
RealPoint DGtal::CSCellEmbedder< T >::myRP
private

Definition at line 122 of file CSCellEmbedder.h.

Referenced by DGtal::CSCellEmbedder< T >::checkConstConstraints().

template<typename T >
T DGtal::CSCellEmbedder< T >::myX
private

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