30 #ifndef vtkLODProp3D_h 31 #define vtkLODProp3D_h 33 #include "vtkRenderingCoreModule.h" 45 class vtkLODProp3DCallback;
72 void GetBounds(
double bounds[6])
102 vtkGetMacro(NumberOfLODs,
int);
111 vtkGetMacro(CurrentIndex,
int);
118 void RemoveLOD(
int id);
143 void GetLODMapper(
int id,
vtkMapper **m);
162 void SetLODBackfaceProperty(
int id,
vtkProperty *t);
163 void GetLODBackfaceProperty(
int id,
vtkProperty **t);
181 void EnableLOD(
int id);
182 void DisableLOD(
int id);
183 int IsLODEnabled(
int id);
195 void SetLODLevel(
int id,
double level);
196 double GetLODLevel(
int id );
197 double GetLODIndexLevel(
int index);
206 double GetLODEstimatedRenderTime(
int id);
207 double GetLODIndexEstimatedRenderTime(
int index);
216 vtkSetClampMacro(AutomaticLODSelection,
vtkTypeBool, 0, 1);
218 vtkBooleanMacro(AutomaticLODSelection,
vtkTypeBool);
226 vtkSetMacro(SelectedLODID,
int);
227 vtkGetMacro(SelectedLODID,
int);
233 int GetLastRenderedLODID();
238 int GetPickLODID(
void);
255 void SetSelectedPickLODID(
int id);
256 vtkGetMacro(SelectedPickLODID,
int);
265 vtkSetClampMacro(AutomaticPickLODSelection,
vtkTypeBool, 0, 1);
266 vtkGetMacro(AutomaticPickLODSelection,
vtkTypeBool);
267 vtkBooleanMacro(AutomaticPickLODSelection,
vtkTypeBool);
321 int GetAutomaticPickPropIndex(
void);
324 void UpdateKeysForSelectedProp();
331 int GetNextEntryIndex();
332 int ConvertIDToIndex(
int id );
vtkTypeBool AutomaticLODSelection
abstract superclass for all actors, volumes and annotations
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...