37 #include "vtkRenderingCoreModule.h"
70 vtkGetMacro(Visibility,
int);
81 vtkGetMacro(Pickable,
int);
101 vtkGetMacro(Dragable,
int);
122 vtkGetMacro(UseBounds,
bool);
136 virtual void ShallowCopy(
vtkProp *prop);
151 virtual void InitPathTraversal();
240 virtual bool RenderFilteredOpaqueGeometry(
vtkViewport *v,
253 virtual bool RenderFilteredTranslucentPolygonalGeometry(
267 virtual bool RenderFilteredVolumetricGeometry(
vtkViewport *v,
318 {
return this->EstimatedRenderTime; }
320 {
return this->EstimatedRenderTime; }
330 { this->EstimatedRenderTime = t; this->SavedEstimatedRenderTime = t; }
341 { this->EstimatedRenderTime = this->SavedEstimatedRenderTime; }
358 { this->EstimatedRenderTime += t; }
373 this->AllocatedRenderTime = t;
374 this->SavedEstimatedRenderTime = this->EstimatedRenderTime;
375 this->EstimatedRenderTime = 0.0;
384 vtkGetMacro(AllocatedRenderTime,
double);
395 { this->RenderTimeMultiplier = t; }
396 vtkGetMacro(RenderTimeMultiplier,
double);
418 vtkGetMacro(NumberOfConsumers,
int);
457 void operator=(const
vtkProp&) VTK_DELETE_FUNCTION;
virtual void SetEstimatedRenderTime(double t)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
abstract superclass for all actors, volumes and annotations
virtual vtkMatrix4x4 * GetMatrix()
abstract base class for most VTK objects
represent and manipulate 4x4 transformation matrices
virtual double GetEstimatedRenderTime()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double EstimatedRenderTime
abstract specification for Viewports
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...
virtual int RenderOverlay(vtkViewport *)
virtual void SetAllocatedRenderTime(double t, vtkViewport *vtkNotUsed(v))
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual bool GetSupportsSelection()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual double GetEstimatedRenderTime(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
double AllocatedRenderTime
vtkTypeUInt64 vtkMTimeType
virtual void AddEstimatedRenderTime(double t, vtkViewport *vtkNotUsed(vp))
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
virtual double * GetBounds()
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
double SavedEstimatedRenderTime
window superclass for vtkRenderWindow
virtual vtkMTimeType GetRedrawMTime()
Return the mtime of anything that would cause the rendered image to appear differently.
virtual int RenderVolumetricGeometry(vtkViewport *)
a list of nodes that form an assembly path
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual void GetVolumes(vtkPropCollection *)
a list of lists of props representing an assembly hierarchy
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetRenderTimeMultiplier(double t)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual void GetActors2D(vtkPropCollection *)
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
virtual void RestoreEstimatedRenderTime()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
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 int GetNumberOfPaths()
vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g., vtkPropPicker).
double RenderTimeMultiplier
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkInformation * PropertyKeys
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes...