21 #ifndef vtkLODProp3D_h
22 #define vtkLODProp3D_h
25 #include "vtkRenderingCoreModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
37 class vtkLODProp3DCallback;
93 vtkGetMacro(NumberOfLODs,
int);
102 vtkGetMacro(CurrentIndex,
int);
109 void RemoveLOD(
int id);
134 void GetLODMapper(
int id,
vtkMapper** m);
153 void SetLODBackfaceProperty(
int id,
vtkProperty* t);
154 void GetLODBackfaceProperty(
int id,
vtkProperty** t);
172 void EnableLOD(
int id);
173 void DisableLOD(
int id);
174 int IsLODEnabled(
int id);
186 void SetLODLevel(
int id,
double level);
187 double GetLODLevel(
int id);
188 double GetLODIndexLevel(
int index);
197 double GetLODEstimatedRenderTime(
int id);
198 double GetLODIndexEstimatedRenderTime(
int index);
207 vtkSetClampMacro(AutomaticLODSelection,
vtkTypeBool, 0, 1);
209 vtkBooleanMacro(AutomaticLODSelection,
vtkTypeBool);
217 vtkSetMacro(SelectedLODID,
int);
218 vtkGetMacro(SelectedLODID,
int);
224 int GetLastRenderedLODID();
246 void SetSelectedPickLODID(
int id);
247 vtkGetMacro(SelectedPickLODID,
int);
256 vtkSetClampMacro(AutomaticPickLODSelection,
vtkTypeBool, 0, 1);
257 vtkGetMacro(AutomaticPickLODSelection,
vtkTypeBool);
258 vtkBooleanMacro(AutomaticPickLODSelection,
vtkTypeBool);
312 int GetAutomaticPickPropIndex();
315 void UpdateKeysForSelectedProp();
322 int GetNextEntryIndex();
323 int ConvertIDToIndex(
int id);
337 VTK_ABI_NAMESPACE_END
vtkTypeBool AutomaticLODSelection
abstract superclass for all actors, volumes and annotations
void GetBounds(T a, double bds[6])
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
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 vtkTypeBool HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
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...
Abstract class for a volume mapper.
abstract specification for renderers
represents an 3D object for placement in a rendered scene
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...
window superclass for vtkRenderWindow
vtkTypeBool AutomaticPickLODSelection
vtkLODProp3DCallback * PickCallback
virtual int RenderVolumetricGeometry(vtkViewport *)
a simple class to control print indentation
abstract class for mapping images to the screen
void ShallowCopy(vtkProp *prop) override
Shallow copy of this vtkProp3D.
virtual void GetVolumes(vtkPropCollection *)
handles properties associated with a texture map
abstract class specifies interface to map 3D data
#define VTK_SIZEHINT(...)
represents the common properties for rendering a volume.
abstract class specifies interface to map data to graphics primitives
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
virtual void RestoreEstimatedRenderTime()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
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...