VTK  9.3.20240419
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkCoordinateFrameRepresentation Class Reference

a class defining the representation for a vtkCoordinateFrameWidget More...

#include <vtkCoordinateFrameRepresentation.h>

Inheritance diagram for vtkCoordinateFrameRepresentation:
[legend]
Collaboration diagram for vtkCoordinateFrameRepresentation:
[legend]

Public Types

enum  InteractionStateType {
  Outside = 0 , Moving , MovingOrigin , RotatingXVector ,
  RotatingYVector , RotatingZVector , ModifyingLockerXVector , ModifyingLockerYVector ,
  ModifyingLockerZVector
}
 
- Public Types inherited from vtkWidgetRepresentation
enum  Axis {
  NONE = -1 , XAxis = 0 , YAxis = 1 , ZAxis = 2 ,
  Custom = 3
}
 Axis labels. More...
 
typedef vtkProp Superclass
 Standard methods for instances of this class. More...
 
- Public Types inherited from vtkProp
typedef vtkObject Superclass
 

Public Member Functions

void UpdatePlacement ()
 Satisfies the superclass API. More...
 
void Reset ()
 Reset the origin (by calling update placement) and the axes (to be aligned with the world coordinate X, Y, and Z axes). More...
 
void ResetAxes ()
 Reset only the axis orientations (not the origin). More...
 
bool PickOrigin (int X, int Y, bool snapToMeshPoint=false)
 Given the X, Y display coordinates, pick a new origin for the coordinate frame from a point that is on the objects rendered by the renderer. More...
 
bool PickNormal (int X, int Y, bool snapToMeshPoint=false)
 Given the X, Y display coordinates, pick a new normal for the coordinate frame from a point that is on the objects rendered by the renderer. More...
 
bool PickDirectionPoint (int X, int Y, bool snapToMeshPoint=false)
 Given the X, Y display coordinates, pick a point and using the origin define normal for the coordinate frame from a point that is on the objects rendered by the renderer. More...
 
int GetLockedAxis () const
 Get/set which axis (if any) is locked. More...
 
void SetLockedAxis (int axis)
 
void SetOrigin (double x, double y, double z)
 Set/Get the origin of the coordinate frame. More...
 
void SetOrigin (double x[3])
 Set/Get the origin of the coordinate frame. More...
 
virtual double * GetOrigin ()
 Set/Get the origin of the coordinate frame. More...
 
virtual void GetOrigin (double &, double &, double &)
 Set/Get the origin of the coordinate frame. More...
 
virtual void GetOrigin (double[3])
 Set/Get the origin of the coordinate frame. More...
 
void SetNormal (double x, double y, double z)
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
void SetNormal (double n[3])
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
void SetNormalToCamera ()
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual double * GetXVectorNormal ()
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual void GetXVectorNormal (double &, double &, double &)
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual void GetXVectorNormal (double[3])
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual double * GetYVectorNormal ()
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual void GetYVectorNormal (double &, double &, double &)
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual void GetYVectorNormal (double[3])
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual double * GetZVectorNormal ()
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual void GetZVectorNormal (double &, double &, double &)
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
virtual void GetZVectorNormal (double[3])
 Set/Get the normal of one of the axes of the coordinate frame. More...
 
void SetDirection (double x, double y, double z)
 Set the direction of the locked (or absent a locked axis, the nearest axis) to point from the frame's origin toward the given (x,y,z) location. More...
 
void SetDirection (double d[3])
 Set the direction of the locked (or absent a locked axis, the nearest axis) to point from the frame's origin toward the given (x,y,z) location. More...
 
void SetXAxisVector (const double v[3])
 Force an axis to be aligned with the vector v, regardless of whether any axis is locked. More...
 
void SetXAxisVector (double x, double y, double z)
 Force an axis to be aligned with the vector v, regardless of whether any axis is locked. More...
 
void SetYAxisVector (const double v[3])
 Force an axis to be aligned with the vector v, regardless of whether any axis is locked. More...
 
void SetYAxisVector (double x, double y, double z)
 Force an axis to be aligned with the vector v, regardless of whether any axis is locked. More...
 
void SetZAxisVector (const double v[3])
 Force an axis to be aligned with the vector v, regardless of whether any axis is locked. More...
 
void SetZAxisVector (double x, double y, double z)
 Force an axis to be aligned with the vector v, regardless of whether any axis is locked. More...
 
virtual void SetLockNormalToCamera (vtkTypeBool)
 If enabled, and a vtkCamera is available through the renderer, then LockNormalToCamera will cause the normal to follow the camera's normal. More...
 
virtual vtkTypeBool GetLockNormalToCamera ()
 If enabled, and a vtkCamera is available through the renderer, then LockNormalToCamera will cause the normal to follow the camera's normal. More...
 
virtual void LockNormalToCameraOn ()
 If enabled, and a vtkCamera is available through the renderer, then LockNormalToCamera will cause the normal to follow the camera's normal. More...
 
virtual void LockNormalToCameraOff ()
 If enabled, and a vtkCamera is available through the renderer, then LockNormalToCamera will cause the normal to follow the camera's normal. More...
 
void SetXTranslationAxisOn ()
 Toggles constraint translation axis on/off. More...
 
void SetYTranslationAxisOn ()
 Toggles constraint translation axis on/off. More...
 
void SetZTranslationAxisOn ()
 Toggles constraint translation axis on/off. More...
 
void SetTranslationAxisOff ()
 Toggles constraint translation axis on/off. More...
 
bool IsTranslationConstrained ()
 Returns true if ConstrainedAxis. More...
 
virtual vtkPropertyGetOriginProperty ()
 Get the properties of the origin. More...
 
virtual vtkPropertyGetSelectedOriginProperty ()
 Get the properties of the origin. More...
 
virtual vtkPropertyGetXVectorProperty ()
 Get the properties on the XVector. More...
 
virtual vtkPropertyGetSelectedXVectorProperty ()
 Get the properties on the XVector. More...
 
virtual vtkPropertyGetLockedXVectorProperty ()
 Get the properties on the LockedXVector. More...
 
virtual vtkPropertyGetSelectedLockedXVectorProperty ()
 Get the properties on the LockedXVector. More...
 
virtual vtkPropertyGetUnlockedXVectorProperty ()
 Get the properties on the UnlockedXVector. More...
 
virtual vtkPropertyGetSelectedUnlockedXVectorProperty ()
 Get the properties on the UnlockedXVector. More...
 
virtual vtkPropertyGetYVectorProperty ()
 Get the properties on the YVector. More...
 
virtual vtkPropertyGetSelectedYVectorProperty ()
 Get the properties on the YVector. More...
 
virtual vtkPropertyGetLockedYVectorProperty ()
 Get the properties on the LockedYVector. More...
 
virtual vtkPropertyGetSelectedLockedYVectorProperty ()
 Get the properties on the LockedYVector. More...
 
virtual vtkPropertyGetUnlockedYVectorProperty ()
 Get the properties on the UnlockedYVector. More...
 
virtual vtkPropertyGetSelectedUnlockedYVectorProperty ()
 Get the properties on the UnlockedYVector. More...
 
virtual vtkPropertyGetZVectorProperty ()
 Get the properties on the ZVector. More...
 
virtual vtkPropertyGetSelectedZVectorProperty ()
 Get the properties on the ZVector. More...
 
virtual vtkPropertyGetLockedZVectorProperty ()
 Get the properties on the LockedZVector. More...
 
virtual vtkPropertyGetSelectedLockedZVectorProperty ()
 Get the properties on the LockedZVector. More...
 
virtual vtkPropertyGetUnlockedZVectorProperty ()
 Get the properties on the UnlockedZVector. More...
 
virtual vtkPropertyGetSelectedUnlockedZVectorProperty ()
 Get the properties on the UnlockedZVector. More...
 
virtual bool GetPickCameraFocalInfo ()
 Enable/Disable picking camera focal info if no result is available for PickOrigin, PickNormal and PickDirectionPoint. More...
 
virtual void SetPickCameraFocalInfo (bool)
 Enable/Disable picking camera focal info if no result is available for PickOrigin, PickNormal and PickDirectionPoint. More...
 
virtual void PickCameraFocalInfoOn ()
 Enable/Disable picking camera focal info if no result is available for PickOrigin, PickNormal and PickDirectionPoint. More...
 
virtual void PickCameraFocalInfoOff ()
 Enable/Disable picking camera focal info if no result is available for PickOrigin, PickNormal and PickDirectionPoint. More...
 
int ComputeInteractionState (int X, int Y, int modify=0) override
 Methods to interface with the vtkCoordinateFrameWidget. More...
 
void PlaceWidget (double bounds[6]) override
 Methods to interface with the vtkCoordinateFrameWidget. More...
 
void BuildRepresentation () override
 Methods to interface with the vtkCoordinateFrameWidget. More...
 
void StartWidgetInteraction (double eventPos[2]) override
 Methods to interface with the vtkCoordinateFrameWidget. More...
 
void WidgetInteraction (double newEventPos[2]) override
 Methods to interface with the vtkCoordinateFrameWidget. More...
 
void EndWidgetInteraction (double newEventPos[2]) override
 Methods to interface with the vtkCoordinateFrameWidget. More...
 
double * GetBounds () override
 Methods supporting the rendering process. More...
 
void GetActors (vtkPropCollection *pc) override
 Methods supporting the rendering process. More...
 
void ReleaseGraphicsResources (vtkWindow *) override
 Methods supporting the rendering process. More...
 
int RenderOpaqueGeometry (vtkViewport *) override
 Methods supporting the rendering process. More...
 
int RenderTranslucentPolygonalGeometry (vtkViewport *) override
 Methods supporting the rendering process. More...
 
vtkTypeBool HasTranslucentPolygonalGeometry () override
 Methods supporting the rendering process. More...
 
virtual void SetInteractionState (int)
 The interaction state may be set from a widget (e.g., vtkCoordinateFrameWidget) or other object. More...
 
virtual void SetRepresentationState (int)
 Sets the visual appearance of the representation based on the state it is in. More...
 
virtual int GetRepresentationState ()
 Sets the visual appearance of the representation based on the state it is in. More...
 
virtual void SetLengthFactor (double)
 Set/get the length of the axis glyphs relative to screen size. More...
 
virtual double GetLengthFactor ()
 Set/get the length of the axis glyphs relative to screen size. More...
 
- Public Member Functions inherited from vtkWidgetRepresentation
virtual void PlaceWidget (double vtkNotUsed(bounds)[6])
 The following is a suggested API for widget representations. More...
 
virtual int GetInteractionState ()
 
virtual void Highlight (int vtkNotUsed(highlightOn))
 
double * GetBounds () override
 Methods to make this class behave as a vtkProp. More...
 
void ShallowCopy (vtkProp *prop) override
 Shallow copy of this vtkProp. More...
 
void GetActors (vtkPropCollection *) override
 For some exporters and other other operations we must be able to collect all the actors or volumes. More...
 
void GetActors2D (vtkPropCollection *) override
 
void GetVolumes (vtkPropCollection *) override
 
void ReleaseGraphicsResources (vtkWindow *) override
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being consumed by this actor. More...
 
int RenderOverlay (vtkViewport *vtkNotUsed(viewport)) override
 
int RenderOpaqueGeometry (vtkViewport *vtkNotUsed(viewport)) override
 
int RenderTranslucentPolygonalGeometry (vtkViewport *vtkNotUsed(viewport)) override
 
int RenderVolumetricGeometry (vtkViewport *vtkNotUsed(viewport)) override
 
vtkTypeBool HasTranslucentPolygonalGeometry () override
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS Does this prop have some translucent polygonal geometry? This method is called during the rendering process to know if there is some translucent polygonal geometry. More...
 
virtual void UnRegisterPickers ()
 Unregister internal pickers from the Picking Manager. More...
 
virtual void PickingManagedOn ()
 Enable/Disable the use of a manager to process the picking. More...
 
virtual void PickingManagedOff ()
 Enable/Disable the use of a manager to process the picking. More...
 
void SetPickingManaged (bool managed)
 Enable/Disable the use of a manager to process the picking. More...
 
virtual bool GetPickingManaged ()
 Enable/Disable the use of a manager to process the picking. More...
 
virtual void SetRenderer (vtkRenderer *ren)
 Subclasses of vtkWidgetRepresentation must implement these methods. More...
 
virtual vtkRendererGetRenderer ()
 Subclasses of vtkWidgetRepresentation must implement these methods. More...
 
virtual void StartComplexInteraction (vtkRenderWindowInteractor *, vtkAbstractWidget *, unsigned long, void *)
 
virtual void ComplexInteraction (vtkRenderWindowInteractor *, vtkAbstractWidget *, unsigned long, void *)
 
virtual void EndComplexInteraction (vtkRenderWindowInteractor *, vtkAbstractWidget *, unsigned long, void *)
 
virtual int ComputeComplexInteractionState (vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *callData, int modify=0)
 
virtual void SetPlaceFactor (double)
 Set/Get a factor representing the scaling of the widget upon placement (via the PlaceWidget() method). More...
 
virtual double GetPlaceFactor ()
 Set/Get a factor representing the scaling of the widget upon placement (via the PlaceWidget() method). More...
 
virtual void SetHandleSize (double)
 Set/Get the factor that controls the size of the handles that appear as part of the widget (if any). More...
 
virtual double GetHandleSize ()
 Set/Get the factor that controls the size of the handles that appear as part of the widget (if any). More...
 
virtual vtkTypeBool GetNeedToRender ()
 Some subclasses use this data member to keep track of whether to render or not (i.e., to minimize the total number of renders). More...
 
virtual void SetNeedToRender (vtkTypeBool)
 Some subclasses use this data member to keep track of whether to render or not (i.e., to minimize the total number of renders). More...
 
virtual void NeedToRenderOn ()
 Some subclasses use this data member to keep track of whether to render or not (i.e., to minimize the total number of renders). More...
 
virtual void NeedToRenderOff ()
 Some subclasses use this data member to keep track of whether to render or not (i.e., to minimize the total number of renders). More...
 
vtkWidgetRepresentationNewInstance () const
 Standard methods for instances of this class. More...
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Standard methods for instances of this class. More...
 
- Public Member Functions inherited from vtkProp
vtkPropNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void Pick ()
 Method fires PickEvent if the prop is picked. More...
 
virtual vtkMTimeType GetRedrawMTime ()
 Return the mtime of anything that would cause the rendered image to appear differently. More...
 
virtual void PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix))
 These methods are used by subclasses to place a matrix (if any) in the prop prior to rendering. More...
 
virtual vtkMatrix4x4GetMatrix ()
 
virtual bool HasKeys (vtkInformation *requiredKeys)
 Tells if the prop has all the required keys. More...
 
virtual int RenderVolumetricGeometry (vtkViewport *)
 
virtual int RenderOverlay (vtkViewport *)
 
virtual bool RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the opaque geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the translucent polygonal geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the volumetric geometry only if the prop has all the requiredKeys. More...
 
virtual bool RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys)
 Render in the overlay of the viewport only if the prop has all the requiredKeys. More...
 
virtual vtkTypeBool HasOpaqueGeometry ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS Does this prop have some opaque geometry? This method is called during the rendering process to know if there is some opaque geometry. More...
 
virtual double GetEstimatedRenderTime (vtkViewport *)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS The EstimatedRenderTime may be used to select between different props, for example in LODProp it is used to select the level-of-detail. More...
 
virtual double GetEstimatedRenderTime ()
 
virtual void SetEstimatedRenderTime (double t)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS This method is used by, for example, the vtkLODProp3D in order to initialize the estimated render time at start-up to some user defined value. More...
 
virtual void RestoreEstimatedRenderTime ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS When the EstimatedRenderTime is first set to 0.0 (in the SetAllocatedRenderTime method) the old value is saved. More...
 
virtual void AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp))
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS This method is intended to allow the renderer to add to the EstimatedRenderTime in props that require information that the renderer has in order to do this. More...
 
void SetRenderTimeMultiplier (double t)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Get/Set the multiplier for the render time. More...
 
virtual double GetRenderTimeMultiplier ()
 
virtual void BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used to construct assembly paths and perform part traversal. More...
 
virtual bool GetSupportsSelection ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection. More...
 
virtual void ProcessSelectorPixelBuffers (vtkHardwareSelector *, std::vector< unsigned int > &)
 allows a prop to update a selections color buffers More...
 
virtual void SetVisibility (vtkTypeBool)
 Set/Get visibility of this vtkProp. More...
 
virtual vtkTypeBool GetVisibility ()
 Set/Get visibility of this vtkProp. More...
 
virtual void VisibilityOn ()
 Set/Get visibility of this vtkProp. More...
 
virtual void VisibilityOff ()
 Set/Get visibility of this vtkProp. More...
 
virtual void SetPickable (vtkTypeBool)
 Set/Get the pickable instance variable. More...
 
virtual vtkTypeBool GetPickable ()
 Set/Get the pickable instance variable. More...
 
virtual void PickableOn ()
 Set/Get the pickable instance variable. More...
 
virtual void PickableOff ()
 Set/Get the pickable instance variable. More...
 
virtual void SetDragable (vtkTypeBool)
 Set/Get the value of the dragable instance variable. More...
 
virtual vtkTypeBool GetDragable ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void DragableOn ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void DragableOff ()
 Set/Get the value of the dragable instance variable. More...
 
virtual void SetUseBounds (bool)
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual bool GetUseBounds ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual void UseBoundsOn ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual void UseBoundsOff ()
 In case the Visibility flag is true, tell if the bounds of this prop should be taken into account or ignored during the computation of other bounding boxes, like in vtkRenderer::ResetCamera(). More...
 
virtual void InitPathTraversal ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). More...
 
virtual vtkAssemblyPathGetNextPath ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). More...
 
virtual int GetNumberOfPaths ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker). More...
 
virtual vtkInformationGetPropertyKeys ()
 Set/Get property keys. More...
 
virtual void SetPropertyKeys (vtkInformation *keys)
 Set/Get property keys. More...
 
virtual void SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v))
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS The renderer may use the allocated rendering time to determine how to render this actor. More...
 
virtual double GetAllocatedRenderTime ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. More...
 
virtual int GetNumberOfConsumers ()
 Get the number of consumers. More...
 
void AddConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
void RemoveConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
vtkObjectGetConsumer (int i)
 Add or remove or get or check a consumer,. More...
 
int IsConsumer (vtkObject *c)
 Add or remove or get or check a consumer,. More...
 
virtual void SetShaderProperty (vtkShaderProperty *property)
 Set/Get the shader property. More...
 
virtual vtkShaderPropertyGetShaderProperty ()
 Set/Get the shader property. More...
 
virtual bool IsRenderingTranslucentPolygonalGeometry ()
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output. More...
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes. More...
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not. More...
 

Static Public Member Functions

static vtkCoordinateFrameRepresentationNew ()
 Instantiate the class. More...
 
- Static Public Member Functions inherited from vtkWidgetRepresentation
static vtkTypeBool IsTypeOf (const char *type)
 Standard methods for instances of this class. More...
 
static vtkWidgetRepresentationSafeDownCast (vtkObjectBase *o)
 Standard methods for instances of this class. More...
 
- Static Public Member Functions inherited from vtkProp
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkPropSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyGeneralTextureUnit ()
 Optional Key Indicating the texture unit for general texture mapping Old OpenGL was a state machine where you would push or pop items. More...
 
static vtkInformationDoubleVectorKeyGeneralTextureTransform ()
 Optional Key Indicating the texture transform for general texture mapping Old OpenGL was a state machine where you would push or pop items. More...
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More...
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. More...
 

Protected Member Functions

 vtkCoordinateFrameRepresentation ()
 
 ~vtkCoordinateFrameRepresentation () override
 
virtual void SetXVectorNormal (double, double, double)
 
virtual void SetXVectorNormal (double[3])
 
virtual void SetYVectorNormal (double, double, double)
 
virtual void SetYVectorNormal (double[3])
 
virtual void SetZVectorNormal (double, double, double)
 
virtual void SetZVectorNormal (double[3])
 
void HighlightOrigin (int highlight)
 
void HighlightXVector (int highlight)
 
void HighlightLockerXVector (int highlight)
 
void HighlightYVector (int highlight)
 
void HighlightLockerYVector (int highlight)
 
void HighlightZVector (int highlight)
 
void HighlightLockerZVector (int highlight)
 
void ComputeAdaptivePickerTolerance ()
 
void RegisterPickers () override
 Register internal Pickers in the Picking Manager. More...
 
void Rotate (double X, double Y, double *p1, double *p2, double *vpn)
 
void ModifyingLocker (int axis)
 
void TranslateOrigin (double *p1, double *p2)
 
void SizeHandles ()
 
virtual void CreateDefaultProperties ()
 
- Protected Member Functions inherited from vtkWidgetRepresentation
 vtkWidgetRepresentation ()
 
 ~vtkWidgetRepresentation () override
 
void AdjustBounds (double bounds[6], double newBounds[6], double center[3])
 
vtkPickingManagerGetPickingManager ()
 Return the picking manager associated on the context on which the widget representation currently belong. More...
 
vtkAssemblyPathGetAssemblyPath (double X, double Y, double Z, vtkAbstractPropPicker *picker)
 Proceed to a pick, whether through the PickingManager if the picking is managed or directly using the registered picker, and return the assembly path. More...
 
vtkAssemblyPathGetAssemblyPath3DPoint (double pos[3], vtkAbstractPropPicker *picker)
 
bool NearbyEvent (int X, int Y, double bounds[6])
 
double SizeHandlesRelativeToViewport (double factor, double pos[3])
 
double SizeHandlesInPixels (double factor, double pos[3])
 
void UpdatePropPose (vtkProp3D *prop, const double *pos1, const double *orient1, const double *pos2, const double *orient2)
 
- Protected Member Functions inherited from vtkProp
 vtkProp ()
 
 ~vtkProp () override
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

int RepresentationState = Outside
 
double LastEventPosition [3]
 
bool PickCameraFocalInfo = false
 
vtkTypeBool LockNormalToCamera = false
 
int TranslationAxis = Axis::NONE
 
double Origin [3] = { 0, 0, 0 }
 
double XVectorNormal [3] = { 1, 0, 0 }
 
double YVectorNormal [3] = { 0, 1, 0 }
 
double ZVectorNormal [3] = { 0, 0, 1 }
 
vtkNew< vtkSphereSourceOriginSphereSource
 
vtkNew< vtkPolyDataMapperOriginSphereMapper
 
vtkNew< vtkActorOriginSphereActor
 
vtkNew< vtkLineSourceXVectorLineSource
 
vtkNew< vtkPolyDataMapperXVectorLineMapper
 
vtkNew< vtkActorXVectorLineActor
 
vtkNew< vtkConeSourceXVectorConeSource
 
vtkNew< vtkPolyDataMapperXVectorConeMapper
 
vtkNew< vtkActorXVectorConeActor
 
bool XVectorIsLocked = false
 
vtkNew< vtkConeSourceLockerXVectorConeSource
 
