#include <albaGizmoScaleAxis.h>
|
| void | SetRefSysMatrix (albaMatrix *constrain) |
| |
| void | CreatePipeline () |
| |
| void | CreateISA () |
| |
| void | SetColor (int part, double col[3]) |
| |
| void | SetColor (int part, double colR, double colG, double colB) |
| |
| void | SetColor (double cylCol[3], double coneCol[3]) |
| |
| void | SetColor (double cylR, double cylG, double cylB, double coneR, double coneG, double coneB) |
| |
| | albaGizmoInterface () |
| |
| virtual | ~albaGizmoInterface () |
| |
| void | SendTransformMatrix (albaMatrix *matrix, int eventId, long arg) |
| |
| virtual void | OnEventGizmoGui (albaEventBase *alba_event) |
| |
| virtual void | OnEventGizmoComponents (albaEventBase *alba_event) |
| |
Basic gizmo component used to perform constrained scaling along one axis.
- See also
- albaGizmoScale
Definition at line 45 of file albaGizmoScaleAxis.h.
◆ AXIS
◆ GIZMOPARTS
◆ albaGizmoScaleAxis()
◆ ~albaGizmoScaleAxis()
| virtual albaGizmoScaleAxis::~albaGizmoScaleAxis |
( |
| ) |
|
|
virtual |
◆ SetInput()
| void albaGizmoScaleAxis::SetInput |
( |
albaVME * |
vme | ) |
|
|
virtual |
Set the gizmo generating vme; the gizmo will be centered on this vme.
Reimplemented from albaGizmoInterface.
◆ GetInput()
| albaVME * albaGizmoScaleAxis::GetInput |
( |
| ) |
|
|
inline |
◆ SetListener()
| void albaGizmoScaleAxis::SetListener |
( |
albaObserver * |
Listener | ) |
|
|
inline |
◆ OnEvent()
| virtual void albaGizmoScaleAxis::OnEvent |
( |
albaEventBase * |
alba_event | ) |
|
|
virtual |
◆ SetAxis()
| void albaGizmoScaleAxis::SetAxis |
( |
int |
axis | ) |
|
Set/Get gizmo axis, default axis is X.
◆ GetAxis()
| int albaGizmoScaleAxis::GetAxis |
( |
| ) |
const |
◆ Highlight()
| void albaGizmoScaleAxis::Highlight |
( |
bool |
highlight | ) |
|
◆ Show()
| void albaGizmoScaleAxis::Show |
( |
bool |
show | ) |
|
|
virtual |
◆ SetAbsPose()
| void albaGizmoScaleAxis::SetAbsPose |
( |
albaMatrix * |
absPose | ) |
|
|
virtual |
◆ GetAbsPose()
◆ SetCubeLength()
| void albaGizmoScaleAxis::SetCubeLength |
( |
double |
length | ) |
|
Set/Get the length of the cone.
◆ GetCubeLength()
| double albaGizmoScaleAxis::GetCubeLength |
( |
| ) |
const |
◆ SetCylinderLength()
| void albaGizmoScaleAxis::SetCylinderLength |
( |
double |
length | ) |
|
Set/Get the length of the cylinder.
◆ GetCylinderLength()
| double albaGizmoScaleAxis::GetCylinderLength |
( |
| ) |
const |
◆ SetRefSysMatrix()
| void albaGizmoScaleAxis::SetRefSysMatrix |
( |
albaMatrix * |
constrain | ) |
|
|
protected |
Set the constrain ref sys.
◆ CreatePipeline()
| void albaGizmoScaleAxis::CreatePipeline |
( |
| ) |
|
|
protected |
Create vtk objects needed.
◆ CreateISA()
| void albaGizmoScaleAxis::CreateISA |
( |
| ) |
|
|
protected |
◆ SetColor() [1/4]
| void albaGizmoScaleAxis::SetColor |
( |
int |
part, |
|
|
double |
col[3] |
|
) |
| |
|
protected |
Gizmo color setting facilities; part can be CYLINDER or CUBE.
◆ SetColor() [2/4]
| void albaGizmoScaleAxis::SetColor |
( |
int |
part, |
|
|
double |
colR, |
|
|
double |
colG, |
|
|
double |
colB |
|
) |
| |
|
protected |
◆ SetColor() [3/4]
| void albaGizmoScaleAxis::SetColor |
( |
double |
cylCol[3], |
|
|
double |
coneCol[3] |
|
) |
| |
|
protected |
◆ SetColor() [4/4]
| void albaGizmoScaleAxis::SetColor |
( |
double |
cylR, |
|
|
double |
cylG, |
|
|
double |
cylB, |
|
|
double |
coneR, |
|
|
double |
coneG, |
|
|
double |
coneB |
|
) |
| |
|
protected |
◆ albaGizmoScaleAxisTest
| friend class albaGizmoScaleAxisTest |
|
friend |
◆ m_CubeGizmo
| albaVMEGizmo* albaGizmoScaleAxis::m_CubeGizmo |
|
protected |
◆ m_CylGizmo
| albaVMEGizmo* albaGizmoScaleAxis::m_CylGizmo |
|
protected |
◆ m_InputVme
| albaVME* albaGizmoScaleAxis::m_InputVme |
|
protected |
◆ m_Axis
| int albaGizmoScaleAxis::m_Axis |
|
protected |
◆ m_Cube
| vtkCubeSource* albaGizmoScaleAxis::m_Cube |
|
protected |
◆ m_Cylinder
| vtkCylinderSource* albaGizmoScaleAxis::m_Cylinder |
|
protected |
◆ m_TranslatePDF
| vtkTransformPolyDataFilter* albaGizmoScaleAxis::m_TranslatePDF[2] |
|
protected |
◆ m_TranslateTr
| vtkTransform* albaGizmoScaleAxis::m_TranslateTr[2] |
|
protected |
◆ m_RotatePDF
| vtkTransformPolyDataFilter* albaGizmoScaleAxis::m_RotatePDF[2] |
|
protected |
◆ m_RotationTr
| vtkTransform* albaGizmoScaleAxis::m_RotationTr |
|
protected |
◆ m_IsaComp
◆ m_IsaGen
◆ m_Listener
◆ m_Highlight
| bool albaGizmoScaleAxis::m_Highlight |
|
protected |
◆ m_Show
| bool albaGizmoScaleAxis::m_Show |
|
protected |
The documentation for this class was generated from the following file: