ALBA
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
albaInteractor2DAngle Class Reference

#include <albaInteractor2DAngle.h>

Inheritance diagram for albaInteractor2DAngle:
Inheritance graph
[legend]
Collaboration diagram for albaInteractor2DAngle:
Collaboration graph
[legend]

Public Types

enum  METER_2D_MODALITY { ANGLE_BETWEEN_LINES = 0 , ANGLE_BETWEEN_POINTS , ID_RESULT_MEASURE , ID_RESULT_ANGLE }
 
- Public Types inherited from albaInteractorPER
enum  modalities { SINGLE_BUTTON =0 , MULTI_BUTTON }
 
- Public Types inherited from albaInteractor
enum  modalities { SINGLE_BUTTON_MODE =0 , MULTI_BUTTON_MODE }
 

Public Member Functions

 albaTypeMacro (albaInteractor2DAngle, albaInteractorPER)
 
void SetMeasureType (int t)
 
void SetMeasureTypeToAngleBetweenLines ()
 
void SetMeasureTypeToAngleBetweenPoints ()
 
void RemoveMeter ()
 
void UndoMeasure ()
 
bool IsDisableUndoAndOkCancel ()
 
void SetManualAngle (double manualAngle)
 
double GetLastAngle ()
 
bool GetRegisterMeasure ()
 
void SetLabel (albaString label)
 
albaString GetLabel ()
 
int SizeMeasureVector ()
 
void ShowOnlyLastMeasure (bool show)
 
void ShowAllMeasures (bool show)
 
albaRWIBaseGetCurrentRwi ()
 
void SetColor (double r, double g, double b)
 
- Public Member Functions inherited from albaInteractorPER
 albaTypeMacro (albaInteractorPER, albaInteractor)
 
virtual void EnableSelect (bool enable)
 
virtual void FlyToMode ()
 
bool IsInteracting (albaDevice *device, int button=-1)
 
virtual int StartInteraction (albaDevice *device, int button)
 
virtual int StopInteraction (albaDevice *device, int button)
 
virtual void OnEvent (albaEventBase *event)
 
void OnVmeSelected (albaVME *vme)
 
void SetMode (int mode)
 
int GetMode ()
 
void SetModeToSingleButton ()
 
void SetModeToMultiButton ()
 
albaInteractorGetCameraMouseInteractor ()
 
albaInteractorGetCameraInteractor ()
 
- Public Member Functions inherited from albaInteractor
 albaInteractor ()
 
virtual ~albaInteractor ()
 
 ALBA_ID_DEC (INTERACTION_STARTED)
 
 ALBA_ID_DEC (INTERACTION_STOPPED)
 
 ALBA_ID_DEC (BUTTON_DOWN)
 
 ALBA_ID_DEC (BUTTON_UP)
 
 albaAbstractTypeMacro (albaInteractor, albaAgent)
 
virtual void SetRendererAndView (vtkRenderer *ren, albaView *view)
 
vtkRenderer * GetRenderer ()
 
albaViewGetView ()
 
albaDeviceGetDevice ()
 
virtual void SetDevice (albaDevice *)
 
virtual void SetVME (albaVME *vme)
 
void SetProp (vtkProp3D *prop)
 
void SetIgnoreTriggerEvents (bool flag)
 
int GetIgnoreTriggerEvents (bool flag)
 
void IgnoreTriggerEventsOn ()
 
void IgnoreTriggerEventsOff ()
 
void SetStartInteractionEvent (albaID event)
 
albaID GetStartInteractionEvent ()
 
void SetStopInteractionEvent (albaID event)
 
albaID GetStopInteractionEvent ()
 
void SetStartButton (int btn)
 
int GetStartButton ()
 
void SetModifiers (int mod)
 
int GetModifiers ()
 
int GetCurrentButton ()
 
unsigned long GetCurrentModifier ()
 
virtual int StartInteraction (albaDevice *device)
 
virtual int StopInteraction (albaDevice *device)
 
virtual bool IsInteracting ()
 
virtual bool IsInteracting (albaDevice *device)
 
