|
ParaView
|
representation for a cube-axes. More...
#include <vtkCubeAxesRepresentation.h>


representation for a cube-axes.
vtkCubeAxesRepresentation is a representation for the Cube-Axes that shows a bounding box with labels around any input dataset.
Definition at line 31 of file vtkCubeAxesRepresentation.h.
| vtkCubeAxesRepresentation::vtkCubeAxesRepresentation | ( | ) | [protected] |
| vtkCubeAxesRepresentation::~vtkCubeAxesRepresentation | ( | ) | [protected] |
| static vtkCubeAxesRepresentation* vtkCubeAxesRepresentation::New | ( | ) | [static] |
Reimplemented from vtkDataRepresentation.
| virtual const char* vtkCubeAxesRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVDataRepresentation.
| static int vtkCubeAxesRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVDataRepresentation.
| virtual int vtkCubeAxesRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVDataRepresentation.
| static vtkCubeAxesRepresentation* vtkCubeAxesRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVDataRepresentation.
| void vtkCubeAxesRepresentation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVDataRepresentation.
Get/Set the Position to transform the data bounds.
| virtual void vtkCubeAxesRepresentation::SetPosition | ( | double | [3] | ) | [virtual] |
Get/Set the Position to transform the data bounds.
| virtual double* vtkCubeAxesRepresentation::GetPosition | ( | ) | [virtual] |
Get/Set the Position to transform the data bounds.
Get/Set the Position to transform the data bounds.
| virtual void vtkCubeAxesRepresentation::GetPosition | ( | double | [3] | ) | [virtual] |
Get/Set the Position to transform the data bounds.
Get/Set the Orientation to transform the data bounds.
| virtual void vtkCubeAxesRepresentation::SetOrientation | ( | double | [3] | ) | [virtual] |
Get/Set the Orientation to transform the data bounds.
| virtual double* vtkCubeAxesRepresentation::GetOrientation | ( | ) | [virtual] |
Get/Set the Orientation to transform the data bounds.
Get/Set the Orientation to transform the data bounds.
| virtual void vtkCubeAxesRepresentation::GetOrientation | ( | double | [3] | ) | [virtual] |
Get/Set the Orientation to transform the data bounds.
Get/Set the Scale to transform the data bounds.
| virtual void vtkCubeAxesRepresentation::SetScale | ( | double | [3] | ) | [virtual] |
Get/Set the Scale to transform the data bounds.
| virtual double* vtkCubeAxesRepresentation::GetScale | ( | ) | [virtual] |
Get/Set the Scale to transform the data bounds.
Get/Set the Scale to transform the data bounds.
| virtual void vtkCubeAxesRepresentation::GetScale | ( | double | [3] | ) | [virtual] |
Get/Set the Scale to transform the data bounds.
| virtual double* vtkCubeAxesRepresentation::GetDataBounds | ( | ) | [virtual] |
Get/Set the bounds of the data.
| virtual void vtkCubeAxesRepresentation::GetDataBounds | ( | double & | , |
| double & | , | ||
| double & | , | ||
| double & | , | ||
| double & | , | ||
| double & | |||
| ) | [virtual] |
Get/Set the bounds of the data.
| virtual void vtkCubeAxesRepresentation::GetDataBounds | ( | double | [6] | ) | [virtual] |
Get/Set the bounds of the data.
| virtual void vtkCubeAxesRepresentation::SetCustomBounds | ( | double | , |
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | |||
| ) | [virtual] |
Get/Set custom bounds to use. When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.
| virtual void vtkCubeAxesRepresentation::SetCustomBounds | ( | double | [6] | ) | [virtual] |
Get/Set custom bounds to use. When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.
| virtual double* vtkCubeAxesRepresentation::GetCustomBounds | ( | ) | [virtual] |
Get/Set custom bounds to use. When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.
| virtual void vtkCubeAxesRepresentation::GetCustomBounds | ( | double & | , |
| double & | , | ||
| double & | , | ||
| double & | , | ||
| double & | , | ||
| double & | |||
| ) | [virtual] |
Get/Set custom bounds to use. When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.
| virtual void vtkCubeAxesRepresentation::GetCustomBounds | ( | double | [6] | ) | [virtual] |
Get/Set custom bounds to use. When corresponding CustomBoundsActive is true, the data bounds will be ignored for that direction and CustomBounds will be used instead.
Get/Set whether to use custom bounds for a particular dimension.
| virtual void vtkCubeAxesRepresentation::SetCustomBoundsActive | ( | int | [3] | ) | [virtual] |
Get/Set whether to use custom bounds for a particular dimension.
| virtual int* vtkCubeAxesRepresentation::GetCustomBoundsActive | ( | ) | [virtual] |
Get/Set whether to use custom bounds for a particular dimension.
Get/Set whether to use custom bounds for a particular dimension.
| virtual void vtkCubeAxesRepresentation::GetCustomBoundsActive | ( | int | [3] | ) | [virtual] |
Get/Set whether to use custom bounds for a particular dimension.
Set the actor color.
| virtual void vtkCubeAxesRepresentation::SetColor | ( | double | rgb[3] | ) | [inline, virtual] |
Set the actor color.
Definition at line 78 of file vtkCubeAxesRepresentation.h.
| virtual void vtkCubeAxesRepresentation::MarkModified | ( | ) | [inline, virtual] |
This needs to be called on all instances of vtkCubeAxesRepresentation when the input is modified.
Reimplemented from vtkPVDataRepresentation.
Definition at line 85 of file vtkCubeAxesRepresentation.h.
| virtual int vtkCubeAxesRepresentation::ProcessViewRequest | ( | vtkInformationRequestKey * | request_type, |
| vtkInformation * | inInfo, | ||
| vtkInformation * | outInfo | ||
| ) | [virtual] |
vtkAlgorithm::ProcessRequest() equivalent for rendering passes. This is typically called by the vtkView to request meta-data from the representations or ask them to perform certain tasks e.g. PrepareForRendering.
Reimplemented from vtkPVDataRepresentation.
| virtual void vtkCubeAxesRepresentation::SetVisibility | ( | bool | visible | ) | [virtual] |
Set visibility of the representation.
Reimplemented from vtkPVDataRepresentation.
| virtual void vtkCubeAxesRepresentation::EnableCustomAxisRange | ( | bool | useCustomRange | ) | [virtual] |
Allow user to specify custom XYZAxisRanges based on arbitrary number
| virtual void vtkCubeAxesRepresentation::SetFlyMode | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetInertia | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetCornerOffset | ( | double | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetTickLocation | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetXTitle | ( | const char * | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetXAxisVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetXAxisTickVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetXAxisMinorTickVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetDrawXGridlines | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetYAxisVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetYTitle | ( | const char * | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetYAxisTickVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetYAxisMinorTickVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetDrawYGridlines | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetZAxisVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetZTitle | ( | const char * | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetZAxisTickVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetZAxisMinorTickVisibility | ( | int | val | ) | [virtual] |
| virtual void vtkCubeAxesRepresentation::SetDrawZGridlines | ( | int | val | ) | [virtual] |
| virtual int vtkCubeAxesRepresentation::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkPassInputTypeAlgorithm.
| virtual int vtkCubeAxesRepresentation::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Overridden to invoke vtkCommand::UpdateDataEvent.
Reimplemented from vtkPVDataRepresentation.
| virtual void vtkCubeAxesRepresentation::UpdateBounds | ( | ) | [protected, virtual] |
| virtual bool vtkCubeAxesRepresentation::AddToView | ( | vtkView * | view | ) | [protected, virtual] |
Adds the representation to the view. This is called from vtkView::AddRepresentation(). Subclasses should override this method. Returns true if the addition succeeds.
Reimplemented from vtkPVDataRepresentation.
| virtual bool vtkCubeAxesRepresentation::RemoveFromView | ( | vtkView * | view | ) | [protected, virtual] |
Removes the representation to the view. This is called from vtkView::RemoveRepresentation(). Subclasses should override this method. Returns true if the removal succeeds.
Reimplemented from vtkPVDataRepresentation.
vtkWeakPointer<vtkPVRenderView> vtkCubeAxesRepresentation::View [protected] |
Definition at line 152 of file vtkCubeAxesRepresentation.h.
Definition at line 153 of file vtkCubeAxesRepresentation.h.
vtkCubeAxesActor* vtkCubeAxesRepresentation::CubeAxesActor [protected] |
Definition at line 154 of file vtkCubeAxesRepresentation.h.
double vtkCubeAxesRepresentation::Position[3] [protected] |
Definition at line 155 of file vtkCubeAxesRepresentation.h.
double vtkCubeAxesRepresentation::Scale[3] [protected] |
Definition at line 156 of file vtkCubeAxesRepresentation.h.
double vtkCubeAxesRepresentation::Orientation[3] [protected] |
Definition at line 157 of file vtkCubeAxesRepresentation.h.
double vtkCubeAxesRepresentation::CustomBounds[6] [protected] |
Definition at line 158 of file vtkCubeAxesRepresentation.h.
int vtkCubeAxesRepresentation::CustomBoundsActive[3] [protected] |
Definition at line 159 of file vtkCubeAxesRepresentation.h.
double vtkCubeAxesRepresentation::DataBounds[6] [protected] |
Definition at line 160 of file vtkCubeAxesRepresentation.h.
bool vtkCubeAxesRepresentation::UseBoundsRangeAsLabel [protected] |
Definition at line 161 of file vtkCubeAxesRepresentation.h.
1.7.5.1