DGtal
0.6.devel
|
#include <Modifier.h>
Public Types | |
typedef KSpace::Point | Point |
typedef KSpace::Vector | Vector |
typedef std::pair< Point, Vector > | Output |
typedef KSpace::SCell | Input |
Public Member Functions | |
SCellToArrow () | |
SCellToArrow (KSpace aK) | |
SCellToArrow (const SCellToArrow &other) | |
SCellToArrow & | operator= (const SCellToArrow &other) |
Output | get (const Input &s) const |
Private Attributes | |
KSpace | myK |
Aim: transforms a signed cell into an arrow, ie. a pair point-vector.
Description of template class 'SCellToArrow'
KSpace,the | Khalimsky space |
Definition at line 337 of file Modifier.h.
typedef KSpace::SCell DGtal::deprecated::SCellToArrow< KSpace >::Input |
Definition at line 346 of file Modifier.h.
typedef std::pair<Point,Vector> DGtal::deprecated::SCellToArrow< KSpace >::Output |
Definition at line 344 of file Modifier.h.
typedef KSpace::Point DGtal::deprecated::SCellToArrow< KSpace >::Point |
Definition at line 342 of file Modifier.h.
typedef KSpace::Vector DGtal::deprecated::SCellToArrow< KSpace >::Vector |
Definition at line 343 of file Modifier.h.
|
inline |
|
inline |
Constructor.
aK | a Khalimsky space |
Definition at line 362 of file Modifier.h.
|
inline |
Copy constructor.
other | any SCellToArrow modifier |
Definition at line 368 of file Modifier.h.
|
inline |
Get an arrow, ie a pair point-vector in integer coordinates from a scell in khalimsky coordinates
s | a scell |
Definition at line 391 of file Modifier.h.
References DGtal::deprecated::SCellToArrow< KSpace >::myK.
|
inline |
Assignment.
other | the object to copy. |
Definition at line 376 of file Modifier.h.
References DGtal::deprecated::SCellToArrow< KSpace >::myK.
|
private |
Definition at line 349 of file Modifier.h.
Referenced by DGtal::deprecated::SCellToArrow< KSpace >::get(), and DGtal::deprecated::SCellToArrow< KSpace >::operator=().