DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
DGtal::Translate2DDomain Struct Reference

class to modify the data of an given image and also the possibility to translate it (optional). More...

#include <DGtal/io/viewers/DrawWithViewer3DModifier.h>

Inheritance diagram for DGtal::Translate2DDomain:
DGtal::DrawWithViewer3DModifier DGtal::DrawWithDisplay3DModifier

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Translate2DDomain()

DGtal::Translate2DDomain::Translate2DDomain ( unsigned int  anIndex,
double  translateX = 0,
double  translateY = 0,
double  translateZ = 0 
)
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).

Parameters
anIndexthe index of the image to be modified (should be less than the number of image added in the current Viewer3D).
translateXthe x translation value.
translateYthe y translation value.
translateZthe y translation value.

Definition at line 427 of file DrawWithViewer3DModifier.h.

Field Documentation

◆ myIndex

unsigned int DGtal::Translate2DDomain::myIndex

Definition at line 434 of file DrawWithViewer3DModifier.h.

◆ myTranslateX

int DGtal::Translate2DDomain::myTranslateX

Definition at line 435 of file DrawWithViewer3DModifier.h.

◆ myTranslateY

int DGtal::Translate2DDomain::myTranslateY

Definition at line 436 of file DrawWithViewer3DModifier.h.

◆ myTranslateZ

int DGtal::Translate2DDomain::myTranslateZ

Definition at line 437 of file DrawWithViewer3DModifier.h.


The documentation for this struct was generated from the following file: