VTK
|
a actor that draws 2D data More...
#include <vtkActor2D.h>
a actor that draws 2D data
vtkActor2D is similar to vtkActor, but it is made to be used with two dimensional images and annotation. vtkActor2D has a position but does not use a transformation matrix like vtkActor (see the superclass vtkProp for information on positioning vtkActor2D). vtkActor2D has a reference to a vtkMapper2D object which does the rendering.
Definition at line 44 of file vtkActor2D.h.
typedef vtkProp vtkActor2D::Superclass |
Reimplemented from vtkProp.
Reimplemented in vtkXYPlotActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLeaderActor2D, vtkPieChartActor, vtkTextActor, vtkBarChartActor, vtkCornerAnnotation, vtkTexturedActor2D, and vtkScaledTextActor.
Definition at line 48 of file vtkActor2D.h.
vtkActor2D::vtkActor2D | ( | ) | [protected] |
vtkActor2D::~vtkActor2D | ( | ) | [protected] |
void vtkActor2D::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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 vtkProp.
Reimplemented in vtkXYPlotActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLeaderActor2D, vtkPieChartActor, vtkTextActor, vtkBarChartActor, vtkCornerAnnotation, vtkTexturedActor2D, and vtkScaledTextActor.
static int vtkActor2D::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type 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 vtkProp.
Reimplemented in vtkXYPlotActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLeaderActor2D, vtkPieChartActor, vtkTextActor, vtkBarChartActor, vtkCornerAnnotation, vtkTexturedActor2D, and vtkScaledTextActor.
virtual int vtkActor2D::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 vtkProp.
Reimplemented in vtkXYPlotActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLeaderActor2D, vtkPieChartActor, vtkTextActor, vtkBarChartActor, vtkCornerAnnotation, vtkTexturedActor2D, and vtkScaledTextActor.
static vtkActor2D* vtkActor2D::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkProp.
Reimplemented in vtkXYPlotActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLeaderActor2D, vtkPieChartActor, vtkTextActor, vtkBarChartActor, vtkCornerAnnotation, vtkTexturedActor2D, and vtkScaledTextActor.
virtual vtkObjectBase* vtkActor2D::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkProp.
Reimplemented in vtkXYPlotActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLeaderActor2D, vtkPieChartActor, vtkTextActor, vtkBarChartActor, vtkCornerAnnotation, vtkTexturedActor2D, and vtkScaledTextActor.
vtkActor2D* vtkActor2D::NewInstance | ( | ) | const |
Reimplemented from vtkProp.
Reimplemented in vtkXYPlotActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLeaderActor2D, vtkPieChartActor, vtkTextActor, vtkBarChartActor, vtkCornerAnnotation, vtkTexturedActor2D, and vtkScaledTextActor.
static vtkActor2D* vtkActor2D::New | ( | ) | [static] |
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at layer 0.
Reimplemented from vtkObject.
Reimplemented in vtkXYPlotActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkSpiderPlotActor, vtkCaptionActor2D, vtkAxisActor2D, vtkCubeAxesActor2D, vtkLegendBoxActor, vtkLeaderActor2D, vtkPieChartActor, vtkTextActor, vtkBarChartActor, vtkCornerAnnotation, vtkTexturedActor2D, and vtkScaledTextActor.
virtual int vtkActor2D::RenderOverlay | ( | vtkViewport * | viewport | ) | [virtual] |
Support the standard render methods.
Reimplemented from vtkProp.
Reimplemented in vtkXYPlotActor, vtkAxisActor2D, vtkTextActor, vtkCaptionActor2D, vtkLegendBoxActor, vtkSpiderPlotActor, vtkLeaderActor2D, vtkBarChartActor, vtkPieChartActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCubeAxesActor2D, vtkTexturedActor2D, and vtkCornerAnnotation.
virtual int vtkActor2D::RenderOpaqueGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
Support the standard render methods.
Reimplemented from vtkProp.
Reimplemented in vtkXYPlotActor, vtkAxisActor2D, vtkTextActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkLegendBoxActor, vtkLeaderActor2D, vtkBarChartActor, vtkPieChartActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCubeAxesActor2D, vtkTexturedActor2D, and vtkCornerAnnotation.
virtual int vtkActor2D::RenderTranslucentPolygonalGeometry | ( | vtkViewport * | viewport | ) | [virtual] |
Support the standard render methods.
Reimplemented from vtkProp.
Reimplemented in vtkXYPlotActor, vtkAxisActor2D, vtkTextActor, vtkCaptionActor2D, vtkSpiderPlotActor, vtkLegendBoxActor, vtkLeaderActor2D, vtkBarChartActor, vtkPieChartActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCubeAxesActor2D, vtkTexturedActor2D, and vtkCornerAnnotation.
virtual int vtkActor2D::HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Does this prop have some translucent polygonal geometry?
Reimplemented from vtkProp.
Reimplemented in vtkXYPlotActor, vtkAxisActor2D, vtkTextActor, vtkCaptionActor2D, vtkLegendBoxActor, vtkSpiderPlotActor, vtkLeaderActor2D, vtkBarChartActor, vtkPieChartActor, vtkParallelCoordinatesActor, vtkScalarBarActor, vtkCubeAxesActor2D, and vtkCornerAnnotation.
virtual void vtkActor2D::SetMapper | ( | vtkMapper2D * | mapper | ) | [virtual] |
Set/Get the vtkMapper2D which defines the data to be drawn.
Reimplemented in vtkTextActor.
virtual vtkMapper2D* vtkActor2D::GetMapper | ( | ) | [virtual] |
Set/Get the vtkMapper2D which defines the data to be drawn.
virtual void vtkActor2D::SetLayerNumber | ( | int | ) | [virtual] |
Set/Get the layer number in the overlay planes into which to render.
virtual int vtkActor2D::GetLayerNumber | ( | ) | [virtual] |
Set/Get the layer number in the overlay planes into which to render.
Returns this actor's vtkProperty2D. Creates a property if one doesn't already exist.
virtual void vtkActor2D::SetProperty | ( | vtkProperty2D * | ) | [virtual] |
Set this vtkProp's vtkProperty2D.
virtual vtkCoordinate* vtkActor2D::GetPositionCoordinate | ( | ) | [virtual] |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D
virtual void vtkActor2D::SetPosition | ( | float | x[2] | ) | [virtual] |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D
virtual void vtkActor2D::SetPosition | ( | float | x, |
float | y | ||
) | [virtual] |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D
virtual float* vtkActor2D::GetPosition | ( | ) | [virtual] |
Get the PositionCoordinate instance of vtkCoordinate. This is used for for complicated or relative positioning. The position variable controls the lower left corner of the Actor2D
void vtkActor2D::SetDisplayPosition | ( | int | , |
int | |||
) |
Set the Prop2D's position in display coordinates.
virtual vtkCoordinate* vtkActor2D::GetPosition2Coordinate | ( | ) | [virtual] |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable
virtual void vtkActor2D::SetPosition2 | ( | float | x[2] | ) | [virtual] |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable
virtual void vtkActor2D::SetPosition2 | ( | float | x, |
float | y | ||
) | [virtual] |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable
virtual float* vtkActor2D::GetPosition2 | ( | ) | [virtual] |
Access the Position2 instance variable. This variable controls the upper right corner of the Actor2D. It is by default relative to Position and in normalized viewport coordinates. Some 2D actor subclasses ignore the position2 variable
void vtkActor2D::SetWidth | ( | double | w | ) |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable.
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable.
void vtkActor2D::SetHeight | ( | double | h | ) |
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable.
Set/Get the height and width of the Actor2D. The value is expressed as a fraction of the viewport. This really is just another way of setting the Position2 instance variable.
virtual unsigned long vtkActor2D::GetMTime | ( | ) | [virtual] |
Return this objects MTime.
Reimplemented from vtkObject.
Reimplemented in vtkXYPlotActor, and vtkTexturedActor2D.
virtual void vtkActor2D::GetActors2D | ( | vtkPropCollection * | pc | ) | [virtual] |
For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.
Reimplemented from vtkProp.
virtual void vtkActor2D::ShallowCopy | ( | vtkProp * | prop | ) | [virtual] |
Shallow copy of this vtkActor2D. Overloads the virtual vtkProp method.
Reimplemented from vtkProp.
Reimplemented in vtkAxisActor2D, vtkLeaderActor2D, vtkScalarBarActor, vtkLegendBoxActor, vtkCaptionActor2D, vtkTexturedActor2D, and vtkTextActor.
virtual void vtkActor2D::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
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 vtkProp.
Reimplemented in vtkXYPlotActor, vtkAxisActor2D, vtkCubeAxesActor2D, vtkTextActor, vtkSpiderPlotActor, vtkCaptionActor2D, vtkLeaderActor2D, vtkLegendBoxActor, vtkParallelCoordinatesActor, vtkBarChartActor, vtkPieChartActor, vtkScalarBarActor, vtkCornerAnnotation, and vtkTexturedActor2D.
virtual vtkCoordinate* vtkActor2D::GetActualPositionCoordinate | ( | void | ) | [inline, virtual] |
Return the actual vtkCoordinate reference that the mapper should use to position the actor. This is used internally by the mappers and should be overridden in specialized subclasses and otherwise ignored.
Definition at line 132 of file vtkActor2D.h.
virtual vtkCoordinate* vtkActor2D::GetActualPosition2Coordinate | ( | void | ) | [inline, virtual] |
Return the actual vtkCoordinate reference that the mapper should use to position the actor. This is used internally by the mappers and should be overridden in specialized subclasses and otherwise ignored.
Definition at line 140 of file vtkActor2D.h.
vtkMapper2D* vtkActor2D::Mapper [protected] |
Definition at line 148 of file vtkActor2D.h.
int vtkActor2D::LayerNumber [protected] |
Definition at line 149 of file vtkActor2D.h.
vtkProperty2D* vtkActor2D::Property [protected] |
Definition at line 150 of file vtkActor2D.h.
vtkCoordinate* vtkActor2D::PositionCoordinate [protected] |
Definition at line 151 of file vtkActor2D.h.
vtkCoordinate* vtkActor2D::Position2Coordinate [protected] |
Definition at line 152 of file vtkActor2D.h.