22 #ifndef _vctQtWidgetFrame_h
23 #define _vctQtWidgetFrame_h
63 template <
class _rotationType>
67 this->RotationWidget->SetValue(rotationMatrix);
70 #if CISST_USE_SI_UNITS
73 this->TranslationWidget->SetValue(translation);
79 this->RotationWidget->SetDisplayMode(displayMode);
90 #endif // _vctQtWidgetFrame_h
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Typedef for dynamic vectors.
Forward declarations and #define for cisstVector.
Macros to export the symbols of cisstVectorQt (in a Dll).
const TranslationType & Translation(void) const
Definition: vctFrameBase.h:188
ThisType & Multiply(const value_type scalar)
Definition: vctDynamicVectorBase.h:1110
Template base class for a frame.
Definition: vctForwardDeclarations.h:232
ThisType & FromNormalized(const vctMatrixRotation3Base< __containerType > &other)
Definition: vctMatrixRotation3Base.h:234
const RotationType & Rotation(void) const
Definition: vctFrameBase.h:196