|
DGtal
0.6.devel
|
#include <Modifier.h>
Public Types | |
| typedef KSpace::Point | Output |
| typedef KSpace::SCell | Input |
Public Member Functions | |
| SCellToInnerPoint () | |
| SCellToInnerPoint (KSpace aK) | |
| SCellToInnerPoint (const SCellToInnerPoint &other) | |
| SCellToInnerPoint & | operator= (const SCellToInnerPoint &other) |
| Output | get (const Input &s) const |
Private Member Functions | |
| BOOST_STATIC_ASSERT ((KSpace::dimension==2)) | |
Private Attributes | |
| KSpace | myK |
Aim: transforms a signed cell into a point, basically a linel into the indirect incident pixel center.
Description of template class 'SCellToInnerPoint'
| KSpace,the | 2d Khalimsky space |
Definition at line 413 of file Modifier.h.
| typedef KSpace::SCell DGtal::deprecated::SCellToInnerPoint< KSpace >::Input |
Definition at line 420 of file Modifier.h.
| typedef KSpace::Point DGtal::deprecated::SCellToInnerPoint< KSpace >::Output |
Definition at line 419 of file Modifier.h.
|
inline |
|
inline |
Constructor.
| aK | a Khalimsky space |
Definition at line 435 of file Modifier.h.
|
inline |
Copy constructor.
| other | any SCellToInnerPoint modifier |
Definition at line 441 of file Modifier.h.
|
private |
|
inline |
Get a point (integer coordinates) from a scell (khalimsky coordinates)
| s | a linel |
Definition at line 463 of file Modifier.h.
References DGtal::deprecated::SCellToInnerPoint< KSpace >::myK.
|
inline |
Assignment.
| other | the object to copy. |
Definition at line 449 of file Modifier.h.
References DGtal::deprecated::SCellToInnerPoint< KSpace >::myK.
|
private |
Definition at line 423 of file Modifier.h.
Referenced by DGtal::deprecated::SCellToInnerPoint< KSpace >::get(), and DGtal::deprecated::SCellToInnerPoint< KSpace >::operator=().
1.8.1.1