VTK  9.3.20240423
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkCubeAxesActor2D Class Reference

create a 2D plot of a bounding box edges - used for navigation More...

#include <vtkCubeAxesActor2D.h>

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

Public Types

enum  FlyMode { VTK_FLY_OUTER_EDGES = 0 , VTK_FLY_CLOSEST_TRIAD = 1 , VTK_FLY_NONE = 2 }
 
typedef vtkActor2D Superclass
 
- Public Types inherited from vtkActor2D
typedef vtkProp Superclass
 
- Public Types inherited from vtkProp
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkCubeAxesActor2DNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
vtkTypeBool HasTranslucentPolygonalGeometry () override
 Does this prop have some translucent polygonal geometry?
 
vtkAxisActor2DGetXAxisActor2D ()
 Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)
 
vtkAxisActor2DGetYAxisActor2D ()
 
vtkAxisActor2DGetZAxisActor2D ()
 
void ReleaseGraphicsResources (vtkWindow *) override
 Release any graphics resources that are being consumed by this actor.
 
void ShallowCopy (vtkCubeAxesActor2D *actor)
 Shallow copy of a CubeAxesActor2D.
 
int RenderOverlay (vtkViewport *) override
 Draw the axes as per the vtkProp superclass' API.
 
int RenderOpaqueGeometry (vtkViewport *) override
 Draw the axes as per the vtkProp superclass' API.
 
int RenderTranslucentPolygonalGeometry (vtkViewport *) override
 Draw the axes as per the vtkProp superclass' API.
 
virtual void SetInputConnection (vtkAlgorithmOutput *)
 Use the bounding box of this input dataset to draw the cube axes.
 
virtual void SetInputData (vtkDataSet *)
 Use the bounding box of this input dataset to draw the cube axes.
 
virtual vtkDataSetGetInput ()
 Use the bounding box of this input dataset to draw the cube axes.
 
void SetViewProp (vtkProp *prop)
 Use the bounding box of this prop to draw the cube axes.
 
virtual vtkPropGetViewProp ()
 Use the bounding box of this prop to draw the cube axes.
 
virtual void SetBounds (double, double, double, double, double, double)
 Explicitly specify the region in space around which to draw the bounds.
 
virtual void SetBounds (double[6])
 Explicitly specify the region in space around which to draw the bounds.
 
double * GetBounds () override
 Explicitly specify the region in space around which to draw the bounds.
 
void GetBounds (double &xmin, double &xmax, double &ymin, double &ymax, double &zmin, double &zmax)
 Explicitly specify the region in space around which to draw the bounds.
 
void GetBounds (double bounds[6])
 Explicitly specify the region in space around which to draw the bounds.
 
virtual void SetRanges (double, double, double, double, double, double)
 Explicitly specify the range of values used on the bounds.
 
virtual void SetRanges (double[6])
 Explicitly specify the range of values used on the bounds.
 
double * GetRanges ()
 Explicitly specify the range of values used on the bounds.
 
void GetRanges (double &xmin, double &xmax, double &ymin, double &ymax, double &zmin, double &zmax)
 Explicitly specify the range of values used on the bounds.
 
void GetRanges (double ranges[6])
 Explicitly specify the range of values used on the bounds.
 
virtual void SetXOrigin (double)
 Explicitly specify an origin for the axes.
 
virtual void SetYOrigin (double)
 Explicitly specify an origin for the axes.
 
virtual void SetZOrigin (double)
 Explicitly specify an origin for the axes.
 
virtual void SetUseRanges (vtkTypeBool)
 Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.
 
virtual vtkTypeBool GetUseRanges ()
 Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.
 
virtual void UseRangesOn ()
 Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.
 
virtual void UseRangesOff ()
 Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.
 
virtual void SetCamera (vtkCamera *)
 Set/Get the camera to perform scaling and translation of the vtkCubeAxesActor2D.
 
virtual vtkCameraGetCamera ()
 Set/Get the camera to perform scaling and translation of the vtkCubeAxesActor2D.
 
virtual void SetFlyMode (int)
 Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.
 
virtual int GetFlyMode ()
 Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.
 
void SetFlyModeToOuterEdges ()
 Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.
 
void SetFlyModeToClosestTriad ()
 Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.
 
void SetFlyModeToNone ()
 Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.
 
virtual void SetScaling (vtkTypeBool)
 Set/Get a flag that controls whether the axes are scaled to fit in the viewport.
 
virtual vtkTypeBool GetScaling ()
 Set/Get a flag that controls whether the axes are scaled to fit in the viewport.
 
virtual void ScalingOn ()
 Set/Get a flag that controls whether the axes are scaled to fit in the viewport.
 
virtual void ScalingOff ()
 Set/Get a flag that controls whether the axes are scaled to fit in the viewport.
 
virtual void SetNumberOfLabels (int)
 Set/Get the number of annotation labels to show along the x, y, and z axes.
 
virtual int GetNumberOfLabels ()
 Set/Get the number of annotation labels to show along the x, y, and z axes.
 
virtual void SetXLabel (const char *)
 Set/Get the labels for the x, y, and z axes.
 
virtual char * GetXLabel ()
 Set/Get the labels for the x, y, and z axes.
 
virtual void SetYLabel (const char *)
 Set/Get the labels for the x, y, and z axes.
 
virtual char * GetYLabel ()
 Set/Get the labels for the x, y, and z axes.
 
virtual void SetZLabel (const char *)
 Set/Get the labels for the x, y, and z axes.
 
virtual char * GetZLabel ()
 Set/Get the labels for the x, y, and z axes.
 
virtual void SetAxisTitleTextProperty (vtkTextProperty *p)
 Set/Get the title text property of all axes.
 
virtual vtkTextPropertyGetAxisTitleTextProperty ()
 Set/Get the title text property of all axes.
 
virtual void SetAxisLabelTextProperty (vtkTextProperty *p)
 Set/Get the labels text property of all axes.
 
virtual vtkTextPropertyGetAxisLabelTextProperty ()
 Set/Get the labels text property of all axes.
 
virtual void SetLabelFormat (const char *)
 Set/Get the format with which to print the labels on each of the x-y-z axes.
 
virtual char * GetLabelFormat ()
 Set/Get the format with which to print the labels on each of the x-y-z axes.
 
virtual void SetFontFactor (double)
 Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
 
virtual double GetFontFactor ()
 Set/Get the factor that controls the overall size of the fonts used to label and title the axes.
 
virtual void SetInertia (int)
 Set/Get the inertial factor that controls how often (i.e, how many renders) the axes can switch position (jump from one axes to another).
 
virtual int GetInertia ()
 Set/Get the inertial factor that controls how often (i.e, how many renders) the axes can switch position (jump from one axes to another).
 
virtual void SetShowActualBounds (int)
 Set/Get the variable that controls whether the actual bounds of the dataset are always shown.
 
virtual int GetShowActualBounds ()
 Set/Get the variable that controls whether the actual bounds of the dataset are always shown.
 
virtual void SetCornerOffset (double)
 Specify an offset value to "pull back" the axes from the corner at which they are joined to avoid overlap of axes labels.
 
virtual double GetCornerOffset ()
 Specify an offset value to "pull back" the axes from the corner at which they are joined to avoid overlap of axes labels.
 
virtual void SetXAxisVisibility (vtkTypeBool)
 Turn on and off the visibility of each axis.
 
virtual vtkTypeBool GetXAxisVisibility ()
 Turn on and off the visibility of each axis.
 
virtual void XAxisVisibilityOn ()
 Turn on and off the visibility of each axis.
 
virtual void XAxisVisibilityOff ()
 Turn on and off the visibility of each axis.
 
virtual void SetYAxisVisibility (vtkTypeBool)
 Turn on and off the visibility of each axis.
 
virtual vtkTypeBool GetYAxisVisibility ()
 Turn on and off the visibility of each axis.
 
virtual void YAxisVisibilityOn ()
 Turn on and off the visibility of each axis.
 
virtual void YAxisVisibilityOff ()
 Turn on and off the visibility of each axis.
 
virtual void SetZAxisVisibility (vtkTypeBool)
 Turn on and off the visibility of each axis.
 
virtual vtkTypeBool GetZAxisVisibility ()
 Turn on and off the visibility of each axis.
 
virtual void ZAxisVisibilityOn ()
 Turn on and off the visibility of each axis.
 
virtual void ZAxisVisibilityOff ()
 Turn on and off the visibility of each axis.
 
- Public Member Functions inherited from vtkActor2D
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkActor2DNewInstance () const
 
vtkTypeBool HasTranslucentPolygonalGeometry () override
 Does this prop have some translucent polygonal geometry?
 
vtkProperty2DGetProperty ()
 Returns this actor's vtkProperty2D.
 
virtual void SetProperty (vtkProperty2D *)
 Set this vtkProp's vtkProperty2D.
 
void SetDisplayPosition (int, int)
 Set the Prop2D's position in display coordinates.
 
vtkMTimeType GetMTime () override
 Return this objects MTime.
 
void GetActors2D (vtkPropCollection *pc) override
 For some exporters and other other operations we must be able to collect all the actors or volumes.
 
void ShallowCopy (vtkProp *prop) override
 Shallow copy of this vtkActor2D.
 
void ReleaseGraphicsResources (vtkWindow *) override
 Release any graphics resources that are being consumed by this actor.
 
virtual vtkCoordinateGetActualPositionCoordinate ()
 Return the actual vtkCoordinate reference that the mapper should use to position the actor.
 
virtual vtkCoordinateGetActualPosition2Coordinate ()
 Return the actual vtkCoordinate reference that the mapper should use to position the actor.
 
virtual void SetMapper (vtkMapper2D *mapper)
 Set/Get the vtkMapper2D which defines the data to be drawn.
 
virtual vtkMapper2DGetMapper ()
 Set/Get the vtkMapper2D which defines the data to be drawn.
 
virtual void SetLayerNumber (int)
 Set/Get the layer number in the overlay planes into which to render.
 
virtual int GetLayerNumber ()
 Set/Get the layer number in the overlay planes into which to render.
 
virtual vtkCoordinateGetPositionCoordinate ()
 Get the PositionCoordinate instance of vtkCoordinate.
 
virtual void SetPosition (float x[2])
 Get the PositionCoordinate instance of vtkCoordinate.
 
virtual void SetPosition (float x, float y)
 Get the PositionCoordinate instance of vtkCoordinate.
 
virtual float * GetPosition ()
 Get the PositionCoordinate instance of vtkCoordinate.
 
virtual vtkCoordinateGetPosition2Coordinate ()
 Access the Position2 instance variable.
 
virtual void SetPosition2 (float x[2])
 Access the Position2 instance variable.
 
virtual void SetPosition2 (float x, float y)
 Access the Position2 instance variable.
 
virtual float * GetPosition2 ()
 Access the Position2 instance variable.
 
void SetWidth (double w)
 Set/Get the height and width of the Actor2D.
 
double GetWidth ()
 Set/Get the height and width of the Actor2D.
 
void SetHeight (double h)
 Set/Get the height and width of the Actor2D.
 
double GetHeight ()
 Set/Get the height and width of the Actor2D.
 
- Public Member Functions inherited from vtkProp
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkPropNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
virtual void GetActors (vtkPropCollection *)
 For some exporters and other other operations we must be able to collect all the actors or volumes.
 
virtual void GetActors2D (vtkPropCollection *)
 
virtual void GetVolumes (vtkPropCollection *)
 
virtual void Pick ()
 Method fires PickEvent if the prop is picked.
 
virtual vtkMTimeType GetRedrawMTime ()
 Return the mtime of anything that would cause the rendered image to appear differently.
 
virtual double * GetBounds ()
 Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
 
virtual void ShallowCopy (vtkProp *prop)
 Shallow copy of this vtkProp.
 
virtual void PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix))
 These methods are used by subclasses to place a matrix (if any) in the prop prior to rendering.
 
virtual vtkMatrix4x4GetMatrix ()
 
virtual bool HasKeys (vtkInformation *requiredKeys)
 Tells if the prop has all the required keys.
 
virtual int RenderOpaqueGeometry (vtkViewport *)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDERING PROCESS All concrete subclasses must be able to render themselves.
 
virtual int RenderTranslucentPolygonalGeometry (vtkViewport *)
 
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.
 
virtual bool RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the translucent polygonal geometry only if the prop has all the requiredKeys.
 
virtual bool RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys)
 Render the volumetric geometry only if the prop has all the requiredKeys.
 
virtual bool RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys)
 Render in the overlay of the viewport only if the prop has all the requiredKeys.
 
virtual vtkTypeBool HasTranslucentPolygonalGeometry ()
 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.
 
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.
 
virtual void ReleaseGraphicsResources (vtkWindow *)
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being consumed by this actor.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 
virtual void ProcessSelectorPixelBuffers (vtkHardwareSelector *, std::vector< unsigned int > &)
 allows a prop to update a selections color buffers
 
virtual void SetVisibility (vtkTypeBool)
 Set/Get visibility of this vtkProp.
 
virtual vtkTypeBool GetVisibility ()
 Set/Get visibility of this vtkProp.
 
virtual void VisibilityOn ()
 Set/Get visibility of this vtkProp.
 
virtual void VisibilityOff ()
 Set/Get visibility of this vtkProp.
 
virtual void SetPickable (vtkTypeBool)
 Set/Get the pickable instance variable.
 
virtual vtkTypeBool GetPickable ()
 Set/Get the pickable instance variable.
 
virtual void PickableOn ()
 Set/Get the pickable instance variable.
 
virtual void PickableOff ()
 Set/Get the pickable instance variable.
 
virtual void SetDragable (vtkTypeBool)
 Set/Get the value of the dragable instance variable.
 
virtual vtkTypeBool GetDragable ()
 Set/Get the value of the dragable instance variable.
 
virtual void DragableOn ()
 Set/Get the value of the dragable instance variable.
 
virtual void DragableOff ()
 Set/Get the value of the dragable instance variable.
 
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().
 
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().
 
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().
 
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().
 
virtual void InitPathTraversal ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker).
 
virtual vtkAssemblyPathGetNextPath ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker).
 
virtual int GetNumberOfPaths ()
 vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker).
 
virtual vtkInformationGetPropertyKeys ()
 Set/Get property keys.
 
virtual void SetPropertyKeys (vtkInformation *keys)
 Set/Get property keys.
 
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.
 
virtual double GetAllocatedRenderTime ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS.
 
virtual int GetNumberOfConsumers ()
 Get the number of consumers.
 
void AddConsumer (vtkObject *c)
 Add or remove or get or check a consumer,.
 
void RemoveConsumer (vtkObject *c)
 Add or remove or get or check a consumer,.
 
vtkObjectGetConsumer (int i)
 Add or remove or get or check a consumer,.
 
int IsConsumer (vtkObject *c)
 Add or remove or get or check a consumer,.
 
virtual void SetShaderProperty (vtkShaderProperty *property)
 Set/Get the shader property.
 
virtual vtkShaderPropertyGetShaderProperty ()
 Set/Get the shader property.
 
virtual bool IsRenderingTranslucentPolygonalGeometry ()
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on.
 
virtual void DebugOff ()
 Turn debugging output off.
 
bool GetDebug ()
 Get the value of the debug flag.
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag.
 
virtual void Modified ()
 Update the modification time for this object.
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time.
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
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.
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
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.
 
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.
 
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.
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes.
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes.
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string.
 
virtual std::string GetObjectDescription () const
 The object description printed in messages and PrintSelf output.
 
virtual vtkTypeBool IsA (const char *name)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
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).
 
virtual void Delete ()
 Delete a VTK object.
 
virtual void FastDelete ()
 Delete a reference to this object.
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream.
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object).
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object).
 
int GetReferenceCount ()
 Return the current reference count of this object.
 
void SetReferenceCount (int)
 Sets the reference count.
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space.
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not.
 

Static Public Member Functions

static vtkTypeBool IsTypeOf (const char *type)
 
static vtkCubeAxesActor2DSafeDownCast (vtkObjectBase *o)
 
static vtkCubeAxesActor2DNew ()
 Instantiate object with bold, italic, and shadow enabled; font family set to Arial; and label format "6.3g".
 
- Static Public Member Functions inherited from vtkActor2D
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkActor2DSafeDownCast (vtkObjectBase *o)
 
static vtkActor2DNew ()
 Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at layer 0.
 
- 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.
 
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.
 
- 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.
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes.
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
- 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.
 
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).
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
 
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.
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkCubeAxesActor2D ()
 
 ~vtkCubeAxesActor2D () override
 
void TransformBounds (vtkViewport *viewport, double bounds[6], double pts[8][3])
 
int ClipBounds (vtkViewport *viewport, double pts[8][3], double bounds[6])
 
double EvaluatePoint (double planes[24], double x[3])
 
double EvaluateBounds (double planes[24], double bounds[6])
 
void AdjustAxes (double pts[8][3], double bounds[6], int idx, int xIdx, int yIdx, int zIdx, int zIdx2, int xAxes, int yAxes, int zAxes, double xCoords[4], double yCoords[4], double zCoords[4], double xRange[2], double yRange[2], double zRange[2])
 
- Protected Member Functions inherited from vtkActor2D
virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkActor2D ()
 
 ~vtkActor2D () override
 
- Protected Member Functions inherited from vtkProp
virtual vtkObjectBaseNewInstanceInternal () const
 
 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.
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events.
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void ObjectFinalize ()
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkCubeAxesActor2DConnection * ConnectionHolder
 
vtkPropViewProp
 
double Bounds [6]
 
double Ranges [6]
 
vtkTypeBool UseRanges
 
vtkCameraCamera
 
int FlyMode
 
vtkTypeBool Scaling
 
vtkAxisActor2DXAxis
 
vtkAxisActor2DYAxis
 
vtkAxisActor2DZAxis
 
vtkTextPropertyAxisTitleTextProperty
 
vtkTextPropertyAxisLabelTextProperty
 
vtkTimeStamp BuildTime
 
int NumberOfLabels
 
char * XLabel
 
char * YLabel
 
char * ZLabel
 
char * Labels [3]
 
vtkTypeBool XAxisVisibility
 
vtkTypeBool YAxisVisibility
 
vtkTypeBool ZAxisVisibility
 
char * LabelFormat
 
double FontFactor
 
double CornerOffset
 
int Inertia
 
int RenderCount
 
int InertiaAxes [8]
 
int RenderSomething
 
int ShowActualBounds
 
double XOrigin
 
double YOrigin
 
double ZOrigin
 
- Protected Attributes inherited from vtkActor2D
vtkMapper2DMapper
 
int LayerNumber
 
vtkProperty2DProperty
 
vtkCoordinatePositionCoordinate
 
vtkCoordinatePosition2Coordinate
 
- 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
 

Additional Inherited Members

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

Detailed Description

create a 2D plot of a bounding box edges - used for navigation

vtkCubeAxesActor2D is a composite actor that draws three axes of the bounding box of an input dataset. The axes include labels and titles for the x-y-z axes. The algorithm selects the axes that are on the "exterior" of the bounding box, exterior as determined from examining outer edges of the bounding box in projection (display) space. Alternatively, the edges closest to the viewer (i.e., camera position) can be drawn.

To use this object you must define a bounding box and the camera used to render the vtkCubeAxesActor2D. The camera is used to control the scaling and position of the vtkCubeAxesActor2D so that it fits in the viewport and always remains visible.)

The font property of the axes titles and labels can be modified through the AxisTitleTextProperty and AxisLabelTextProperty attributes. You may also use the GetXAxisActor2D, GetYAxisActor2D or GetZAxisActor2D methods to access each individual axis actor to modify their font properties.

The bounding box to use is defined in one of three ways. First, if the Input ivar is defined, then the input dataset's bounds is used. If the Input is not defined, and the Prop (superclass of all actors) is defined, then the Prop's bounds is used. If neither the Input or Prop is defined, then the Bounds instance variable (an array of six doubles) is used.

See also
vtkActor2D vtkAxisActor2D vtkXYPlotActor vtkTextProperty
Online Examples:

Tests:
vtkCubeAxesActor2D (Tests)

Definition at line 71 of file vtkCubeAxesActor2D.h.

Member Typedef Documentation

◆ Superclass

Definition at line 74 of file vtkCubeAxesActor2D.h.

Member Enumeration Documentation

◆ FlyMode

Enumerator
VTK_FLY_OUTER_EDGES 
VTK_FLY_CLOSEST_TRIAD 
VTK_FLY_NONE 

Definition at line 177 of file vtkCubeAxesActor2D.h.

Constructor & Destructor Documentation

◆ vtkCubeAxesActor2D()

vtkCubeAxesActor2D::vtkCubeAxesActor2D ( )
protected

◆ ~vtkCubeAxesActor2D()

vtkCubeAxesActor2D::~vtkCubeAxesActor2D ( )
overrideprotected

Member Function Documentation

◆ IsTypeOf()

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

◆ IsA()

virtual vtkTypeBool vtkCubeAxesActor2D::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkActor2D.

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkCubeAxesActor2D::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkActor2D.

◆ NewInstance()

vtkCubeAxesActor2D * vtkCubeAxesActor2D::NewInstance ( ) const

◆ PrintSelf()

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

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkActor2D.

◆ New()

static vtkCubeAxesActor2D * vtkCubeAxesActor2D::New ( )
static

Instantiate object with bold, italic, and shadow enabled; font family set to Arial; and label format "6.3g".

The number of labels per axis is set to 3.

◆ RenderOverlay()

int vtkCubeAxesActor2D::RenderOverlay ( vtkViewport )
overridevirtual

Draw the axes as per the vtkProp superclass' API.

Reimplemented from vtkActor2D.

◆ RenderOpaqueGeometry()

int vtkCubeAxesActor2D::RenderOpaqueGeometry ( vtkViewport )
overridevirtual

Draw the axes as per the vtkProp superclass' API.

Reimplemented from vtkActor2D.

◆ RenderTranslucentPolygonalGeometry()

int vtkCubeAxesActor2D::RenderTranslucentPolygonalGeometry ( vtkViewport )
inlineoverridevirtual

Draw the axes as per the vtkProp superclass' API.

Reimplemented from vtkActor2D.

Definition at line 90 of file vtkCubeAxesActor2D.h.

◆ HasTranslucentPolygonalGeometry()

vtkTypeBool vtkCubeAxesActor2D::HasTranslucentPolygonalGeometry ( )
overridevirtual

Does this prop have some translucent polygonal geometry?

Reimplemented from vtkActor2D.

◆ SetInputConnection()

virtual void vtkCubeAxesActor2D::SetInputConnection ( vtkAlgorithmOutput )
virtual

Use the bounding box of this input dataset to draw the cube axes.

If this is not specified, then the class will attempt to determine the bounds from the defined Prop or Bounds.

◆ SetInputData()

virtual void vtkCubeAxesActor2D::SetInputData ( vtkDataSet )
virtual

Use the bounding box of this input dataset to draw the cube axes.

If this is not specified, then the class will attempt to determine the bounds from the defined Prop or Bounds.

◆ GetInput()

virtual vtkDataSet * vtkCubeAxesActor2D::GetInput ( )
virtual

Use the bounding box of this input dataset to draw the cube axes.

If this is not specified, then the class will attempt to determine the bounds from the defined Prop or Bounds.

◆ SetViewProp()

void vtkCubeAxesActor2D::SetViewProp ( vtkProp prop)

Use the bounding box of this prop to draw the cube axes.

The ViewProp is used to determine the bounds only if the Input is not defined.

◆ GetViewProp()

virtual vtkProp * vtkCubeAxesActor2D::GetViewProp ( )
virtual

Use the bounding box of this prop to draw the cube axes.

The ViewProp is used to determine the bounds only if the Input is not defined.

◆ SetBounds() [1/2]

virtual void vtkCubeAxesActor2D::SetBounds ( double  ,
double  ,
double  ,
double  ,
double  ,
double   
)
virtual

Explicitly specify the region in space around which to draw the bounds.

The bounds is used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ SetBounds() [2/2]

virtual void vtkCubeAxesActor2D::SetBounds ( double  [6])
virtual

Explicitly specify the region in space around which to draw the bounds.

The bounds is used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ GetBounds() [1/3]

double * vtkCubeAxesActor2D::GetBounds ( )
overridevirtual

Explicitly specify the region in space around which to draw the bounds.

The bounds is used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

Reimplemented from vtkProp.

◆ GetBounds() [2/3]

void vtkCubeAxesActor2D::GetBounds ( double &  xmin,
double &  xmax,
double &  ymin,
double &  ymax,
double &  zmin,
double &  zmax 
)

Explicitly specify the region in space around which to draw the bounds.

The bounds is used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ GetBounds() [3/3]

void vtkCubeAxesActor2D::GetBounds ( double  bounds[6])

Explicitly specify the region in space around which to draw the bounds.

The bounds is used only when no Input or Prop is specified. The bounds are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ SetRanges() [1/2]

virtual void vtkCubeAxesActor2D::SetRanges ( double  ,
double  ,
double  ,
double  ,
double  ,
double   
)
virtual

Explicitly specify the range of values used on the bounds.

The ranges are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ SetRanges() [2/2]

virtual void vtkCubeAxesActor2D::SetRanges ( double  [6])
virtual

Explicitly specify the range of values used on the bounds.

The ranges are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ GetRanges() [1/3]

double * vtkCubeAxesActor2D::GetRanges ( )

Explicitly specify the range of values used on the bounds.

The ranges are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ GetRanges() [2/3]

void vtkCubeAxesActor2D::GetRanges ( double &  xmin,
double &  xmax,
double &  ymin,
double &  ymax,
double &  zmin,
double &  zmax 
)

Explicitly specify the range of values used on the bounds.

The ranges are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ GetRanges() [3/3]

void vtkCubeAxesActor2D::GetRanges ( double  ranges[6])

Explicitly specify the range of values used on the bounds.

The ranges are specified according to (xmin,xmax, ymin,ymax, zmin,zmax), making sure that the min's are less than the max's.

◆ SetXOrigin()

virtual void vtkCubeAxesActor2D::SetXOrigin ( double  )
virtual

Explicitly specify an origin for the axes.

These usually intersect at one of the corners of the bounding box, however users have the option to override this if necessary

◆ SetYOrigin()

virtual void vtkCubeAxesActor2D::SetYOrigin ( double  )
virtual

Explicitly specify an origin for the axes.

These usually intersect at one of the corners of the bounding box, however users have the option to override this if necessary

◆ SetZOrigin()

virtual void vtkCubeAxesActor2D::SetZOrigin ( double  )
virtual

Explicitly specify an origin for the axes.

These usually intersect at one of the corners of the bounding box, however users have the option to override this if necessary

◆ SetUseRanges()

virtual void vtkCubeAxesActor2D::SetUseRanges ( vtkTypeBool  )
virtual

Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.

By default the axes use the data ranges.

◆ GetUseRanges()

virtual vtkTypeBool vtkCubeAxesActor2D::GetUseRanges ( )
virtual

Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.

By default the axes use the data ranges.

◆ UseRangesOn()

virtual void vtkCubeAxesActor2D::UseRangesOn ( )
virtual

Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.

By default the axes use the data ranges.

◆ UseRangesOff()

virtual void vtkCubeAxesActor2D::UseRangesOff ( )
virtual

Set/Get a flag that controls whether the axes use the data ranges or the ranges set by SetRanges.

By default the axes use the data ranges.

◆ SetCamera()

virtual void vtkCubeAxesActor2D::SetCamera ( vtkCamera )
virtual

Set/Get the camera to perform scaling and translation of the vtkCubeAxesActor2D.

◆ GetCamera()

virtual vtkCamera * vtkCubeAxesActor2D::GetCamera ( )
virtual

Set/Get the camera to perform scaling and translation of the vtkCubeAxesActor2D.

◆ SetFlyMode()

virtual void vtkCubeAxesActor2D::SetFlyMode ( int  )
virtual

Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.

◆ GetFlyMode()

virtual int vtkCubeAxesActor2D::GetFlyMode ( )
virtual

Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.

◆ SetFlyModeToOuterEdges()

void vtkCubeAxesActor2D::SetFlyModeToOuterEdges ( )
inline

Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.

Definition at line 192 of file vtkCubeAxesActor2D.h.

◆ SetFlyModeToClosestTriad()

void vtkCubeAxesActor2D::SetFlyModeToClosestTriad ( )
inline

Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.

Definition at line 193 of file vtkCubeAxesActor2D.h.

◆ SetFlyModeToNone()

void vtkCubeAxesActor2D::SetFlyModeToNone ( )
inline

Specify a mode to control how the axes are drawn: either outer edges or closest triad to the camera position, or you may also disable flying of the axes.

Definition at line 194 of file vtkCubeAxesActor2D.h.

◆ SetScaling()

virtual void vtkCubeAxesActor2D::SetScaling ( vtkTypeBool  )
virtual

Set/Get a flag that controls whether the axes are scaled to fit in the viewport.

If off, the axes size remains constant (i.e., stay the size of the bounding box). By default scaling is on so the axes are scaled to fit inside the viewport.

◆ GetScaling()

virtual vtkTypeBool vtkCubeAxesActor2D::GetScaling ( )
virtual

Set/Get a flag that controls whether the axes are scaled to fit in the viewport.

If off, the axes size remains constant (i.e., stay the size of the bounding box). By default scaling is on so the axes are scaled to fit inside the viewport.

◆ ScalingOn()

virtual void vtkCubeAxesActor2D::ScalingOn ( )
virtual

Set/Get a flag that controls whether the axes are scaled to fit in the viewport.

If off, the axes size remains constant (i.e., stay the size of the bounding box). By default scaling is on so the axes are scaled to fit inside the viewport.

◆ ScalingOff()

virtual void vtkCubeAxesActor2D::ScalingOff ( )
virtual

Set/Get a flag that controls whether the axes are scaled to fit in the viewport.

If off, the axes size remains constant (i.e., stay the size of the bounding box). By default scaling is on so the axes are scaled to fit inside the viewport.

◆ SetNumberOfLabels()

virtual void vtkCubeAxesActor2D::SetNumberOfLabels ( int  )
virtual

Set/Get the number of annotation labels to show along the x, y, and z axes.

This values is a suggestion: the number of labels may vary depending on the particulars of the data.

◆ GetNumberOfLabels()

virtual int vtkCubeAxesActor2D::GetNumberOfLabels ( )
virtual

Set/Get the number of annotation labels to show along the x, y, and z axes.

This values is a suggestion: the number of labels may vary depending on the particulars of the data.

◆ SetXLabel()

virtual void vtkCubeAxesActor2D::SetXLabel ( const char *  )
virtual

Set/Get the labels for the x, y, and z axes.

By default, use "X", "Y" and "Z".

◆ GetXLabel()

virtual char * vtkCubeAxesActor2D::GetXLabel ( )
virtual

Set/Get the labels for the x, y, and z axes.

By default, use "X", "Y" and "Z".

◆ SetYLabel()

virtual void vtkCubeAxesActor2D::SetYLabel ( const char *  )
virtual

Set/Get the labels for the x, y, and z axes.

By default, use "X", "Y" and "Z".

◆ GetYLabel()

virtual char * vtkCubeAxesActor2D::GetYLabel ( )
virtual

Set/Get the labels for the x, y, and z axes.

By default, use "X", "Y" and "Z".

◆ SetZLabel()

virtual void vtkCubeAxesActor2D::SetZLabel ( const char *  )
virtual

Set/Get the labels for the x, y, and z axes.

By default, use "X", "Y" and "Z".

◆ GetZLabel()

virtual char * vtkCubeAxesActor2D::GetZLabel ( )
virtual

Set/Get the labels for the x, y, and z axes.

By default, use "X", "Y" and "Z".

◆ GetXAxisActor2D()

vtkAxisActor2D * vtkCubeAxesActor2D::GetXAxisActor2D ( )
inline

Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)

Definition at line 236 of file vtkCubeAxesActor2D.h.

◆ GetYAxisActor2D()

vtkAxisActor2D * vtkCubeAxesActor2D::GetYAxisActor2D ( )
inline

Definition at line 237 of file vtkCubeAxesActor2D.h.

◆ GetZAxisActor2D()

vtkAxisActor2D * vtkCubeAxesActor2D::GetZAxisActor2D ( )
inline

Definition at line 238 of file vtkCubeAxesActor2D.h.

◆ SetAxisTitleTextProperty()

virtual void vtkCubeAxesActor2D::SetAxisTitleTextProperty ( vtkTextProperty p)
virtual

Set/Get the title text property of all axes.

Note that each axis can be controlled individually through the GetX/Y/ZAxisActor2D() methods.

◆ GetAxisTitleTextProperty()

virtual vtkTextProperty * vtkCubeAxesActor2D::GetAxisTitleTextProperty ( )
virtual

Set/Get the title text property of all axes.

Note that each axis can be controlled individually through the GetX/Y/ZAxisActor2D() methods.

◆ SetAxisLabelTextProperty()

virtual void vtkCubeAxesActor2D::SetAxisLabelTextProperty ( vtkTextProperty p)
virtual

Set/Get the labels text property of all axes.

Note that each axis can be controlled individually through the GetX/Y/ZAxisActor2D() methods.

◆ GetAxisLabelTextProperty()

virtual vtkTextProperty * vtkCubeAxesActor2D::GetAxisLabelTextProperty ( )
virtual

Set/Get the labels text property of all axes.

Note that each axis can be controlled individually through the GetX/Y/ZAxisActor2D() methods.

◆ SetLabelFormat()

virtual void vtkCubeAxesActor2D::SetLabelFormat ( const char *  )
virtual

Set/Get the format with which to print the labels on each of the x-y-z axes.

◆ GetLabelFormat()

virtual char * vtkCubeAxesActor2D::GetLabelFormat ( )
virtual

Set/Get the format with which to print the labels on each of the x-y-z axes.

◆ SetFontFactor()

virtual void vtkCubeAxesActor2D::SetFontFactor ( double  )
virtual

Set/Get the factor that controls the overall size of the fonts used to label and title the axes.

◆ GetFontFactor()

virtual double vtkCubeAxesActor2D::GetFontFactor ( )
virtual

Set/Get the factor that controls the overall size of the fonts used to label and title the axes.

◆ SetInertia()

virtual void vtkCubeAxesActor2D::SetInertia ( int  )
virtual

Set/Get the inertial factor that controls how often (i.e, how many renders) the axes can switch position (jump from one axes to another).

◆ GetInertia()

virtual int vtkCubeAxesActor2D::GetInertia ( )
virtual

Set/Get the inertial factor that controls how often (i.e, how many renders) the axes can switch position (jump from one axes to another).

◆ SetShowActualBounds()

virtual void vtkCubeAxesActor2D::SetShowActualBounds ( int  )
virtual

Set/Get the variable that controls whether the actual bounds of the dataset are always shown.

Setting this variable to 1 means that clipping is disabled and that the actual value of the bounds is displayed even with corner offsets Setting this variable to 0 means these axis will clip themselves and show variable bounds (legacy mode)

◆ GetShowActualBounds()

virtual int vtkCubeAxesActor2D::GetShowActualBounds ( )
virtual

Set/Get the variable that controls whether the actual bounds of the dataset are always shown.

Setting this variable to 1 means that clipping is disabled and that the actual value of the bounds is displayed even with corner offsets Setting this variable to 0 means these axis will clip themselves and show variable bounds (legacy mode)

◆ SetCornerOffset()

virtual void vtkCubeAxesActor2D::SetCornerOffset ( double  )
virtual

Specify an offset value to "pull back" the axes from the corner at which they are joined to avoid overlap of axes labels.

The "CornerOffset" is the fraction of the axis length to pull back.

◆ GetCornerOffset()

virtual double vtkCubeAxesActor2D::GetCornerOffset ( )
virtual

Specify an offset value to "pull back" the axes from the corner at which they are joined to avoid overlap of axes labels.

The "CornerOffset" is the fraction of the axis length to pull back.

◆ ReleaseGraphicsResources()

void vtkCubeAxesActor2D::ReleaseGraphicsResources ( vtkWindow )
overridevirtual

Release any graphics resources that are being consumed by this actor.

The parameter window could be used to determine which graphic resources to release.

Reimplemented from vtkActor2D.

◆ SetXAxisVisibility()

virtual void vtkCubeAxesActor2D::SetXAxisVisibility ( vtkTypeBool  )
virtual

Turn on and off the visibility of each axis.

◆ GetXAxisVisibility()

virtual vtkTypeBool vtkCubeAxesActor2D::GetXAxisVisibility ( )
virtual

Turn on and off the visibility of each axis.

◆ XAxisVisibilityOn()

virtual void vtkCubeAxesActor2D::XAxisVisibilityOn ( )
virtual

Turn on and off the visibility of each axis.

◆ XAxisVisibilityOff()

virtual void vtkCubeAxesActor2D::XAxisVisibilityOff ( )
virtual

Turn on and off the visibility of each axis.

◆ SetYAxisVisibility()

virtual void vtkCubeAxesActor2D::SetYAxisVisibility ( vtkTypeBool  )
virtual

Turn on and off the visibility of each axis.

◆ GetYAxisVisibility()

virtual vtkTypeBool vtkCubeAxesActor2D::GetYAxisVisibility ( )
virtual

Turn on and off the visibility of each axis.

◆ YAxisVisibilityOn()

virtual void vtkCubeAxesActor2D::YAxisVisibilityOn ( )
virtual

Turn on and off the visibility of each axis.

◆ YAxisVisibilityOff()

virtual void vtkCubeAxesActor2D::YAxisVisibilityOff ( )
virtual

Turn on and off the visibility of each axis.

◆ SetZAxisVisibility()

virtual void vtkCubeAxesActor2D::SetZAxisVisibility ( vtkTypeBool  )
virtual

Turn on and off the visibility of each axis.

◆ GetZAxisVisibility()

virtual vtkTypeBool vtkCubeAxesActor2D::GetZAxisVisibility ( )
virtual

Turn on and off the visibility of each axis.

◆ ZAxisVisibilityOn()

virtual void vtkCubeAxesActor2D::ZAxisVisibilityOn ( )
virtual

Turn on and off the visibility of each axis.

◆ ZAxisVisibilityOff()

virtual void vtkCubeAxesActor2D::ZAxisVisibilityOff ( )
virtual

Turn on and off the visibility of each axis.

◆ ShallowCopy()

void vtkCubeAxesActor2D::ShallowCopy ( vtkCubeAxesActor2D actor)

Shallow copy of a CubeAxesActor2D.

◆ TransformBounds()

void vtkCubeAxesActor2D::TransformBounds ( vtkViewport viewport,
double  bounds[6],
double  pts[8][3] 
)
protected

◆ ClipBounds()

int vtkCubeAxesActor2D::ClipBounds ( vtkViewport viewport,
double  pts[8][3],
double  bounds[6] 
)
protected

◆ EvaluatePoint()

double vtkCubeAxesActor2D::EvaluatePoint ( double  planes[24],
double  x[3] 
)
protected

◆ EvaluateBounds()

double vtkCubeAxesActor2D::EvaluateBounds ( double  planes[24],
double  bounds[6] 
)
protected

◆ AdjustAxes()

void vtkCubeAxesActor2D::AdjustAxes ( double  pts[8][3],
double  bounds[6],
int  idx,
int  xIdx,
int  yIdx,
int  zIdx,
int  zIdx2,
int  xAxes,
int  yAxes,
int  zAxes,
double  xCoords[4],
double  yCoords[4],
double  zCoords[4],
double  xRange[2],
double  yRange[2],
double  zRange[2] 
)
protected

Member Data Documentation

◆ ConnectionHolder

vtkCubeAxesActor2DConnection* vtkCubeAxesActor2D::ConnectionHolder
protected

Definition at line 340 of file vtkCubeAxesActor2D.h.

◆ ViewProp

vtkProp* vtkCubeAxesActor2D::ViewProp
protected

Definition at line 342 of file vtkCubeAxesActor2D.h.

◆ Bounds

double vtkCubeAxesActor2D::Bounds[6]
protected

Definition at line 343 of file vtkCubeAxesActor2D.h.

◆ Ranges

double vtkCubeAxesActor2D::Ranges[6]
protected

Definition at line 344 of file vtkCubeAxesActor2D.h.

◆ UseRanges

vtkTypeBool vtkCubeAxesActor2D::UseRanges
protected

Definition at line 345 of file vtkCubeAxesActor2D.h.

◆ Camera

vtkCamera* vtkCubeAxesActor2D::Camera
protected

Definition at line 347 of file vtkCubeAxesActor2D.h.

◆ FlyMode

Definition at line 348 of file vtkCubeAxesActor2D.h.

◆ Scaling

vtkTypeBool vtkCubeAxesActor2D::Scaling
protected

Definition at line 349 of file vtkCubeAxesActor2D.h.

◆ XAxis

vtkAxisActor2D* vtkCubeAxesActor2D::XAxis
protected

Definition at line 351 of file vtkCubeAxesActor2D.h.

◆ YAxis

vtkAxisActor2D* vtkCubeAxesActor2D::YAxis
protected

Definition at line 352 of file vtkCubeAxesActor2D.h.

◆ ZAxis

vtkAxisActor2D* vtkCubeAxesActor2D::ZAxis
protected

Definition at line 353 of file vtkCubeAxesActor2D.h.

◆ AxisTitleTextProperty

vtkTextProperty* vtkCubeAxesActor2D::AxisTitleTextProperty
protected

Definition at line 355 of file vtkCubeAxesActor2D.h.

◆ AxisLabelTextProperty

vtkTextProperty* vtkCubeAxesActor2D::AxisLabelTextProperty
protected

Definition at line 356 of file vtkCubeAxesActor2D.h.

◆ BuildTime

vtkTimeStamp vtkCubeAxesActor2D::BuildTime
protected

Definition at line 358 of file vtkCubeAxesActor2D.h.

◆ NumberOfLabels

int vtkCubeAxesActor2D::NumberOfLabels
protected

Definition at line 360 of file vtkCubeAxesActor2D.h.

◆ XLabel

char* vtkCubeAxesActor2D::XLabel
protected

Definition at line 361 of file vtkCubeAxesActor2D.h.

◆ YLabel

char* vtkCubeAxesActor2D::YLabel
protected

Definition at line 362 of file vtkCubeAxesActor2D.h.

◆ ZLabel

char* vtkCubeAxesActor2D::ZLabel
protected

Definition at line 363 of file vtkCubeAxesActor2D.h.

◆ Labels

char* vtkCubeAxesActor2D::Labels[3]
protected

Definition at line 364 of file vtkCubeAxesActor2D.h.

◆ XAxisVisibility

vtkTypeBool vtkCubeAxesActor2D::XAxisVisibility
protected

Definition at line 366 of file vtkCubeAxesActor2D.h.

◆ YAxisVisibility

vtkTypeBool vtkCubeAxesActor2D::YAxisVisibility
protected

Definition at line 367 of file vtkCubeAxesActor2D.h.

◆ ZAxisVisibility

vtkTypeBool vtkCubeAxesActor2D::ZAxisVisibility
protected

Definition at line 368 of file vtkCubeAxesActor2D.h.

◆ LabelFormat

char* vtkCubeAxesActor2D::LabelFormat
protected

Definition at line 370 of file vtkCubeAxesActor2D.h.

◆ FontFactor

double vtkCubeAxesActor2D::FontFactor
protected

Definition at line 371 of file vtkCubeAxesActor2D.h.

◆ CornerOffset

double vtkCubeAxesActor2D::CornerOffset
protected

Definition at line 372 of file vtkCubeAxesActor2D.h.

◆ Inertia

int vtkCubeAxesActor2D::Inertia
protected

Definition at line 373 of file vtkCubeAxesActor2D.h.

◆ RenderCount

int vtkCubeAxesActor2D::RenderCount
protected

Definition at line 374 of file vtkCubeAxesActor2D.h.

◆ InertiaAxes

int vtkCubeAxesActor2D::InertiaAxes[8]
protected

Definition at line 375 of file vtkCubeAxesActor2D.h.

◆ RenderSomething

int vtkCubeAxesActor2D::RenderSomething
protected

Definition at line 377 of file vtkCubeAxesActor2D.h.

◆ ShowActualBounds

int vtkCubeAxesActor2D::ShowActualBounds
protected

Definition at line 380 of file vtkCubeAxesActor2D.h.

◆ XOrigin

double vtkCubeAxesActor2D::XOrigin
protected

Definition at line 382 of file vtkCubeAxesActor2D.h.

◆ YOrigin

double vtkCubeAxesActor2D::YOrigin
protected

Definition at line 383 of file vtkCubeAxesActor2D.h.

◆ ZOrigin

double vtkCubeAxesActor2D::ZOrigin
protected

Definition at line 384 of file vtkCubeAxesActor2D.h.


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