vtkNew< vtkPolyDataMapperLockerXVectorConeMapper
 
vtkNew< vtkActorLockerXVectorConeActor
 
vtkNew< vtkLineSourceYVectorLineSource
 
vtkNew< vtkPolyDataMapperYVectorLineMapper
 
vtkNew< vtkActorYVectorLineActor
 
vtkNew< vtkConeSourceYVectorConeSource
 
vtkNew< vtkPolyDataMapperYVectorConeMapper
 
vtkNew< vtkActorYVectorConeActor
 
bool YVectorIsLocked = false
 
vtkNew< vtkConeSourceLockerYVectorConeSource
 
vtkNew< vtkPolyDataMapperLockerYVectorConeMapper
 
vtkNew< vtkActorLockerYVectorConeActor
 
vtkNew< vtkLineSourceZVectorLineSource
 
vtkNew< vtkPolyDataMapperZVectorLineMapper
 
vtkNew< vtkActorZVectorLineActor
 
vtkNew< vtkConeSourceZVectorConeSource
 
vtkNew< vtkPolyDataMapperZVectorConeMapper
 
vtkNew< vtkActorZVectorConeActor
 
bool ZVectorIsLocked = false
 
vtkNew< vtkConeSourceLockerZVectorConeSource
 
vtkNew< vtkPolyDataMapperLockerZVectorConeMapper
 
vtkNew< vtkActorLockerZVectorConeActor
 
vtkNew< vtkHardwarePickerHardwarePicker
 
vtkNew< vtkCellPickerCellPicker
 
vtkNew< vtkTransformTransform
 
vtkNew< vtkPropertyOriginProperty
 
vtkNew< vtkPropertySelectedOriginProperty
 
vtkNew< vtkPropertyXVectorProperty
 
vtkNew< vtkPropertySelectedXVectorProperty
 
vtkNew< vtkPropertyLockedXVectorProperty
 
vtkNew< vtkPropertySelectedLockedXVectorProperty
 
vtkNew< vtkPropertyUnlockedXVectorProperty
 
vtkNew< vtkPropertySelectedUnlockedXVectorProperty
 
vtkNew< vtkPropertyYVectorProperty
 
vtkNew< vtkPropertySelectedYVectorProperty
 
vtkNew< vtkPropertyLockedYVectorProperty
 
vtkNew< vtkPropertySelectedLockedYVectorProperty
 
vtkNew< vtkPropertyUnlockedYVectorProperty
 
vtkNew< vtkPropertySelectedUnlockedYVectorProperty
 
vtkNew< vtkPropertyZVectorProperty
 
vtkNew< vtkPropertySelectedZVectorProperty
 
vtkNew< vtkPropertyLockedZVectorProperty
 
vtkNew< vtkPropertySelectedLockedZVectorProperty
 
vtkNew< vtkPropertyUnlockedZVectorProperty
 
vtkNew< vtkPropertySelectedUnlockedZVectorProperty
 
vtkNew< vtkBoxBoundingBox
 
vtkNew< vtkGenericCellCell
 
double LengthFactor = 0.04
 
- Protected Attributes inherited from vtkWidgetRepresentation
vtkWeakPointer< vtkRendererRenderer
 
int InteractionState
 
double StartEventPosition [3]
 
double PlaceFactor
 
int Placed
 
double InitialBounds [6]
 
double InitialLength
 
int ValidPick
 
bool PickingManaged
 
double HandleSize
 
vtkTypeBool NeedToRender
 
vtkTimeStamp BuildTime
 
vtkNew< vtkTransformTempTransform
 
vtkNew< vtkMatrix4x4TempMatrix
 
- Protected Attributes inherited from vtkProp
vtkTypeBool Visibility
 
vtkTypeBool Pickable
 
vtkTypeBool Dragable
 
bool UseBounds
 
double AllocatedRenderTime
 
double EstimatedRenderTime
 
double SavedEstimatedRenderTime
 
double RenderTimeMultiplier
 
int NumberOfConsumers
 
vtkObject ** Consumers
 
vtkAssemblyPathsPaths
 
vtkInformationPropertyKeys
 
vtkShaderPropertyShaderProperty
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 
typedef vtkWidgetRepresentation Superclass
 Standard methods for the class. More...
 
static vtkTypeBool IsTypeOf (const char *type)
 Standard methods for the class. More...
 
static vtkCoordinateFrameRepresentationSafeDownCast (vtkObjectBase *o)
 Standard methods for the class. More...
 
virtual vtkTypeBool IsA (const char *type)
 Standard methods for the class. More...
 
vtkCoordinateFrameRepresentationNewInstance () const
 Standard methods for the class. More...
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Standard methods for the class. More...
 
virtual vtkObjectBaseNewInstanceInternal () const
 Standard methods for the class. More...
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

a class defining the representation for a vtkCoordinateFrameWidget

This class is a concrete representation for the vtkCoordinateFrameWidget. It represents a coordinate frame with an origin, 3 axis and 3 axis lockers. Through interaction with the widget, the coordinate frame can be manipulated by adjusting the axis normals, locking them, or moving/picking the origin point.

The PlaceWidget() method is also used to initially position the representation.

Warning
This class, and vtkCoordinateFrameWidget, are next generation VTK widgets.
Tests:
vtkCoordinateFrameRepresentation (Tests)

Definition at line 47 of file vtkCoordinateFrameRepresentation.h.

Member Typedef Documentation

◆ Superclass

Standard methods for the class.

Definition at line 60 of file vtkCoordinateFrameRepresentation.h.

Member Enumeration Documentation

◆ InteractionStateType

Enumerator
Outside 
Moving 
MovingOrigin 
RotatingXVector 
RotatingYVector 
RotatingZVector 
ModifyingLockerXVector 
ModifyingLockerYVector 
ModifyingLockerZVector 

Definition at line 334 of file vtkCoordinateFrameRepresentation.h.

Constructor & Destructor Documentation

◆ vtkCoordinateFrameRepresentation()

vtkCoordinateFrameRepresentation::vtkCoordinateFrameRepresentation ( )
protected

◆ ~vtkCoordinateFrameRepresentation()

vtkCoordinateFrameRepresentation::~vtkCoordinateFrameRepresentation ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkCoordinateFrameRepresentation* vtkCoordinateFrameRepresentation::New ( )
static

Instantiate the class.

◆ IsTypeOf()

static vtkTypeBool vtkCoordinateFrameRepresentation::IsTypeOf ( const char *  type)
static

Standard methods for the class.

◆ IsA()

virtual vtkTypeBool vtkCoordinateFrameRepresentation::IsA ( const char *  type)
virtual

Standard methods for the class.

Reimplemented from vtkWidgetRepresentation.

◆ SafeDownCast()

static vtkCoordinateFrameRepresentation* vtkCoordinateFrameRepresentation::SafeDownCast ( vtkObjectBase o)
static

Standard methods for the class.

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkCoordinateFrameRepresentation::NewInstanceInternal ( ) const
protectedvirtual

Standard methods for the class.

Reimplemented from vtkWidgetRepresentation.

◆ NewInstance()

vtkCoordinateFrameRepresentation* vtkCoordinateFrameRepresentation::NewInstance ( ) const

Standard methods for the class.

◆ PrintSelf()

void vtkCoordinateFrameRepresentation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Standard methods for the class.

Reimplemented from vtkObject.

◆ SetOrigin() [1/2]

void vtkCoordinateFrameRepresentation::SetOrigin ( double  x,
double  y,
double  z 
)

Set/Get the origin of the coordinate frame.

◆ SetOrigin() [2/2]

void vtkCoordinateFrameRepresentation::SetOrigin ( double  x[3])

Set/Get the origin of the coordinate frame.

◆ GetOrigin() [1/3]

virtual double* vtkCoordinateFrameRepresentation::GetOrigin ( )
virtual

