DGtal
0.6.devel
|
#include <CanonicSCellEmbedder.h>
Public Types | |
typedef CanonicSCellEmbedder < TKSpace > | Self |
typedef TKSpace | KSpace |
typedef KSpace::SCell | SCell |
typedef KSpace::Space | Space |
typedef Space::RealPoint | RealPoint |
typedef SCell | Argument |
typedef RealPoint | Value |
typedef Space::Integer | Integer |
typedef Space::Point | Point |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((CCellularGridSpaceND< TKSpace >)) | |
~CanonicSCellEmbedder () | |
CanonicSCellEmbedder () | |
CanonicSCellEmbedder (const KSpace &aKSpace) | |
CanonicSCellEmbedder (const Self &other) | |
Self & | operator= (const Self &other) |
const KSpace & | space () const |
RealPoint | embed (const SCell &cell) const |
RealPoint | operator() (const SCell &cell) const |
void | selfDisplay (std::ostream &out) const |
bool | isValid () const |
Protected Attributes | |
const KSpace * | myKSpace |
Aim: A trivial embedder for signed cell, which corresponds to the canonic injection of cell centroids into Rn.
Description of class 'CanonicSCellEmbedder'
Model of CSCellEmbedder.
TKSpace | the type of cellular grid space where the embedder works, a model of CCellularGridSpaceND. |
Definition at line 64 of file CanonicSCellEmbedder.h.
typedef SCell DGtal::CanonicSCellEmbedder< TKSpace >::Argument |
Definition at line 74 of file CanonicSCellEmbedder.h.
typedef Space::Integer DGtal::CanonicSCellEmbedder< TKSpace >::Integer |
Definition at line 77 of file CanonicSCellEmbedder.h.
typedef TKSpace DGtal::CanonicSCellEmbedder< TKSpace >::KSpace |
Definition at line 70 of file CanonicSCellEmbedder.h.
typedef Space::Point DGtal::CanonicSCellEmbedder< TKSpace >::Point |
Definition at line 78 of file CanonicSCellEmbedder.h.
typedef Space::RealPoint DGtal::CanonicSCellEmbedder< TKSpace >::RealPoint |
Definition at line 73 of file CanonicSCellEmbedder.h.
typedef KSpace::SCell DGtal::CanonicSCellEmbedder< TKSpace >::SCell |
Definition at line 71 of file CanonicSCellEmbedder.h.
typedef CanonicSCellEmbedder<TKSpace> DGtal::CanonicSCellEmbedder< TKSpace >::Self |
Definition at line 67 of file CanonicSCellEmbedder.h.
typedef KSpace::Space DGtal::CanonicSCellEmbedder< TKSpace >::Space |
Definition at line 72 of file CanonicSCellEmbedder.h.
typedef RealPoint DGtal::CanonicSCellEmbedder< TKSpace >::Value |
Definition at line 75 of file CanonicSCellEmbedder.h.
|
inline |
|
inline |
Default constructor. The object is not valid.
Definition at line 53 of file CanonicSCellEmbedder.ih.
|
inline |
Constructor from space.
Definition at line 60 of file CanonicSCellEmbedder.ih.
|
inline |
Copy constructor.
other | the object to clone. |
Definition at line 67 of file CanonicSCellEmbedder.ih.
DGtal::CanonicSCellEmbedder< TKSpace >::BOOST_CONCEPT_ASSERT | ( | (CCellularGridSpaceND< TKSpace >) | ) |
|
inline |
Map a signed cell to its corresponding point in the Euclidean space.
cell | any signed cell in the digital space. |
Definition at line 93 of file CanonicSCellEmbedder.ih.
|
inline |
Checks the validity/consistency of the object.
Definition at line 114 of file CanonicSCellEmbedder.ih.
|
inline |
Map a signed cell to its corresponding point in the Euclidean space.
cell | any signed cell in the digital space. |
Definition at line 101 of file CanonicSCellEmbedder.ih.
|
inline |
Assignment.
other | the object to clone. |
Definition at line 75 of file CanonicSCellEmbedder.ih.
References DGtal::CanonicSCellEmbedder< TKSpace >::myKSpace.
void DGtal::CanonicSCellEmbedder< TKSpace >::selfDisplay | ( | std::ostream & | out | ) | const |
Writes/Displays the object on an output stream.
out | the output stream where the object is written. |
|
inline |
Definition at line 84 of file CanonicSCellEmbedder.ih.
|
protected |
Definition at line 150 of file CanonicSCellEmbedder.h.
Referenced by DGtal::CanonicSCellEmbedder< TKSpace >::operator=().