66 vtkSetMacro(Visibility,
int);
67 vtkGetMacro(Visibility,
int);
68 vtkBooleanMacro(Visibility,
int);
75 vtkSetMacro(Pickable,
int);
76 vtkGetMacro(Pickable,
int);
77 vtkBooleanMacro(Pickable,
int);
90 vtkSetMacro(Dragable,
int);
91 vtkGetMacro(Dragable,
int);
92 vtkBooleanMacro(Dragable,
int);
106 vtkSetMacro(UseBounds,
bool);
107 vtkGetMacro(UseBounds,
bool);
108 vtkBooleanMacro(UseBounds,
bool);
116 virtual void ShallowCopy(
vtkProp *prop);
130 virtual void InitPathTraversal();
184 virtual bool RenderFilteredOpaqueGeometry(
vtkViewport *v,
195 virtual bool RenderFilteredTranslucentPolygonalGeometry(
207 virtual bool RenderFilteredVolumetricGeometry(
vtkViewport *v,
250 {
return this->EstimatedRenderTime; }
260 {this->EstimatedRenderTime = t; this->SavedEstimatedRenderTime = t;}
270 { this->EstimatedRenderTime = this->SavedEstimatedRenderTime; }
286 {this->EstimatedRenderTime+=t;}
299 this->AllocatedRenderTime = t;
300 this->SavedEstimatedRenderTime = this->EstimatedRenderTime;
301 this->EstimatedRenderTime = 0.0;
308 vtkGetMacro(AllocatedRenderTime,
double);
317 vtkGetMacro(RenderTimeMultiplier,
double);
336 vtkGetMacro(NumberOfConsumers,
int);
375 void operator=(
const vtkProp&);