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::CDigitalSurfaceEmbedder< T > Struct Template Reference

#include <CDigitalSurfaceEmbedder.h>

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

Public Types

typedef T::KSpace KSpace
typedef T::Surface Surface
typedef T::SCell SCell
typedef T::RealPoint RealPoint
typedef T::Argument Argument
typedef T::Value Value
- Public Types inherited from DGtal::CSCellEmbedder< T >

Public Member Functions

 BOOST_CONCEPT_USAGE (CDigitalSurfaceEmbedder)
void checkConstConstraints () const
- Public Member Functions inherited from DGtal::CSCellEmbedder< T >
 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)
- Public Member Functions inherited from DGtal::CUnaryFunctor< T, T::SCell, T::RealPoint >
 BOOST_CONCEPT_USAGE (CUnaryFunctor)

Private Attributes

myX
Surface mySurface

Detailed Description

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

Aim: A digital surface embedder is a specialized mapping from signed cells to Euclidean points. It adds inner types to functor as well as a method to access the digital surface.

Description of concept 'CDigitalSurfaceEmbedder'

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
Accessor to surfacex.surface() Surface return the associated digital surface

Invariants

Models

Notes

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

Definition at line 95 of file CDigitalSurfaceEmbedder.h.


Member Typedef Documentation

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

Reimplemented from DGtal::CSCellEmbedder< T >.

Definition at line 103 of file CDigitalSurfaceEmbedder.h.

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

Reimplemented from DGtal::CSCellEmbedder< T >.

Definition at line 99 of file CDigitalSurfaceEmbedder.h.

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

Reimplemented from DGtal::CSCellEmbedder< T >.

Definition at line 102 of file CDigitalSurfaceEmbedder.h.

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

Reimplemented from DGtal::CSCellEmbedder< T >.

Definition at line 101 of file CDigitalSurfaceEmbedder.h.

template<typename T >
typedef T::Surface DGtal::CDigitalSurfaceEmbedder< T >::Surface

Definition at line 100 of file CDigitalSurfaceEmbedder.h.

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

Reimplemented from DGtal::CSCellEmbedder< T >.

Definition at line 104 of file CDigitalSurfaceEmbedder.h.


Member Function Documentation

template<typename T >
DGtal::CDigitalSurfaceEmbedder< T >::BOOST_CONCEPT_USAGE ( CDigitalSurfaceEmbedder< T >  )
inline
template<typename T >
void DGtal::CDigitalSurfaceEmbedder< T >::checkConstConstraints ( ) const
inline

Field Documentation

template<typename T >
Surface DGtal::CDigitalSurfaceEmbedder< T >::mySurface
private
template<typename T >
T DGtal::CDigitalSurfaceEmbedder< T >::myX
private

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