|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   38 #include "vtkRenderingCoreModule.h"  
  123   vtkSetMacro(UseBounds, 
bool);
 
  124   vtkGetMacro(UseBounds, 
bool);
 
  125   vtkBooleanMacro(UseBounds, 
bool);
 
  137   virtual void ShallowCopy(
vtkProp* prop);
 
  152   virtual void InitPathTraversal();
 
  247   virtual bool RenderFilteredTranslucentPolygonalGeometry(
 
  332     this->EstimatedRenderTime = t;
 
  333     this->SavedEstimatedRenderTime = t;
 
  346     this->EstimatedRenderTime = this->SavedEstimatedRenderTime;
 
  364     this->EstimatedRenderTime += t;
 
  380     this->AllocatedRenderTime = t;
 
  381     this->SavedEstimatedRenderTime = this->EstimatedRenderTime;
 
  382     this->EstimatedRenderTime = 0.0;
 
  391   vtkGetMacro(AllocatedRenderTime, 
double);
 
  402   vtkGetMacro(RenderTimeMultiplier, 
double);
 
  432   vtkGetMacro(NumberOfConsumers, 
int);
 
  487   void operator=(
const vtkProp&) = 
delete;
 
  
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 GetActors2D(vtkPropCollection *)
virtual int RenderOverlay(vtkViewport *)
virtual bool GetSupportsSelection()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
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...
virtual void GetVolumes(vtkPropCollection *)
window superclass for vtkRenderWindow
virtual vtkTypeBool HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual int RenderVolumetricGeometry(vtkViewport *)
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes.
#define VTK_SIZEHINT(...)
virtual vtkMTimeType GetMTime()
Return this object's modified time.
double SavedEstimatedRenderTime
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
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...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual double * GetBounds()
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
virtual double GetEstimatedRenderTime(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkShaderProperty * ShaderProperty
virtual bool IsRenderingTranslucentPolygonalGeometry()
abstract specification for Viewports
represent GPU shader properties
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
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 void RestoreEstimatedRenderTime()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual void ProcessSelectorPixelBuffers(vtkHardwareSelector *, std::vector< unsigned int > &)
allows a prop to update a selections color buffers
virtual void SetEstimatedRenderTime(double t)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual vtkTypeBool HasOpaqueGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
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...
double RenderTimeMultiplier
vtkTypeUInt32 vtkMTimeType