void SetButtonMode (int mode)
 
int GetButtonMode ()
 
void SetButtonModeToSingleButton ()
 
void SetButtonModeToMultiButton ()
 
virtual void OnEvent (albaEventBase *event)
 
void TestModeOn ()
 
void TestModeOff ()
 
bool GetTestMode ()
 
- Public Member Functions inherited from albaAgent
 albaAbstractTypeMacro (albaAgent, albaReferenceCounted)
 
 ALBA_ID_DEC (AGENT_INITIALIZE)
 
void AddObserver (albaObserver *listener, albaID channel=MCH_UP)
 
void RemoveObserver (albaObserver *listener)
 
void RemoveAllObservers ()
 
virtual void OnEvent (albaEventBase *event)
 
bool HasObservers (albaID channel)
 
void GetObservers (albaID channel, std::vector< albaObserver * > &olist)
 
int Initialize ()
 
void Shutdown ()
 
int IsInitialized ()
 
virtual void SetName (const char *name)
 
const char * GetName ()
 
- Public Member Functions inherited from albaReferenceCounted
 albaReferenceCounted ()
 
virtual ~albaReferenceCounted ()
 
 albaAbstractTypeMacro (albaReferenceCounted, albaObject)
 
virtual void Delete ()
 
void Register (void *obj)
 
virtual void UnRegister (void *obj)
 
int GetReferenceCount ()
 
void SetReferenceCount (int)
 
- Public Member Functions inherited from albaObject
 albaObject ()
 
virtual ~albaObject ()
 
virtual void Delete ()
 
virtual const char * GetTypeName () const
 
virtual bool IsA (const char *type_name) const
 
virtual bool IsA (const albaTypeID &type_id) const
 
virtual albaObjectNewObjectInstance () const =0
 
virtual const albaTypeIDGetTypeId () const
 
virtual void Print (std::ostream &os, const int indent=0) const
 
 albaObject (const albaObject &c)
 
- Public Member Functions inherited from albaObserver
 albaObserver ()
 
virtual ~albaObserver ()
 
virtual void OnEvent (albaEventBase *e)=0
 
- Public Member Functions inherited from albaEventBroadcaster
 albaEventBroadcaster (void *owner=NULL)
 
virtual ~albaEventBroadcaster ()
 
 albaEventBroadcaster (const albaEventBroadcaster &c)
 
void AddObserver (albaObserver *obj)
 
void AddObserver (albaObserver &obj)
 
albaObserverCallbackAddObserverCallback (void(*f)(void *sender, albaID eid, void *clientdata, void *calldata))
 
bool RemoveObserver (albaObserver *obj)
 
void RemoveAllObservers ()
 
bool IsObserver (albaObserver *obj)
 
bool HasObservers ()
 
void GetObservers (std::vector< albaObserver * > &olist)
 
void InvokeEvent (albaEventBase &e)
 
void InvokeEvent (albaEventBase *e)
 
void InvokeEvent (void *sender, albaID id=ID_NO_EVENT, void *data=NULL)
 
void SetChannel (albaID ch)
 
albaID GetChannel ()
 
virtual void SetListener (albaObserver *o)
 
- Public Member Functions inherited from albaEventSender
 albaEventSender ()
 
virtual void SetListener (albaObserver *o)
 
virtual albaObserverGetListener ()
 
virtual bool HasListener ()
 
virtual void InvokeEvent (albaEventBase &e)
 
virtual void InvokeEvent (albaEventBase *e)
 
virtual void InvokeEvent (void *sender, albaID id=ID_NO_EVENT, void *data=NULL)
 

Protected Member Functions

 albaInteractor2DAngle ()
 
virtual ~albaInteractor2DAngle ()
 
virtual void OnLeftButtonDown (albaEventInteraction *e)
 
virtual void OnLeftButtonUp (albaEventInteraction *e)
 
virtual void OnMiddleButtonDown (albaEventInteraction *e)
 
virtual void OnMiddleButtonUp (albaEventInteraction *e)
 
virtual void OnRightButtonDown (albaEventInteraction *e)
 
virtual void OnRightButtonUp (albaEventInteraction *e)
 
virtual void OnButtonDown (albaEventInteraction *e)
 
virtual void OnMove (albaEventInteraction *e)
 
virtual void OnButtonUp (albaEventInteraction *e)
 
virtual void OnChar (albaEventInteraction *e)
 
void DrawMeasureTool (double x, double y)
 
void CalculateMeasure ()
 
- Protected Member Functions inherited from albaInteractorPER
 albaInteractorPER ()
 
virtual ~albaInteractorPER ()
 
virtual int OnStartInteraction (albaEventInteraction *e)
 
virtual int OnStopInteraction (albaEventInteraction *e)
 
virtual void OnButtonDown (albaEventInteraction *e)
 
virtual void OnButtonUp (albaEventInteraction *e)
 
virtual void OnLeftButtonDown (albaEventInteraction *e)
 
virtual void OnLeftButtonUp (albaEventInteraction *e)
 
virtual void OnMiddleButtonDown (albaEventInteraction *e)
 
virtual void OnMiddleButtonUp (albaEventInteraction *e)
 
virtual void OnRightButtonDown (albaEventInteraction *e)
 
virtual void OnRightButtonUp (albaEventInteraction *e)
 
virtual void OnMove (albaEventInteraction *e)
 
virtual void OnChar (albaEventInteraction *e)
 
virtual void FlyTo (albaEventInteraction *e, int numstep=20, double zoom=1)
 
void InsertDevice (albaDevice *device, int button)
 
void RemoveDevice (albaDevice *device)
 
void SetCurrentBehavior (albaDevice *device, albaInteractor *inter)
 
albaInteractorGetCurrentBehavior (albaDevice *device)
 
void SetPickedVME (albaDevice *device, albaVME *vme)
 
albaVMEGetPickedVME (albaDevice *device)
 
- Protected Member Functions inherited from albaInteractor
virtual int OnStartInteraction (albaEventInteraction *e)
 
virtual int OnStopInteraction (albaEventInteraction *e)
 
virtual void OnButtonDown (albaEventInteraction *e)
 
virtual void OnButtonUp (albaEventInteraction *e)
 
void ComputeDisplayToWorld (double x, double y, double z, double worldPt[4])
 
void ComputeWorldToDisplay (double x, double y, double z, double displayPt[3])
 
- Protected Member Functions inherited from albaAgent
 albaAgent ()
 
virtual ~albaAgent ()
 
virtual int InternalInitialize ()
 
virtual void InternalShutdown ()
 
void InvokeEvent (albaEventBase &event, albaID channel=-1)
 
void InvokeEvent (albaEventBase *event, albaID channel=-1)
 
void InvokeEvent (void *sender, int id, albaID channel=MCH_UP, void *data=NULL)
 

Protected Attributes

std::vector< vtkActor2D * > m_LineActorVector1
 
std::vector< vtkPolyDataMapper2D * > m_LineMapperVector1
 
std::vector< vtkLineSource * > m_LineSourceVector1
 
std::vector< vtkActor2D * > m_LineActorVector2
 
std::vector< vtkPolyDataMapper2D * > m_LineMapperVector2
 
std::vector< vtkLineSource * > m_LineSourceVector2
 
std::vector< vtkALBATextActorMeter * > m_MeterVector
 
std::vector< vtkRenderer * > m_RendererVector
 
vtkLineSource * m_ProbingLine
 
vtkLineSource * m_Line
 
vtkCoordinate * m_Coordinate
 
vtkPolyDataMapper2D * m_LineMapper
 
vtkActor2D * m_LineActor
 
vtkLineSource * m_Line2
 
vtkPolyDataMapper2D * m_LineMapper2
 
vtkActor2D * m_LineActor2
 
vtkRenderer * m_LastRenderer
 
vtkRenderer * m_CurrentRenderer
 
vtkRenderer * m_PreviousRenderer
 
albaRWIBasem_CurrentRwi
 
