DGtal
1.5.beta
|
class to modify the position and orientation of an 2D domain. More...
#include <DGtal/io/viewers/DrawWithViewer3DModifier.h>
Public Member Functions | |
Update2DDomainPosition (unsigned int anIndex, typename Viewer3D< Space, KSpace >::ImageDirection newDir, double posXbottomLeft, double posYbottomLeft, double posZbottomLeft) | |
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 |
double | myPosXBottomLeft |
double | myPosYBottomLeft |
double | myPosZBottomLeft |
Viewer3D< Space, KSpace >::ImageDirection | myNewDirection |
class to modify the position and orientation of an 2D domain.
Definition at line 451 of file DrawWithViewer3DModifier.h.
|
inline |
Constructor given from an specific 2D domain index, a new direction (associated to the normal of the 2D domain plane), and and a new position of the bottom-left point.
anIndex | the index of the 2D domain to be modified (should be less than the number of domain added in the current Viewer3D). |
newDir | give the new direction of the domain normal vector. |
posXbottomLeft | the x position of the bottom left point. |
posYbottomLeft | the y position of the bottom left point. |
posZbottomLeft | the z position of the bottom left point. |
Definition at line 465 of file DrawWithViewer3DModifier.h.
unsigned int DGtal::Update2DDomainPosition< Space, KSpace >::myIndex |
Definition at line 473 of file DrawWithViewer3DModifier.h.
Viewer3D<Space, KSpace>::ImageDirection DGtal::Update2DDomainPosition< Space, KSpace >::myNewDirection |
Definition at line 477 of file DrawWithViewer3DModifier.h.
double DGtal::Update2DDomainPosition< Space, KSpace >::myPosXBottomLeft |
Definition at line 474 of file DrawWithViewer3DModifier.h.
double DGtal::Update2DDomainPosition< Space, KSpace >::myPosYBottomLeft |
Definition at line 475 of file DrawWithViewer3DModifier.h.
double DGtal::Update2DDomainPosition< Space, KSpace >::myPosZBottomLeft |
Definition at line 476 of file DrawWithViewer3DModifier.h.