![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Shift and scale info. More...
#include <ecvGlobalShiftManager.h>

Public Member Functions | |
| ShiftInfo (QString str=QString("unnamed")) | |
| Default constructor. More... | |
| ShiftInfo (QString str, const CCVector3d &T, double s=1.0) | |
| Constructor from a vector and a scale value. More... | |
Public Attributes | |
| CCVector3d | shift |
| double | scale |
| QString | name |
| bool | preserve |
Shift and scale info.
Definition at line 81 of file ecvGlobalShiftManager.h.
|
inline |
Default constructor.
Definition at line 88 of file ecvGlobalShiftManager.h.
|
inline |
Constructor from a vector and a scale value.
Definition at line 91 of file ecvGlobalShiftManager.h.
| QString ecvGlobalShiftManager::ShiftInfo::name |
Definition at line 84 of file ecvGlobalShiftManager.h.
| bool ecvGlobalShiftManager::ShiftInfo::preserve |
Definition at line 85 of file ecvGlobalShiftManager.h.
| double ecvGlobalShiftManager::ShiftInfo::scale |
Definition at line 83 of file ecvGlobalShiftManager.h.
| CCVector3d ecvGlobalShiftManager::ShiftInfo::shift |
Definition at line 82 of file ecvGlobalShiftManager.h.