bool m_DraggingLine
 
bool m_DraggingLeft
 
bool m_DraggingMouse
 
bool m_EndMeasure
 
bool m_ParallelView
 
int m_MeasureType
 
bool m_Clockwise
 
bool m_DisableUndoAndOkCancel
 
bool m_RegisterMeasure
 
albaDeviceButtonsPadMousem_Mouse
 
std::vector< int > m_FlagMeasureType
 
std::vector< double > m_Measure
 
double m_Angle
 
double m_AbsoluteAngle
 
double m_PickedPoint [3]
 
albaVMEm_ProbedVME
 
double m_Color [3]
 
- Protected Attributes inherited from albaInteractorPER
bool m_FlyToFlag
 
bool m_DraggingLeft
 
bool m_CanSelect
 
bool m_ShowContextMenu
 
int m_Mode
 
int m_FirstTime
 
albaInteractorm_CameraBehavior
 
albaInteractorm_CameraMouseBehavior
 
std::map< albaID, DeviceItemm_Devices
 
- Protected Attributes inherited from albaInteractor
albaDevicem_Device
 
bool m_DeviceIsSet
 
albaID m_StartInteractionEvent
 
albaID m_StopInteractionEvent
 
int m_IgnoreTriggerEvents
 
int m_InteractionFlag
 
int m_StartButton
 
unsigned long m_Modifiers
 
int m_CurrentButton
 
unsigned long m_CurrentModifier
 
int m_ButtonMode
 
int m_ButtonsCounter
 
albaVMEm_VME
 
albaViewm_View
 
vtkALBASmartPointer< vtkRenderer > m_Renderer
 
vtkALBASmartPointer< vtkProp3D > m_Prop
 
bool m_TestMode
 
- Protected Attributes inherited from albaAgent
albaString m_Name
 
bool m_Initialized
 
std::vector< albaEventBroadcaster * > m_Channels
 
- Protected Attributes inherited from albaReferenceCounted
int m_ReferenceCount
 
- Protected Attributes inherited from albaObject
bool m_HeapFlag
 
- Protected Attributes inherited from albaEventBroadcaster
albaObserversList m_Observers
 
albaID m_Channel
 
- Protected Attributes inherited from albaEventSender
albaObserverm_Listener
 

Friends

class albaInteractor2DAngleTest
 

Additional Inherited Members

- Static Public Member Functions inherited from albaObject
static const char * GetStaticTypeName ()
 
static bool IsStaticType (const char *type_name)
 
static bool IsStaticType (const albaTypeID &type_id)
 
static const albaTypeIDGetStaticTypeId ()
 
static albaObjectSafeDownCast (albaObject *o)
 
- Protected Types inherited from albaEventBroadcaster
typedef std::list< albaObserver * > albaObserversList
 

Detailed Description

Class implementing an interactor for creating 2D measure tool.

This interactor build a line from picked points on VME and draw a 2D line on the renderwindow. If to the interactor is activated the flag to probe the scalar values of the VME then it generate also the histogram of the probed points on VME. This interactor works in renderwindow with ParallelProjectionOn.

@comments

Definition at line 49 of file albaInteractor2DAngle.h.

Member Enumeration Documentation

◆ METER_2D_MODALITY

Enumerator
ANGLE_BETWEEN_LINES 
ANGLE_BETWEEN_POINTS 
ID_RESULT_MEASURE 
ID_RESULT_ANGLE 

Definition at line 55 of file albaInteractor2DAngle.h.

Constructor & Destructor Documentation

◆ albaInteractor2DAngle()

albaInteractor2DAngle::albaInteractor2DAngle ( )
protected

◆ ~albaInteractor2DAngle()

virtual albaInteractor2DAngle::~albaInteractor2DAngle ( )
protectedvirtual

Member Function Documentation

◆ albaTypeMacro()

albaInteractor2DAngle::albaTypeMacro ( albaInteractor2DAngle  ,
albaInteractorPER   
)

◆ SetMeasureType()

void albaInteractor2DAngle::SetMeasureType ( int  t)

Set the type of the measure, selectable from DISTANCE_BETWEEN_POINTS, DISTANCE_BETWEEN_LINES and ANGLE_BETWEEN_LINES.

◆ SetMeasureTypeToAngleBetweenLines()

void albaInteractor2DAngle::SetMeasureTypeToAngleBetweenLines ( )
inline

Set the type of the measure to ANGLE_BETWEEN_LINES.

Definition at line 71 of file albaInteractor2DAngle.h.

◆ SetMeasureTypeToAngleBetweenPoints()

void albaInteractor2DAngle::SetMeasureTypeToAngleBetweenPoints ( )
inline

Set the type of the measure to ANGLE_BETWEEN_POINTS.

Definition at line 75 of file albaInteractor2DAngle.h.

◆ RemoveMeter()

void albaInteractor2DAngle::RemoveMeter ( )

Remove the meters from the render window.

◆ UndoMeasure()

void albaInteractor2DAngle::UndoMeasure ( )

Undo the last measure.

◆ IsDisableUndoAndOkCancel()

bool albaInteractor2DAngle::IsDisableUndoAndOkCancel ( )

Control if disabling various buttons.

◆ SetManualAngle()

void albaInteractor2DAngle::SetManualAngle ( double  manualAngle)

Set manually the angle.

◆ GetLastAngle()

double albaInteractor2DAngle::GetLastAngle ( )
inline

Get Last Angle.

Definition at line 96 of file albaInteractor2DAngle.h.

◆ GetRegisterMeasure()

bool albaInteractor2DAngle::GetRegisterMeasure ( )
inline

Get the boolean value of end measure.

Definition at line 105 of file albaInteractor2DAngle.h.

◆ SetLabel()

void albaInteractor2DAngle::SetLabel ( albaString  label)

Set the label.

◆ GetLabel()

albaString albaInteractor2DAngle::GetLabel ( )
inline

Get the label.

Definition at line 113 of file albaInteractor2DAngle.h.

◆ SizeMeasureVector()

int albaInteractor2DAngle::SizeMeasureVector ( )
inline

Return the dimension of Measure Vector.

Definition at line 122 of file albaInteractor2DAngle.h.

◆ ShowOnlyLastMeasure()

void albaInteractor2DAngle::ShowOnlyLastMeasure ( bool  show)

Show On/Off only last measure.

◆ ShowAllMeasures()

void albaInteractor2DAngle::ShowAllMeasures ( bool  show)

Show On/Off all measures.

◆ GetCurrentRwi()

albaRWIBase * albaInteractor2DAngle::GetCurrentRwi ( )

return the current rwi

◆ SetColor()

void albaInteractor2DAngle::SetColor ( double  r,
double  g,
double  b 
)

◆ OnLeftButtonDown()

virtual void albaInteractor2DAngle::OnLeftButtonDown ( albaEventInteraction e)
protectedvirtual

Reimplemented from albaInteractorPER.

◆ OnLeftButtonUp()

virtual void albaInteractor2DAngle::OnLeftButtonUp ( albaEventInteraction e)
protectedvirtual

Reimplemented from albaInteractorPER.

◆ OnMiddleButtonDown()

virtual void albaInteractor2DAngle::OnMiddleButtonDown ( albaEventInteraction e)
protectedvirtual

Reimplemented from albaInteractorPER.

◆ OnMiddleButtonUp()

virtual void albaInteractor2DAngle::OnMiddleButtonUp ( albaEventInteraction e)
protectedvirtual

Reimplemented from albaInteractorPER.

◆ OnRightButtonDown()

virtual void albaInteractor2DAngle::OnRightButtonDown ( albaEventInteraction e)
protectedvirtual

Reimplemented from albaInteractorPER.

◆ OnRightButtonUp()

virtual void albaInteractor2DAngle::OnRightButtonUp ( albaEventInteraction e)
protectedvirtual

Reimplemented from albaInteractorPER.

◆ OnButtonDown()

virtual void albaInteractor2DAngle::OnButtonDown ( albaEventInteraction e)
protectedvirtual

Perform a pick on start of interaction to find if the user pointed an object in the scene, and in case forward all the following events to its behavior.

if the user pointed to the background forward events to the camera interactor.

Reimplemented from albaInteractorPER.

◆ OnMove()

virtual void albaInteractor2DAngle::OnMove ( albaEventInteraction e)
protectedvirtual

Reimplemented from albaInteractorPER.

◆ OnButtonUp()

virtual void albaInteractor2DAngle::OnButtonUp ( albaEventInteraction e)
protectedvirtual

Reimplemented from albaInteractorPER.

◆ OnChar()

virtual void albaInteractor2DAngle::OnChar ( albaEventInteraction e)
inlineprotectedvirtual

Reimplemented from albaInteractorPER.

Definition at line 148 of file albaInteractor2DAngle.h.

◆ DrawMeasureTool()

void albaInteractor2DAngle::DrawMeasureTool ( double  x,
double  y 
)
protected

Draw the measure tool according to the measure type selected.

◆ CalculateMeasure()

void albaInteractor2DAngle::CalculateMeasure ( )
protected

Calculate the measure according to the measure type selected.

Friends And Related Function Documentation

◆ albaInteractor2DAngleTest

friend class albaInteractor2DAngleTest
friend

Definition at line 215 of file albaInteractor2DAngle.h.

Member Data Documentation

◆ m_LineActorVector1

std::vector<vtkActor2D *> albaInteractor2DAngle::m_LineActorVector1
protected

Definition at line 159 of file albaInteractor2DAngle.h.

◆ m_LineMapperVector1

std::vector<vtkPolyDataMapper2D *> albaInteractor2DAngle::m_LineMapperVector1
protected

Definition at line 160 of file albaInteractor2DAngle.h.

◆ m_LineSourceVector1

std::vector<vtkLineSource *> albaInteractor2DAngle::m_LineSourceVector1
protected

Definition at line 161 of file albaInteractor2DAngle.h.

◆ m_LineActorVector2

std::vector<vtkActor2D *> albaInteractor2DAngle::m_LineActorVector2
protected

Definition at line 163 of file albaInteractor2DAngle.h.

◆ m_LineMapperVector2

std::vector<vtkPolyDataMapper2D *> albaInteractor2DAngle::m_LineMapperVector2
protected

Definition at line 164 of file albaInteractor2DAngle.h.

◆ m_LineSourceVector2

std::vector<vtkLineSource *> albaInteractor2DAngle::m_LineSourceVector2
protected

Definition at line 165 of file albaInteractor2DAngle.h.

◆ m_MeterVector

std::vector<vtkALBATextActorMeter *> albaInteractor2DAngle::m_MeterVector
protected

Definition at line 167 of file albaInteractor2DAngle.h.

◆ m_RendererVector

std::vector<vtkRenderer *> albaInteractor2DAngle::m_RendererVector
protected

Definition at line 170 of file albaInteractor2DAngle.h.

◆ m_ProbingLine

vtkLineSource* albaInteractor2DAngle::m_ProbingLine
protected

Definition at line 173 of file albaInteractor2DAngle.h.

◆ m_Line

vtkLineSource* albaInteractor2DAngle::m_Line
protected

First line of the measure tool.

Definition at line 175 of file albaInteractor2DAngle.h.

◆ m_Coordinate

vtkCoordinate* albaInteractor2DAngle::m_Coordinate
protected

Definition at line 176 of file albaInteractor2DAngle.h.

◆ m_LineMapper

vtkPolyDataMapper2D* albaInteractor2DAngle::m_LineMapper
protected

Definition at line 177 of file albaInteractor2DAngle.h.

◆ m_LineActor

vtkActor2D* albaInteractor2DAngle::m_LineActor
protected

Definition at line 178 of file albaInteractor2DAngle.h.

◆ m_Line2

vtkLineSource* albaInteractor2DAngle::m_Line2
protected

Second line of the measure tool (used for angle measures)

Definition at line 180 of file albaInteractor2DAngle.h.

◆ m_LineMapper2

vtkPolyDataMapper2D* albaInteractor2DAngle::m_LineMapper2
protected

Definition at line 181 of file albaInteractor2DAngle.h.

◆ m_LineActor2

vtkActor2D* albaInteractor2DAngle::m_LineActor2
protected

Definition at line 182 of file albaInteractor2DAngle.h.

◆ m_LastRenderer

vtkRenderer* albaInteractor2DAngle::m_LastRenderer
protected

Renderer used for the first line.

Definition at line 183 of file albaInteractor2DAngle.h.

◆ m_CurrentRenderer

vtkRenderer* albaInteractor2DAngle::m_CurrentRenderer
protected

Definition at line 184 of file albaInteractor2DAngle.h.

◆ m_PreviousRenderer

vtkRenderer* albaInteractor2DAngle::m_PreviousRenderer
protected

Definition at line 185 of file albaInteractor2DAngle.h.

◆ m_CurrentRwi

albaRWIBase* albaInteractor2DAngle::m_CurrentRwi
protected

Definition at line 187 of file albaInteractor2DAngle.h.

◆ m_DraggingLine

bool albaInteractor2DAngle::m_DraggingLine
protected

Definition at line 189 of file albaInteractor2DAngle.h.

◆ m_DraggingLeft

bool albaInteractor2DAngle::m_DraggingLeft
protected

Definition at line 190 of file albaInteractor2DAngle.h.

◆ m_DraggingMouse

bool albaInteractor2DAngle::m_DraggingMouse
protected

Definition at line 191 of file albaInteractor2DAngle.h.

◆ m_EndMeasure

bool albaInteractor2DAngle::m_EndMeasure
protected

Definition at line 192 of file albaInteractor2DAngle.h.

◆ m_ParallelView

bool albaInteractor2DAngle::m_ParallelView
protected

Definition at line 193 of file albaInteractor2DAngle.h.

◆ m_MeasureType

int albaInteractor2DAngle::m_MeasureType
protected

Definition at line 194 of file albaInteractor2DAngle.h.

◆ m_Clockwise

bool albaInteractor2DAngle::m_Clockwise
protected

Definition at line 195 of file albaInteractor2DAngle.h.

◆ m_DisableUndoAndOkCancel

bool albaInteractor2DAngle::m_DisableUndoAndOkCancel
protected

Definition at line 196 of file albaInteractor2DAngle.h.

◆ m_RegisterMeasure

bool albaInteractor2DAngle::m_RegisterMeasure
protected

Definition at line 197 of file albaInteractor2DAngle.h.

◆ m_Mouse

albaDeviceButtonsPadMouse* albaInteractor2DAngle::m_Mouse
protected

Definition at line 198 of file albaInteractor2DAngle.h.

◆ m_FlagMeasureType

std::vector<int> albaInteractor2DAngle::m_FlagMeasureType
protected

Definition at line 200 of file albaInteractor2DAngle.h.

◆ m_Measure

std::vector<double> albaInteractor2DAngle::m_Measure
protected

Definition at line 201 of file albaInteractor2DAngle.h.

◆ m_Angle

double albaInteractor2DAngle::m_Angle
protected

Definition at line 205 of file albaInteractor2DAngle.h.

◆ m_AbsoluteAngle

double albaInteractor2DAngle::m_AbsoluteAngle
protected

Definition at line 206 of file albaInteractor2DAngle.h.

◆ m_PickedPoint

double albaInteractor2DAngle::m_PickedPoint[3]
protected

3D position of the picked point; used to assign position to the m_ProbingLine

Definition at line 207 of file albaInteractor2DAngle.h.

◆ m_ProbedVME

albaVME* albaInteractor2DAngle::m_ProbedVME
protected

VME probed by the m_ProbingLine.

Definition at line 208 of file albaInteractor2DAngle.h.

◆ m_Color

double albaInteractor2DAngle::m_Color[3]
protected

Definition at line 210 of file albaInteractor2DAngle.h.


The documentation for this class was generated from the following file: