33 #ifndef vtkLODProp3D_h
34 #define vtkLODProp3D_h
37 #include "vtkRenderingCoreModule.h"
48 class vtkLODProp3DCallback;
104 vtkGetMacro(NumberOfLODs,
int);
113 vtkGetMacro(CurrentIndex,
int);
120 void RemoveLOD(
int id);
145 void GetLODMapper(
int id,
vtkMapper** m);
164 void SetLODBackfaceProperty(
int id,
vtkProperty* t);
165 void GetLODBackfaceProperty(
int id,
vtkProperty** t);
183 void EnableLOD(
int id);
184 void DisableLOD(
int id);
185 int IsLODEnabled(
int id);
197 void SetLODLevel(
int id,
double level);
198 double GetLODLevel(
int id);
199 double GetLODIndexLevel(
int index);
208 double GetLODEstimatedRenderTime(
int id);
209 double GetLODIndexEstimatedRenderTime(
int index);
218 vtkSetClampMacro(AutomaticLODSelection,
vtkTypeBool, 0, 1);
220 vtkBooleanMacro(AutomaticLODSelection,
vtkTypeBool);
228 vtkSetMacro(SelectedLODID,
int);
229 vtkGetMacro(SelectedLODID,
int);
235 int GetLastRenderedLODID();
240 int GetPickLODID(
void);
257 void SetSelectedPickLODID(
int id);
258 vtkGetMacro(SelectedPickLODID,
int);
267 vtkSetClampMacro(AutomaticPickLODSelection,
vtkTypeBool, 0, 1);
268 vtkGetMacro(AutomaticPickLODSelection,
vtkTypeBool);
269 vtkBooleanMacro(AutomaticPickLODSelection,
vtkTypeBool);
323 int GetAutomaticPickPropIndex(
void);
326 void UpdateKeysForSelectedProp();
333 int GetNextEntryIndex();
334 int ConvertIDToIndex(
int id);
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...