DGtal
0.6.devel
|
#include <SCellsFunctors.h>
Public Types | |
typedef KSpace::Point | Output |
typedef KSpace::SCell | Input |
Public Member Functions | |
SCellToOuterPoint () | |
SCellToOuterPoint (const KSpace &aK) | |
SCellToOuterPoint (const SCellToOuterPoint &other) | |
SCellToOuterPoint & | operator= (const SCellToOuterPoint &other) |
Output | operator() (const Input &s) const |
Private Attributes | |
const KSpace * | myK |
Aim: transforms a signed cell c into a point corresponding to the signed cell of greater dimension that is directly incident to c.
Description of template class 'SCellToOuterPoint'
For instance, a linel is mapped into the direct incident pixel center and a surfel is mapped into the direct incident voxel center.
KSpace | the Khalimsky space |
Definition at line 387 of file SCellsFunctors.h.
typedef KSpace::SCell DGtal::SCellToOuterPoint< KSpace >::Input |
Definition at line 392 of file SCellsFunctors.h.
typedef KSpace::Point DGtal::SCellToOuterPoint< KSpace >::Output |
Definition at line 391 of file SCellsFunctors.h.
|
inline |
|
inline |
Constructor.
aK | a Khalimsky space |
Definition at line 410 of file SCellsFunctors.h.
|
inline |
Copy constructor.
other | any SCellToOuterPoint modifier |
Definition at line 416 of file SCellsFunctors.h.
|
inline |
Return a point (integer coordinates) from a scell (khalimsky coordinates)
s | a linel |
Definition at line 438 of file SCellsFunctors.h.
References DGtal::SCellToOuterPoint< KSpace >::myK.
|
inline |
Assignment.
other | the object to copy. |
Definition at line 424 of file SCellsFunctors.h.
References DGtal::SCellToOuterPoint< KSpace >::myK.
|
private |
Aliasing pointer on the Khalimsky space.
Definition at line 398 of file SCellsFunctors.h.
Referenced by DGtal::SCellToOuterPoint< KSpace >::operator()(), and DGtal::SCellToOuterPoint< KSpace >::operator=().