|
| ImagePlane () |
|
void | setInput (const ImageTypes &_img, const TransformTypes &_transform, const VecVisualModel &_visualModels) |
|
const pCoord & | getPlane () const |
|
const unsigned int & | getTime () const |
|
const type::Vec< 2, T > & | getClamp () const |
|
imCoord | getDimensions () const |
|
const bool & | isImagePlaneDirty () const |
|
const bool & | isnewPointClicked () const |
|
const bool & | getMergeChannels () const |
|
void | setMergeChannels (const bool _mergeChannels) |
|
void | setNewPoint (const Coord &newPoint) |
|
const Coord & | getNewPoint () const |
|
void | setPlane (const Coord &p) |
|
void | setTime (const Real t, bool repeat=true) |
|
void | setClamp (const type::Vec< 2, T > _clamp) |
|
void | setImagePlaneDirty (const bool val) |
|
void | setNewPointClicked (const bool val) |
|
cimg_library::CImg< T > | get_point (const Coord &p) const |
|
cimg_library::CImg< T > | get_slice (const unsigned int index, const unsigned int axis, const type::Mat< 2, 3, unsigned int > &roi) const |
|
cimg_library::CImg< T > | get_slice (const unsigned int index, const unsigned int axis) const |
|
cimg_library::CImg< unsigned char > | get_slicedModels (const unsigned int index, const unsigned int axis, const type::Mat< 2, 3, unsigned int > &roi) const |
|
cimg_library::CImg< unsigned char > | get_slicedModels (const unsigned int index, const unsigned int axis) const |
|
Coord | get_transformTranslation () const |
|
Coord | get_transformRotation () const |
|
Coord | get_transformScale () const |
|
Coord | get_pointCoord (const Coord &ip) const |
|
Coord | get_pointImageCoord (const Coord &ip) const |
|
type::Vec< 4, Coord > | get_sliceCoord (const unsigned int index, const unsigned int axis, const type::Mat< 2, 3, unsigned int > &roi) const |
|
type::Vec< 4, Coord > | get_sliceCoord (const unsigned int index, const unsigned int axis) const |
|