DGtal
1.5.beta
|
class to modify the position and orientation of an textured 2D image. More...
#include <DGtal/io/viewers/DrawWithViewer3DModifier.h>
Public Member Functions | |
UpdateImagePosition (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 textured 2D image.
Definition at line 194 of file DrawWithViewer3DModifier.h.
|
inline |
Constructor given from an specific image index, a new direction (associated to the normal of the image plane), and and a new position of the bottom-left point.
anIndex | the index of the image to be modified (should be less than the number of image added in the current Viewer3D). |
newDir | give the new direction of the image 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 208 of file DrawWithViewer3DModifier.h.
unsigned int DGtal::UpdateImagePosition< Space, KSpace >::myIndex |
Definition at line 216 of file DrawWithViewer3DModifier.h.
Viewer3D<Space,KSpace>::ImageDirection DGtal::UpdateImagePosition< Space, KSpace >::myNewDirection |
Definition at line 220 of file DrawWithViewer3DModifier.h.
double DGtal::UpdateImagePosition< Space, KSpace >::myPosXBottomLeft |
Definition at line 217 of file DrawWithViewer3DModifier.h.
double DGtal::UpdateImagePosition< Space, KSpace >::myPosYBottomLeft |
Definition at line 218 of file DrawWithViewer3DModifier.h.
double DGtal::UpdateImagePosition< Space, KSpace >::myPosZBottomLeft |
Definition at line 219 of file DrawWithViewer3DModifier.h.