DGtal
0.6.devel
|
#include <Modifier.h>
Public Types | |
typedef KSpace::Point | Output |
typedef KSpace::SCell | Input |
Public Member Functions | |
SCellToOuterPoint () | |
SCellToOuterPoint (KSpace aK) | |
SCellToOuterPoint (const SCellToOuterPoint &other) | |
SCellToOuterPoint & | operator= (const SCellToOuterPoint &other) |
Output | get (const Input &s) const |
Private Member Functions | |
BOOST_STATIC_ASSERT ((KSpace::dimension==2)) |
Private Attributes | |
KSpace | myK |
Aim: transforms a sigend cell into a point, basically a linel into the direct incident pixel center.
Description of template class 'SCellToOuterPoint'
KSpace,the | 2d Khalimsky space |
Definition at line 481 of file Modifier.h.
typedef KSpace::SCell DGtal::deprecated::SCellToOuterPoint< KSpace >::Input |
Definition at line 488 of file Modifier.h.
typedef KSpace::Point DGtal::deprecated::SCellToOuterPoint< KSpace >::Output |
Definition at line 487 of file Modifier.h.
|
inline |
|
inline |
Constructor.
aK | a Khalimsky space |
Definition at line 503 of file Modifier.h.
|
inline |
Copy constructor.
other | any SCellToOuterPoint modifier |
Definition at line 509 of file Modifier.h.
|
private |
|
inline |
Get a point (integer coordinates) from a scell (khalimsky coordinates)
s | a linel |
Definition at line 531 of file Modifier.h.
References DGtal::deprecated::SCellToOuterPoint< KSpace >::myK.
|
inline |
Assignment.
other | the object to copy. |
Definition at line 517 of file Modifier.h.
References DGtal::deprecated::SCellToOuterPoint< KSpace >::myK.
|
private |
Definition at line 491 of file Modifier.h.
Referenced by DGtal::deprecated::SCellToOuterPoint< KSpace >::get(), and DGtal::deprecated::SCellToOuterPoint< KSpace >::operator=().