DGtal 1.4.0
|
class to modify the data of an given image and also the possibility to translate it (optional). More...
#include <DGtal/io/viewers/DrawWithViewer3DModifier.h>
Public Member Functions | |
Translate2DDomain (unsigned int anIndex, double translateX=0, double translateY=0, double translateZ=0) | |
Public Member Functions inherited from DGtal::DrawWithViewer3DModifier | |
std::string | className () const |
Public Member Functions inherited from DGtal::DrawWithDisplay3DModifier | |
std::string | className () const |
Data Fields | |
unsigned int | myIndex |
int | myTranslateX |
int | myTranslateY |
int | myTranslateZ |
class to modify the data of an given image and also the possibility to translate it (optional).
Definition at line 413 of file DrawWithViewer3DModifier.h.
|
inline |
Constructor given from an specific image index, a new image (should be of dimension 2 and with the same size than the orginal), and a possible (optional translation).
anIndex | the index of the image to be modified (should be less than the number of image added in the current Viewer3D). |
translateX | the x translation value. |
translateY | the y translation value. |
translateZ | the y translation value. |
Definition at line 427 of file DrawWithViewer3DModifier.h.
unsigned int DGtal::Translate2DDomain::myIndex |
Definition at line 434 of file DrawWithViewer3DModifier.h.
int DGtal::Translate2DDomain::myTranslateX |
Definition at line 435 of file DrawWithViewer3DModifier.h.
int DGtal::Translate2DDomain::myTranslateY |
Definition at line 436 of file DrawWithViewer3DModifier.h.
int DGtal::Translate2DDomain::myTranslateZ |
Definition at line 437 of file DrawWithViewer3DModifier.h.