Set/Get the origin of the coordinate frame.

◆ GetOrigin() [2/3]

virtual void vtkCoordinateFrameRepresentation::GetOrigin ( double &  ,
double &  ,
double &   
)
virtual

Set/Get the origin of the coordinate frame.

◆ GetOrigin() [3/3]

virtual void vtkCoordinateFrameRepresentation::GetOrigin ( double  [3])
virtual

Set/Get the origin of the coordinate frame.

◆ SetNormal() [1/2]

void vtkCoordinateFrameRepresentation::SetNormal ( double  x,
double  y,
double  z 
)

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ SetNormal() [2/2]

void vtkCoordinateFrameRepresentation::SetNormal ( double  n[3])

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ SetNormalToCamera()

void vtkCoordinateFrameRepresentation::SetNormalToCamera ( )

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetXVectorNormal() [1/3]

virtual double* vtkCoordinateFrameRepresentation::GetXVectorNormal ( )
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetXVectorNormal() [2/3]

virtual void vtkCoordinateFrameRepresentation::GetXVectorNormal ( double &  ,
double &  ,
double &   
)
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetXVectorNormal() [3/3]

virtual void vtkCoordinateFrameRepresentation::GetXVectorNormal ( double  [3])
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetYVectorNormal() [1/3]

virtual double* vtkCoordinateFrameRepresentation::GetYVectorNormal ( )
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetYVectorNormal() [2/3]

virtual void vtkCoordinateFrameRepresentation::GetYVectorNormal ( double &  ,
double &  ,
double &   
)
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetYVectorNormal() [3/3]

virtual void vtkCoordinateFrameRepresentation::GetYVectorNormal ( double  [3])
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetZVectorNormal() [1/3]

virtual double* vtkCoordinateFrameRepresentation::GetZVectorNormal ( )
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetZVectorNormal() [2/3]

virtual void vtkCoordinateFrameRepresentation::GetZVectorNormal ( double &  ,
double &  ,
double &   
)
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ GetZVectorNormal() [3/3]

virtual void vtkCoordinateFrameRepresentation::GetZVectorNormal ( double  [3])
virtual

Set/Get the normal of one of the axes of the coordinate frame.

1) If 1 arrow tip is constrained, the corresponding normal vector is set to the picked normal. 2) Otherwise, the axis closest to the picked normal (i.e., with the largest dot product) is reset to the picked normal.

In both cases, the remaining normals are re-orthogonalized using the Gram-Schmidt procedure.

◆ SetDirection() [1/2]

void vtkCoordinateFrameRepresentation::SetDirection ( double  x,
double  y,
double  z 
)

Set the direction of the locked (or absent a locked axis, the nearest axis) to point from the frame's origin toward the given (x,y,z) location.

◆ SetDirection() [2/2]

void vtkCoordinateFrameRepresentation::SetDirection ( double  d[3])

Set the direction of the locked (or absent a locked axis, the nearest axis) to point from the frame's origin toward the given (x,y,z) location.

◆ SetXAxisVector() [1/2]

void vtkCoordinateFrameRepresentation::SetXAxisVector ( const double  v[3])

Force an axis to be aligned with the vector v, regardless of whether any axis is locked.

This will normalize v and re-orthogonalize the remaining axes using the Gram-Schmidt procedure. Passing in a degenerate (zero-length) vector will be ignored.

◆ SetXAxisVector() [2/2]

void vtkCoordinateFrameRepresentation::SetXAxisVector ( double  x,
double  y,
double  z 
)

Force an axis to be aligned with the vector v, regardless of whether any axis is locked.

This will normalize v and re-orthogonalize the remaining axes using the Gram-Schmidt procedure. Passing in a degenerate (zero-length) vector will be ignored.

◆ SetYAxisVector() [1/2]

void vtkCoordinateFrameRepresentation::SetYAxisVector ( const double  v[3])

Force an axis to be aligned with the vector v, regardless of whether any axis is locked.

This will normalize v and re-orthogonalize the remaining axes using the Gram-Schmidt procedure. Passing in a degenerate (zero-length) vector will be ignored.

◆ SetYAxisVector() [2/2]

void vtkCoordinateFrameRepresentation::SetYAxisVector ( double  x,
double  y,
double  z 
)

Force an axis to be aligned with the vector v, regardless of whether any axis is locked.

This will normalize v and re-orthogonalize the remaining axes using the Gram-Schmidt procedure. Passing in a degenerate (zero-length) vector will be ignored.

◆ SetZAxisVector() [1/2]

void vtkCoordinateFrameRepresentation::SetZAxisVector ( const double  v[3])

Force an axis to be aligned with the vector v, regardless of whether any axis is locked.

This will normalize v and re-orthogonalize the remaining axes using the Gram-Schmidt procedure. Passing in a degenerate (zero-length) vector will be ignored.

◆ SetZAxisVector() [2/2]

void vtkCoordinateFrameRepresentation::SetZAxisVector ( double  x,
double  y,
double  z 
)

Force an axis to be aligned with the vector v, regardless of whether any axis is locked.

This will normalize v and re-orthogonalize the remaining axes using the Gram-Schmidt procedure. Passing in a degenerate (zero-length) vector will be ignored.

◆ SetLockNormalToCamera()

virtual void vtkCoordinateFrameRepresentation::SetLockNormalToCamera ( vtkTypeBool  )
virtual

If enabled, and a vtkCamera is available through the renderer, then LockNormalToCamera will cause the normal to follow the camera's normal.

◆ GetLockNormalToCamera()

virtual vtkTypeBool vtkCoordinateFrameRepresentation::GetLockNormalToCamera ( )
virtual

If enabled, and a vtkCamera is available through the renderer, then LockNormalToCamera will cause the normal to follow the camera's normal.

◆ LockNormalToCameraOn()

virtual void vtkCoordinateFrameRepresentation::LockNormalToCameraOn ( )
virtual

If enabled, and a vtkCamera is available through the renderer, then LockNormalToCamera will cause the normal to follow the camera's normal.

◆ LockNormalToCameraOff()

virtual void vtkCoordinateFrameRepresentation::LockNormalToCameraOff ( )
virtual

If enabled, and a vtkCamera is available through the renderer, then LockNormalToCamera will cause the normal to follow the camera's normal.

◆ SetXTranslationAxisOn()

void vtkCoordinateFrameRepresentation::SetXTranslationAxisOn ( )
inline

Toggles constraint translation axis on/off.

Definition at line 132 of file vtkCoordinateFrameRepresentation.h.

◆ SetYTranslationAxisOn()

void vtkCoordinateFrameRepresentation::SetYTranslationAxisOn ( )
inline

Toggles constraint translation axis on/off.

Definition at line 133 of file vtkCoordinateFrameRepresentation.h.

◆ SetZTranslationAxisOn()

void vtkCoordinateFrameRepresentation::SetZTranslationAxisOn ( )
inline

Toggles constraint translation axis on/off.

Definition at line 134 of file vtkCoordinateFrameRepresentation.h.

◆ SetTranslationAxisOff()

void vtkCoordinateFrameRepresentation::SetTranslationAxisOff ( )
inline

Toggles constraint translation axis on/off.

Definition at line 135 of file vtkCoordinateFrameRepresentation.h.

◆ IsTranslationConstrained()

bool vtkCoordinateFrameRepresentation::IsTranslationConstrained ( )
inline

Returns true if ConstrainedAxis.

Definition at line 142 of file vtkCoordinateFrameRepresentation.h.

◆ UpdatePlacement()

void vtkCoordinateFrameRepresentation::UpdatePlacement ( )

Satisfies the superclass API.

This will change the state of the widget to match changes that have been made to the underlying PolyDataSource

◆ Reset()

void vtkCoordinateFrameRepresentation::Reset ( )

