DGtal
0.6.devel
|
#include <DrawWithDisplay3DModifier.h>
Public Member Functions | |
TransformedKSSurfel (const DGtal::Z3i::SCell &aSurfel, double aShift, double aSizeFactor=1.0) | |
TransformedKSSurfel (const DGtal::Z3i::SCell &aSurfel, const DGtal::Z3i::SCell &aVoxel, double aShift=0.05, double aSizeFactor=0.75) | |
![]() | |
std::string | className () const |
Data Fields | |
DGtal::Z3i::SCell | mySurfel |
double | myShift |
double | mySizeFactor |
class to modify the position and scale to construct better illustration mode.
Definition at line 323 of file DrawWithDisplay3DModifier.h.
|
inline |
Constructor.
aSurfel | a DGtal::Z3i::SCell ( KhalimskySpaceND< 2, Integer > SCell ) . |
aShift | the shift distance (positive or negative). |
aSizeFactor | use to change the KSSurfel size (1.0 initial size). |
Definition at line 332 of file DrawWithDisplay3DModifier.h.
References myShift, mySizeFactor, and mySurfel.
|
inline |
Constructor.
aSurfel | a DGtal::Z3i::SCell ( KhalimskySpaceND< 2, Integer > SCell ) . |
aVoxel | a DGtal::Z3i::SCell represent the voxel for which the surfel is associated. It permits to determine automatically the shift parameter (the surfel is automatically shifted towards this voxel). |
aShift | the shift distance (positive or negative (default 0.05)). |
aSizeFactor | use to change the KSSurfel size (default 0.75). |
Definition at line 347 of file DrawWithDisplay3DModifier.h.
References DGtal::SignedKhalimskyCell< dim, TInteger >::myCoordinates, myShift, mySizeFactor, and mySurfel.
double DGtal::TransformedKSSurfel::myShift |
Definition at line 366 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw(), and TransformedKSSurfel().
double DGtal::TransformedKSSurfel::mySizeFactor |
Definition at line 367 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw(), and TransformedKSSurfel().
DGtal::Z3i::SCell DGtal::TransformedKSSurfel::mySurfel |
Definition at line 365 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw(), and TransformedKSSurfel().