41 #include "vtkRenderingCoreModule.h"
193 vtkGetMacro(ForceOpaque,
bool);
196 vtkGetMacro(ForceTranslucent,
bool);
225 double MapperBounds[6];
230 void operator=(const
vtkActor&) VTK_DELETE_FUNCTION;
abstract superclass for all actors, volumes and annotations
virtual void Render(vtkRenderer *, vtkMapper *)
This causes the actor to be rendered.
represents an object (geometry & properties) in a rendered scene
abstract specification for Viewports
represent surface properties of a geometric object
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
record modification and/or execution time
virtual bool GetSupportsSelection()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
abstract specification for renderers
represents an 3D object for placement in a rendered scene
vtkTypeUInt64 vtkMTimeType
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
window superclass for vtkRenderWindow
virtual vtkMTimeType GetRedrawMTime()
Return the mtime of anything that would cause the rendered image to appear differently.
void ShallowCopy(vtkProp *prop)
Shallow copy of this vtkProp3D.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkProperty * BackfaceProperty
void GetBounds(double bounds[6])
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
handles properties associated with a texture map
abstract class specifies interface to map data to graphics primitives
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual void ApplyProperties()
Apply the current properties to all parts that compose this actor.
vtkMTimeType GetMTime()
Get the vtkProp3D's mtime.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
virtual double * GetBounds()=0
Return a reference to the Prop3D's composite transform.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes...