137#include "vtkRenderingCoreModule.h"  
  140VTK_ABI_NAMESPACE_BEGIN
 
  183  vtkSetMacro(LayerNumber, 
int);
 
  184  vtkGetMacro(LayerNumber, 
int);
 
  204  vtkViewportCoordinateMacro(Position);
 
  220  vtkViewportCoordinateMacro(Position2);
 
  231  void SetWidth(
double w);
 
  235  void SetHeight(
double h);
 
  269  virtual 
vtkCoordinate* GetActualPositionCoordinate() { 
return this->PositionCoordinate; }
 
a actor that draws 2D data
 
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
Support the standard render methods.
 
vtkCoordinate * PositionCoordinate
 
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?
 
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
 
vtkProperty2D * GetProperty()
Returns this actor's vtkProperty2D.
 
virtual void SetProperty(vtkProperty2D *)
Set this vtkProp's vtkProperty2D.
 
vtkCoordinate * Position2Coordinate
 
int RenderOpaqueGeometry(vtkViewport *viewport) override
Support the standard render methods.
 
virtual vtkCoordinate * GetActualPosition2Coordinate()
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.
 
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
 
void SetDisplayPosition(int, int)
Set the Prop2D's position in display coordinates.
 
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
 
a simple class to control print indentation
 
abstract class specifies interface for objects which render 2D actors
 
abstract superclass for all actors, volumes and annotations
 
represent surface properties of a 2D image
 
Computes the portion of a dataset which is inside a selection.
 
abstract specification for Viewports
 
window superclass for vtkRenderWindow
 
vtkTypeUInt32 vtkMTimeType
 
#define VTK_MARSHAL_EXCLUDE_REASON_IS_REDUNDANT
 
#define VTK_MARSHALEXCLUDE(reason)