Go to the documentation of this file.
34 #include "vtkRenderingCoreModule.h"
67 vtkGetMacro(Visibility,
int);
78 vtkGetMacro(Pickable,
int);
98 vtkGetMacro(Dragable,
int);
119 vtkGetMacro(UseBounds,
bool);
315 {
return this->EstimatedRenderTime; }
317 {
return this->EstimatedRenderTime; }
327 { this->EstimatedRenderTime = t; this->SavedEstimatedRenderTime = t; }
338 { this->EstimatedRenderTime = this->SavedEstimatedRenderTime; }
355 { this->EstimatedRenderTime += t; }
370 this->AllocatedRenderTime = t;
371 this->SavedEstimatedRenderTime = this->EstimatedRenderTime;
372 this->EstimatedRenderTime = 0.0;
381 vtkGetMacro(AllocatedRenderTime,
double);
392 { this->RenderTimeMultiplier = t; }
393 vtkGetMacro(RenderTimeMultiplier,
double);
415 vtkGetMacro(NumberOfConsumers,
int);
454 void operator=(
const vtkProp&) VTK_DELETE_FUNCTION;
double EstimatedRenderTime
virtual vtkMatrix4x4 * GetMatrix()
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 void InitPathTraversal()
vtkProp and its subclasses can be picked by subclasses of vtkAbstractPicker (e.g.,...
virtual void GetActors2D(vtkPropCollection *)
virtual vtkAssemblyPath * GetNextPath()
virtual int RenderOverlay(vtkViewport *)
virtual bool GetSupportsSelection()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
int IsConsumer(vtkObject *c)
virtual void Pick()
Method fires PickEvent if the prop is picked.
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual double GetEstimatedRenderTime()
abstract base class for most VTK objects
vtkInformation * PropertyKeys
a list of nodes that form an assembly path
a list of lists of props representing an assembly hierarchy
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...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void GetVolumes(vtkPropCollection *)
window superclass for vtkRenderWindow
vtkTypeUInt64 vtkMTimeType
virtual bool RenderFilteredOpaqueGeometry(vtkViewport *v, vtkInformation *requiredKeys)
Render the opaque geometry only if the prop has all the requiredKeys.
virtual int RenderVolumetricGeometry(vtkViewport *)
virtual void BuildPaths(vtkAssemblyPaths *paths, vtkAssemblyPath *path)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes.
virtual bool RenderFilteredTranslucentPolygonalGeometry(vtkViewport *v, vtkInformation *requiredKeys)
Render the translucent polygonal geometry only if the prop has all the requiredKeys.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkObject * GetConsumer(int i)
double SavedEstimatedRenderTime
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
virtual void SetPropertyKeys(vtkInformation *keys)
double AllocatedRenderTime
virtual int GetNumberOfPaths()
void SetRenderTimeMultiplier(double t)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
virtual double * GetBounds()
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
virtual bool RenderFilteredVolumetricGeometry(vtkViewport *v, vtkInformation *requiredKeys)
Render the volumetric geometry only if the prop has all the requiredKeys.
virtual void ShallowCopy(vtkProp *prop)
Shallow copy of this vtkProp.
virtual double GetEstimatedRenderTime(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
abstract specification for Viewports
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
static vtkInformationDoubleVectorKey * GeneralTextureTransform()
Optional Key Indicating the texture transform for general texture mapping Old OpenGL was a state mach...
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
abstract superclass for all actors, volumes and annotations
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 bool RenderFilteredOverlay(vtkViewport *v, vtkInformation *requiredKeys)
Render in the overlay of the viewport only if the prop has all the requiredKeys.
void RemoveConsumer(vtkObject *c)
virtual void RestoreEstimatedRenderTime()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual bool HasKeys(vtkInformation *requiredKeys)
Tells if the prop has all the required keys.
virtual void SetEstimatedRenderTime(double t)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void AddConsumer(vtkObject *c)
Add or remove or get or check a consumer,.
virtual vtkMTimeType GetRedrawMTime()
Return the mtime of anything that would cause the rendered image to appear differently.
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
double RenderTimeMultiplier
static vtkInformationIntegerKey * GeneralTextureUnit()
Optional Key Indicating the texture unit for general texture mapping Old OpenGL was a state machine w...