Reset the origin (by calling update placement) and the axes (to be aligned with the world coordinate X, Y, and Z axes).

◆ ResetAxes()

void vtkCoordinateFrameRepresentation::ResetAxes ( )

Reset only the axis orientations (not the origin).

◆ GetOriginProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetOriginProperty ( )
virtual

Get the properties of the origin.

The properties of the origin when selected and unselected can be manipulated.

◆ GetSelectedOriginProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedOriginProperty ( )
virtual

Get the properties of the origin.

The properties of the origin when selected and unselected can be manipulated.

◆ GetXVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetXVectorProperty ( )
virtual

Get the properties on the XVector.

The properties of the XVector when selected and unselected can be manipulated.

◆ GetSelectedXVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedXVectorProperty ( )
virtual

Get the properties on the XVector.

The properties of the XVector when selected and unselected can be manipulated.

◆ GetLockedXVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetLockedXVectorProperty ( )
virtual

Get the properties on the LockedXVector.

The properties of the LockedXVector when selected and unselected can be manipulated.

◆ GetSelectedLockedXVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedLockedXVectorProperty ( )
virtual

Get the properties on the LockedXVector.

The properties of the LockedXVector when selected and unselected can be manipulated.

◆ GetUnlockedXVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetUnlockedXVectorProperty ( )
virtual

Get the properties on the UnlockedXVector.

The properties of the UnlockedXVector when selected and unselected can be manipulated.

◆ GetSelectedUnlockedXVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedUnlockedXVectorProperty ( )
virtual

Get the properties on the UnlockedXVector.

The properties of the UnlockedXVector when selected and unselected can be manipulated.

◆ GetYVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetYVectorProperty ( )
virtual

Get the properties on the YVector.

The properties of the YVector when selected and unselected can be manipulated.

◆ GetSelectedYVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedYVectorProperty ( )
virtual

Get the properties on the YVector.

The properties of the YVector when selected and unselected can be manipulated.

◆ GetLockedYVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetLockedYVectorProperty ( )
virtual

Get the properties on the LockedYVector.

The properties of the LockedYVector when selected and unselected can be manipulated.

◆ GetSelectedLockedYVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedLockedYVectorProperty ( )
virtual

Get the properties on the LockedYVector.

The properties of the LockedYVector when selected and unselected can be manipulated.

◆ GetUnlockedYVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetUnlockedYVectorProperty ( )
virtual

Get the properties on the UnlockedYVector.

The properties of the UnlockedYVector when selected and unselected can be manipulated.

◆ GetSelectedUnlockedYVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedUnlockedYVectorProperty ( )
virtual

Get the properties on the UnlockedYVector.

The properties of the UnlockedYVector when selected and unselected can be manipulated.

◆ GetZVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetZVectorProperty ( )
virtual

Get the properties on the ZVector.

The properties of the ZVector when selected and unselected can be manipulated.

◆ GetSelectedZVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedZVectorProperty ( )
virtual

Get the properties on the ZVector.

The properties of the ZVector when selected and unselected can be manipulated.

◆ GetLockedZVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetLockedZVectorProperty ( )
virtual

Get the properties on the LockedZVector.

The properties of the LockedZVector when selected and unselected can be manipulated.

◆ GetSelectedLockedZVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedLockedZVectorProperty ( )
virtual

Get the properties on the LockedZVector.

The properties of the LockedZVector when selected and unselected can be manipulated.

◆ GetUnlockedZVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetUnlockedZVectorProperty ( )
virtual

Get the properties on the UnlockedZVector.

The properties of the UnlockedZVector when selected and unselected can be manipulated.

◆ GetSelectedUnlockedZVectorProperty()

virtual vtkProperty* vtkCoordinateFrameRepresentation::GetSelectedUnlockedZVectorProperty ( )
virtual

Get the properties on the UnlockedZVector.

The properties of the UnlockedZVector when selected and unselected can be manipulated.

◆ GetPickCameraFocalInfo()

virtual bool vtkCoordinateFrameRepresentation::GetPickCameraFocalInfo ( )
virtual

Enable/Disable picking camera focal info if no result is available for PickOrigin, PickNormal and PickDirectionPoint.

The default is disabled.

◆ SetPickCameraFocalInfo()

virtual void vtkCoordinateFrameRepresentation::SetPickCameraFocalInfo ( bool  )
virtual

Enable/Disable picking camera focal info if no result is available for PickOrigin, PickNormal and PickDirectionPoint.

The default is disabled.

◆ PickCameraFocalInfoOn()

virtual void vtkCoordinateFrameRepresentation::PickCameraFocalInfoOn ( )
virtual

Enable/Disable picking camera focal info if no result is available for PickOrigin, PickNormal and PickDirectionPoint.

The default is disabled.

◆ PickCameraFocalInfoOff()

virtual void vtkCoordinateFrameRepresentation::PickCameraFocalInfoOff ( )
virtual

Enable/Disable picking camera focal info if no result is available for PickOrigin, PickNormal and PickDirectionPoint.

The default is disabled.

◆ PickOrigin()

bool vtkCoordinateFrameRepresentation::PickOrigin ( int  X,
int  Y,
bool  snapToMeshPoint = false 
)

Given the X, Y display coordinates, pick a new origin for the coordinate frame from a point that is on the objects rendered by the renderer.

Note: if a point from a rendered object is not picked, the camera focal point can optionally be set.

◆ PickNormal()

bool vtkCoordinateFrameRepresentation::PickNormal ( int  X,
int  Y,
bool  snapToMeshPoint = false 
)

Given the X, Y display coordinates, pick a new normal for the coordinate frame from a point that is on the objects rendered by the renderer.

Note: if a normal from a rendered object is not picked, the camera plane normal can optionally be set.

◆ PickDirectionPoint()

bool vtkCoordinateFrameRepresentation::PickDirectionPoint ( int  X,
int  Y,
bool  snapToMeshPoint = false 
)

Given the X, Y display coordinates, pick a point and using the origin define normal for the coordinate frame from a point that is on the objects rendered by the renderer.

Note: if a point from a rendered object is not picked, the camera focal point can optionally be set.

◆ GetLockedAxis()

int vtkCoordinateFrameRepresentation::GetLockedAxis ( ) const

Get/set which axis (if any) is locked.

At most, a single axis can be locked at a time.

The axis must be one of the following values: { -1, 0, 1, 2 }. -1 indicates that no axis is locked; 0 corresponds to the X axis; 1 to Y; and 2 to Z.

In terms of mouse interactions, locking an axis prevents its direction from being modified by rotation (so only rotations about that axis are possible) and prevents the origin from translating along it (so all translations must be in the plane using it as a normal).

In terms of picking interactions, locking an axis selects it as the target axis to be modified (i.e., the locked axis will be overwritten with a normal vector or direction vector).

◆ SetLockedAxis()

void vtkCoordinateFrameRepresentation::SetLockedAxis ( int  axis)

◆ ComputeInteractionState()

int vtkCoordinateFrameRepresentation::ComputeInteractionState ( int  X,
int  Y,
int  modify = 0 
)
overridevirtual

Methods to interface with the vtkCoordinateFrameWidget.

Reimplemented from vtkWidgetRepresentation.

◆ PlaceWidget()

void vtkCoordinateFrameRepresentation::PlaceWidget ( double  bounds[6])
override

Methods to interface with the vtkCoordinateFrameWidget.

◆ BuildRepresentation()

void vtkCoordinateFrameRepresentation::BuildRepresentation ( )
overridevirtual

Methods to interface with the vtkCoordinateFrameWidget.

Implements vtkWidgetRepresentation.

◆ StartWidgetInteraction()

void vtkCoordinateFrameRepresentation::StartWidgetInteraction ( double  eventPos[2])
overridevirtual

Methods to interface with the vtkCoordinateFrameWidget.

Reimplemented from vtkWidgetRepresentation.

◆ WidgetInteraction()

void vtkCoordinateFrameRepresentation::WidgetInteraction ( double  newEventPos[2])
overridevirtual

Methods to interface with the vtkCoordinateFrameWidget.

Reimplemented from vtkWidgetRepresentation.

◆ EndWidgetInteraction()

void vtkCoordinateFrameRepresentation::EndWidgetInteraction ( double  newEventPos[2])
overridevirtual

Methods to interface with the vtkCoordinateFrameWidget.

Reimplemented from vtkWidgetRepresentation.

◆ GetBounds()

double* vtkCoordinateFrameRepresentation::GetBounds ( )
overridevirtual

Methods supporting the rendering process.

Reimplemented from vtkProp.

◆ GetActors()

void vtkCoordinateFrameRepresentation::GetActors ( vtkPropCollection pc)
overridevirtual

Methods supporting the rendering process.

Reimplemented from vtkProp.

◆ ReleaseGraphicsResources()

void vtkCoordinateFrameRepresentation::ReleaseGraphicsResources ( vtkWindow )
overridevirtual

Methods supporting the rendering process.

Reimplemented from vtkProp.

◆ RenderOpaqueGeometry()

int vtkCoordinateFrameRepresentation::RenderOpaqueGeometry ( vtkViewport )
overridevirtual

Methods supporting the rendering process.

Reimplemented from vtkProp.

◆ RenderTranslucentPolygonalGeometry()

int vtkCoordinateFrameRepresentation::RenderTranslucentPolygonalGeometry ( vtkViewport )
overridevirtual

Methods supporting the rendering process.

Reimplemented from vtkProp.

◆ HasTranslucentPolygonalGeometry()

vtkTypeBool vtkCoordinateFrameRepresentation::HasTranslucentPolygonalGeometry ( )
overridevirtual

Methods supporting the rendering process.

Reimplemented from vtkProp.

◆ SetInteractionState()

virtual void vtkCoordinateFrameRepresentation::SetInteractionState ( int  )
virtual

The interaction state may be set from a widget (e.g., vtkCoordinateFrameWidget) or other object.

This controls how the interaction with the widget proceeds. Normally this method is used as part of a handshaking process with the widget: First ComputeInteractionState() is invoked that returns a state based on geometric considerations (i.e., cursor near a widget feature), then based on events, the widget may modify this further.

◆ SetRepresentationState()

virtual void vtkCoordinateFrameRepresentation::SetRepresentationState ( int  )
virtual

Sets the visual appearance of the representation based on the state it is in.

This state is usually the same as InteractionState.

◆ GetRepresentationState()

virtual int vtkCoordinateFrameRepresentation::GetRepresentationState ( )
virtual

Sets the visual appearance of the representation based on the state it is in.

This state is usually the same as InteractionState.

◆ SetLengthFactor()

virtual void vtkCoordinateFrameRepresentation::SetLengthFactor ( double  )
virtual

Set/get the length of the axis glyphs relative to screen size.

The default is 0.04.

◆ GetLengthFactor()

virtual double vtkCoordinateFrameRepresentation::GetLengthFactor ( )
virtual

Set/get the length of the axis glyphs relative to screen size.

The default is 0.04.

◆ SetXVectorNormal() [1/2]

virtual void vtkCoordinateFrameRepresentation::SetXVectorNormal ( double  ,
double  ,
double   
)
protectedvirtual

◆ SetXVectorNormal() [2/2]

virtual void vtkCoordinateFrameRepresentation::SetXVectorNormal ( double  [3])
protectedvirtual

◆ SetYVectorNormal() [1/2]

virtual void vtkCoordinateFrameRepresentation::SetYVectorNormal ( double  ,
double  ,
double   
)
protectedvirtual

◆ SetYVectorNormal() [2/2]

virtual void vtkCoordinateFrameRepresentation::SetYVectorNormal ( double  [3])
protectedvirtual

◆ SetZVectorNormal() [1/2]

virtual void vtkCoordinateFrameRepresentation::SetZVectorNormal ( double  ,
double  ,
double   
)
protectedvirtual

◆ SetZVectorNormal() [2/2]

virtual void vtkCoordinateFrameRepresentation::SetZVectorNormal ( double  [3])
protectedvirtual

◆ HighlightOrigin()

void vtkCoordinateFrameRepresentation::HighlightOrigin ( int  highlight)
protected

◆ HighlightXVector()

void vtkCoordinateFrameRepresentation::HighlightXVector ( int  highlight)
protected

◆ HighlightLockerXVector()

void vtkCoordinateFrameRepresentation::HighlightLockerXVector ( int  highlight)
protected

◆ HighlightYVector()

void vtkCoordinateFrameRepresentation::HighlightYVector ( int  highlight)
protected

◆ HighlightLockerYVector()

void vtkCoordinateFrameRepresentation::HighlightLockerYVector ( int  highlight)
protected

◆ HighlightZVector()

void vtkCoordinateFrameRepresentation::HighlightZVector ( int  highlight)
protected

◆ HighlightLockerZVector()

void vtkCoordinateFrameRepresentation::HighlightLockerZVector ( int  highlight)
protected

◆ ComputeAdaptivePickerTolerance()

void vtkCoordinateFrameRepresentation::ComputeAdaptivePickerTolerance ( )
protected

◆ RegisterPickers()

void vtkCoordinateFrameRepresentation::RegisterPickers ( )
overrideprotectedvirtual

Register internal Pickers in the Picking Manager.

Must be reimplemented by concrete widget representations to register their pickers.

Reimplemented from vtkWidgetRepresentation.

◆ Rotate()

void vtkCoordinateFrameRepresentation::Rotate ( double  X,
double  Y,
double *  p1,
double *  p2,
double *  vpn 
)
protected

◆ ModifyingLocker()

void vtkCoordinateFrameRepresentation::ModifyingLocker ( int  axis)
protected

◆ TranslateOrigin()

void vtkCoordinateFrameRepresentation::TranslateOrigin ( double *  p1,
double *  p2 
)
protected

◆ SizeHandles()

void vtkCoordinateFrameRepresentation::SizeHandles ( )
protected

◆ CreateDefaultProperties()

virtual void vtkCoordinateFrameRepresentation::CreateDefaultProperties ( )
protectedvirtual

Member Data Documentation

◆ RepresentationState

int vtkCoordinateFrameRepresentation::RepresentationState = Outside
protected

Definition at line 382 of file vtkCoordinateFrameRepresentation.h.

◆ LastEventPosition

double vtkCoordinateFrameRepresentation::LastEventPosition[3]
protected

Definition at line 385 of file vtkCoordinateFrameRepresentation.h.

◆ PickCameraFocalInfo

bool vtkCoordinateFrameRepresentation::PickCameraFocalInfo = false
protected

Definition at line 387 of file vtkCoordinateFrameRepresentation.h.

◆ LockNormalToCamera

vtkTypeBool vtkCoordinateFrameRepresentation::LockNormalToCamera = false
protected

Definition at line 390 of file vtkCoordinateFrameRepresentation.h.

◆ TranslationAxis

int vtkCoordinateFrameRepresentation::TranslationAxis = Axis::NONE
protected

Definition at line 392 of file vtkCoordinateFrameRepresentation.h.

◆ Origin

double vtkCoordinateFrameRepresentation::Origin[3] = { 0, 0, 0 }
protected

Definition at line 394 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorNormal

double vtkCoordinateFrameRepresentation::XVectorNormal[3] = { 1, 0, 0 }
protected

Definition at line 395 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorNormal

double vtkCoordinateFrameRepresentation::YVectorNormal[3] = { 0, 1, 0 }
protected

Definition at line 396 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorNormal

double vtkCoordinateFrameRepresentation::ZVectorNormal[3] = { 0, 0, 1 }
protected

Definition at line 397 of file vtkCoordinateFrameRepresentation.h.

◆ OriginSphereSource

vtkNew<vtkSphereSource> vtkCoordinateFrameRepresentation::OriginSphereSource
protected

Definition at line 403 of file vtkCoordinateFrameRepresentation.h.

◆ OriginSphereMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::OriginSphereMapper
protected

Definition at line 404 of file vtkCoordinateFrameRepresentation.h.

◆ OriginSphereActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::OriginSphereActor
protected

Definition at line 405 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorLineSource

vtkNew<vtkLineSource> vtkCoordinateFrameRepresentation::XVectorLineSource
protected

Definition at line 409 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorLineMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::XVectorLineMapper
protected

Definition at line 410 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorLineActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::XVectorLineActor
protected

Definition at line 411 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorConeSource

vtkNew<vtkConeSource> vtkCoordinateFrameRepresentation::XVectorConeSource
protected

Definition at line 413 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorConeMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::XVectorConeMapper
protected

Definition at line 414 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorConeActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::XVectorConeActor
protected

Definition at line 415 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorIsLocked

bool vtkCoordinateFrameRepresentation::XVectorIsLocked = false
protected

Definition at line 418 of file vtkCoordinateFrameRepresentation.h.

◆ LockerXVectorConeSource

vtkNew<vtkConeSource> vtkCoordinateFrameRepresentation::LockerXVectorConeSource
protected

Definition at line 419 of file vtkCoordinateFrameRepresentation.h.

◆ LockerXVectorConeMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::LockerXVectorConeMapper
protected

Definition at line 420 of file vtkCoordinateFrameRepresentation.h.

◆ LockerXVectorConeActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::LockerXVectorConeActor
protected

Definition at line 421 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorLineSource

vtkNew<vtkLineSource> vtkCoordinateFrameRepresentation::YVectorLineSource
protected

Definition at line 425 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorLineMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::YVectorLineMapper
protected

Definition at line 426 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorLineActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::YVectorLineActor
protected

Definition at line 427 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorConeSource

vtkNew<vtkConeSource> vtkCoordinateFrameRepresentation::YVectorConeSource
protected

Definition at line 429 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorConeMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::YVectorConeMapper
protected

Definition at line 430 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorConeActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::YVectorConeActor
protected

Definition at line 431 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorIsLocked

bool vtkCoordinateFrameRepresentation::YVectorIsLocked = false
protected

Definition at line 434 of file vtkCoordinateFrameRepresentation.h.

◆ LockerYVectorConeSource

vtkNew<vtkConeSource> vtkCoordinateFrameRepresentation::LockerYVectorConeSource
protected

Definition at line 435 of file vtkCoordinateFrameRepresentation.h.

◆ LockerYVectorConeMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::LockerYVectorConeMapper
protected

Definition at line 436 of file vtkCoordinateFrameRepresentation.h.

◆ LockerYVectorConeActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::LockerYVectorConeActor
protected

Definition at line 437 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorLineSource

vtkNew<vtkLineSource> vtkCoordinateFrameRepresentation::ZVectorLineSource
protected

Definition at line 441 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorLineMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::ZVectorLineMapper
protected

Definition at line 442 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorLineActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::ZVectorLineActor
protected

Definition at line 443 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorConeSource

vtkNew<vtkConeSource> vtkCoordinateFrameRepresentation::ZVectorConeSource
protected

Definition at line 445 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorConeMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::ZVectorConeMapper
protected

Definition at line 446 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorConeActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::ZVectorConeActor
protected

Definition at line 447 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorIsLocked

bool vtkCoordinateFrameRepresentation::ZVectorIsLocked = false
protected

Definition at line 450 of file vtkCoordinateFrameRepresentation.h.

◆ LockerZVectorConeSource

vtkNew<vtkConeSource> vtkCoordinateFrameRepresentation::LockerZVectorConeSource
protected

Definition at line 451 of file vtkCoordinateFrameRepresentation.h.

◆ LockerZVectorConeMapper

vtkNew<vtkPolyDataMapper> vtkCoordinateFrameRepresentation::LockerZVectorConeMapper
protected

Definition at line 452 of file vtkCoordinateFrameRepresentation.h.

◆ LockerZVectorConeActor

vtkNew<vtkActor> vtkCoordinateFrameRepresentation::LockerZVectorConeActor
protected

Definition at line 453 of file vtkCoordinateFrameRepresentation.h.

◆ HardwarePicker

vtkNew<vtkHardwarePicker> vtkCoordinateFrameRepresentation::HardwarePicker
protected

Definition at line 457 of file vtkCoordinateFrameRepresentation.h.

◆ CellPicker

vtkNew<vtkCellPicker> vtkCoordinateFrameRepresentation::CellPicker
protected

Definition at line 458 of file vtkCoordinateFrameRepresentation.h.

◆ Transform

vtkNew<vtkTransform> vtkCoordinateFrameRepresentation::Transform
protected

Definition at line 466 of file vtkCoordinateFrameRepresentation.h.

◆ OriginProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::OriginProperty
protected

Definition at line 476 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedOriginProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedOriginProperty
protected

Definition at line 477 of file vtkCoordinateFrameRepresentation.h.

◆ XVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::XVectorProperty
protected

Definition at line 478 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedXVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedXVectorProperty
protected

Definition at line 479 of file vtkCoordinateFrameRepresentation.h.

◆ LockedXVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::LockedXVectorProperty
protected

Definition at line 480 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedLockedXVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedLockedXVectorProperty
protected

Definition at line 481 of file vtkCoordinateFrameRepresentation.h.

◆ UnlockedXVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::UnlockedXVectorProperty
protected

Definition at line 482 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedUnlockedXVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedUnlockedXVectorProperty
protected

Definition at line 483 of file vtkCoordinateFrameRepresentation.h.

◆ YVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::YVectorProperty
protected

Definition at line 484 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedYVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedYVectorProperty
protected

Definition at line 485 of file vtkCoordinateFrameRepresentation.h.

◆ LockedYVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::LockedYVectorProperty
protected

Definition at line 486 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedLockedYVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedLockedYVectorProperty
protected

Definition at line 487 of file vtkCoordinateFrameRepresentation.h.

◆ UnlockedYVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::UnlockedYVectorProperty
protected

Definition at line 488 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedUnlockedYVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedUnlockedYVectorProperty
protected

Definition at line 489 of file vtkCoordinateFrameRepresentation.h.

◆ ZVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::ZVectorProperty
protected

Definition at line 490 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedZVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedZVectorProperty
protected

Definition at line 491 of file vtkCoordinateFrameRepresentation.h.

◆ LockedZVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::LockedZVectorProperty
protected

Definition at line 492 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedLockedZVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedLockedZVectorProperty
protected

Definition at line 493 of file vtkCoordinateFrameRepresentation.h.

◆ UnlockedZVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::UnlockedZVectorProperty
protected

Definition at line 494 of file vtkCoordinateFrameRepresentation.h.

◆ SelectedUnlockedZVectorProperty

vtkNew<vtkProperty> vtkCoordinateFrameRepresentation::SelectedUnlockedZVectorProperty
protected

Definition at line 495 of file vtkCoordinateFrameRepresentation.h.

◆ BoundingBox

vtkNew<vtkBox> vtkCoordinateFrameRepresentation::BoundingBox
protected

Definition at line 499 of file vtkCoordinateFrameRepresentation.h.

◆ Cell

vtkNew<vtkGenericCell> vtkCoordinateFrameRepresentation::Cell
protected

Definition at line 500 of file vtkCoordinateFrameRepresentation.h.

◆ LengthFactor

double vtkCoordinateFrameRepresentation::LengthFactor = 0.04
protected

Definition at line 502 of file vtkCoordinateFrameRepresentation.h.


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