VTK
|
level of detail 3D prop More...
#include <vtkLODProp3D.h>
Public Types | |
typedef vtkProp3D | Superclass |
![]() | |
typedef vtkProp | Superclass |
![]() | |
typedef vtkObject | Superclass |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | RemoveLOD (int id) |
vtkAbstractMapper3D * | GetLODMapper (int id) |
int | GetLastRenderedLODID () |
int | GetPickLODID (void) |
void | ShallowCopy (vtkProp *prop) |
virtual int | HasTranslucentPolygonalGeometry () |
void | ReleaseGraphicsResources (vtkWindow *) |
void | SetAllocatedRenderTime (double t, vtkViewport *vp) |
void | RestoreEstimatedRenderTime () |
virtual void | AddEstimatedRenderTime (double t, vtkViewport *vp) |
double * | GetBounds () |
void | GetBounds (double bounds[6]) |
int | AddLOD (vtkMapper *m, vtkProperty *p, vtkProperty *back, vtkTexture *t, double time) |
int | AddLOD (vtkMapper *m, vtkProperty *p, vtkTexture *t, double time) |
int | AddLOD (vtkMapper *m, vtkProperty *p, vtkProperty *back, double time) |
int | AddLOD (vtkMapper *m, vtkProperty *p, double time) |
int | AddLOD (vtkMapper *m, vtkTexture *t, double time) |
int | AddLOD (vtkMapper *m, double time) |
int | AddLOD (vtkAbstractVolumeMapper *m, vtkVolumeProperty *p, double time) |
int | AddLOD (vtkAbstractVolumeMapper *m, double time) |
virtual int | GetNumberOfLODs () |
virtual int | GetCurrentIndex () |
void | SetLODProperty (int id, vtkProperty *p) |
void | GetLODProperty (int id, vtkProperty **p) |
void | SetLODProperty (int id, vtkVolumeProperty *p) |
void | GetLODProperty (int id, vtkVolumeProperty **p) |
void | SetLODMapper (int id, vtkMapper *m) |
void | GetLODMapper (int id, vtkMapper **m) |
void | SetLODMapper (int id, vtkAbstractVolumeMapper *m) |
void | GetLODMapper (int id, vtkAbstractVolumeMapper **m) |
void | SetLODBackfaceProperty (int id, vtkProperty *t) |
void | GetLODBackfaceProperty (int id, vtkProperty **t) |
void | SetLODTexture (int id, vtkTexture *t) |
void | GetLODTexture (int id, vtkTexture **t) |
void | EnableLOD (int id) |
void | DisableLOD (int id) |
int | IsLODEnabled (int id) |
void | SetLODLevel (int id, double level) |
double | GetLODLevel (int id) |
double | GetLODIndexLevel (int index) |
double | GetLODEstimatedRenderTime (int id) |
double | GetLODIndexEstimatedRenderTime (int index) |
virtual void | SetAutomaticLODSelection (int) |
virtual int | GetAutomaticLODSelection () |
virtual void | AutomaticLODSelectionOn () |
virtual void | AutomaticLODSelectionOff () |
virtual void | SetSelectedLODID (int) |
virtual int | GetSelectedLODID () |
virtual void | GetActors (vtkPropCollection *) |
virtual void | GetVolumes (vtkPropCollection *) |
void | SetSelectedPickLODID (int id) |
virtual int | GetSelectedPickLODID () |
virtual void | SetAutomaticPickLODSelection (int) |
virtual int | GetAutomaticPickLODSelection () |
virtual void | AutomaticPickLODSelectionOn () |
virtual void | AutomaticPickLODSelectionOff () |
int | RenderOpaqueGeometry (vtkViewport *viewport) |
virtual int | RenderTranslucentPolygonalGeometry (vtkViewport *ren) |
virtual int | RenderVolumetricGeometry (vtkViewport *ren) |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | ShallowCopy (vtkProp *prop) |
void | SetScale (double s) |
double * | GetCenter () |
double * | GetXRange () |
double * | GetYRange () |
double * | GetZRange () |
double | GetLength () |
void | RotateX (double) |
void | RotateY (double) |
void | RotateZ (double) |
void | RotateWXYZ (double, double, double, double) |
void | SetOrientation (double, double, double) |
void | SetOrientation (double a[3]) |
double * | GetOrientationWXYZ () |
void | AddOrientation (double, double, double) |
void | AddOrientation (double a[3]) |
void | PokeMatrix (vtkMatrix4x4 *matrix) |
void | InitPathTraversal () |
unsigned long int | GetMTime () |
unsigned long int | GetUserTransformMatrixMTime () |
virtual void | ComputeMatrix () |
virtual void | SetPosition (double _arg1, double _arg2, double _arg3) |
virtual void | SetPosition (double _arg[3]) |
virtual double * | GetPosition () |
virtual void | GetPosition (double data[3]) |
void | AddPosition (double deltaPosition[3]) |
void | AddPosition (double deltaX, double deltaY, double deltaZ) |
virtual void | SetOrigin (double _arg1, double _arg2, double _arg3) |
virtual void | SetOrigin (double _arg[3]) |
virtual double * | GetOrigin () |
virtual void | GetOrigin (double data[3]) |
virtual void | SetScale (double _arg1, double _arg2, double _arg3) |
virtual void | SetScale (double _arg[3]) |
virtual double * | GetScale () |
virtual void | GetScale (double data[3]) |
void | SetUserTransform (vtkLinearTransform *transform) |
virtual vtkLinearTransform * | GetUserTransform () |
void | SetUserMatrix (vtkMatrix4x4 *matrix) |
vtkMatrix4x4 * | GetUserMatrix () |
virtual void | GetMatrix (vtkMatrix4x4 *m) |
virtual void | GetMatrix (double m[16]) |
void | GetBounds (double bounds[6]) |
double * | GetOrientation () |
void | GetOrientation (double o[3]) |
vtkMatrix4x4 * | GetMatrix () |
virtual int | GetIsIdentity () |
![]() | |
virtual void | Pick () |
virtual unsigned long | GetRedrawMTime () |
virtual bool | HasKeys (vtkInformation *requiredKeys) |
virtual void | BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path) |
virtual void | GetActors2D (vtkPropCollection *) |
virtual void | SetVisibility (int) |
virtual int | GetVisibility () |
virtual void | VisibilityOn () |
virtual void | VisibilityOff () |
virtual void | SetPickable (int) |
virtual int | GetPickable () |
virtual void | PickableOn () |
virtual void | PickableOff () |
virtual void | SetDragable (int) |
virtual int | GetDragable () |
virtual void | DragableOn () |
virtual void | DragableOff () |
virtual void | SetUseBounds (bool) |
virtual bool | GetUseBounds () |
virtual void | UseBoundsOn () |
virtual void | UseBoundsOff () |
virtual vtkAssemblyPath * | GetNextPath () |
virtual int | GetNumberOfPaths () |
virtual void | PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix)) |
virtual vtkInformation * | GetPropertyKeys () |
virtual void | SetPropertyKeys (vtkInformation *keys) |
virtual int | RenderOverlay (vtkViewport *) |
virtual bool | RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
virtual bool | RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
virtual bool | RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
virtual bool | RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys) |
virtual double | GetEstimatedRenderTime (vtkViewport *) |
virtual double | GetEstimatedRenderTime () |
virtual void | SetEstimatedRenderTime (double t) |
virtual void | AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp)) |
virtual void | SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v)) |
virtual double | GetAllocatedRenderTime () |
void | SetRenderTimeMultiplier (double t) |
virtual double | GetRenderTimeMultiplier () |
virtual bool | GetSupportsSelection () |
virtual int | GetNumberOfConsumers () |
void | AddConsumer (vtkObject *c) |
void | RemoveConsumer (vtkObject *c) |
vtkObject * | GetConsumer (int i) |
int | IsConsumer (vtkObject *c) |
![]() | |
virtual void | DebugOn () |
virtual void | DebugOff () |
unsigned char | GetDebug () |
void | SetDebug (unsigned char debugFlag) |
virtual void | Modified () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &os) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static vtkLODProp3D * | New () |
static int | IsTypeOf (const char *type) |
static vtkLODProp3D * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkProp3D * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkProp * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObject *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
![]() | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Member Functions | |
vtkLODProp3D () | |
~vtkLODProp3D () | |
int | GetAutomaticPickPropIndex (void) |
int | GetNextEntryIndex () |
int | ConvertIDToIndex (int id) |
![]() | |
vtkProp3D () | |
~vtkProp3D () | |
![]() | |
vtkProp () | |
~vtkProp () | |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &os) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
level of detail 3D prop
vtkLODProp3D is a class to support level of detail rendering for Prop3D. Any number of mapper/property/texture items can be added to this object. Render time will be measured, and will be used to select a LOD based on the AllocatedRenderTime of this Prop3D. Depending on the type of the mapper/property, a vtkActor or a vtkVolume will be created behind the scenes.
Definition at line 62 of file vtkLODProp3D.h.
typedef vtkProp3D vtkLODProp3D::Superclass |
Definition at line 68 of file vtkLODProp3D.h.
|
protected |
|
protected |
|
static |
Create an instance of this class.
|
virtual |
Reimplemented from vtkProp3D.
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkProp3D.
|
static |
|
virtual |
|
virtual |
|
inline |
Standard vtkProp method to get 3D bounds of a 3D prop
Definition at line 74 of file vtkLODProp3D.h.
int vtkLODProp3D::AddLOD | ( | vtkMapper * | m, |
vtkProperty * | p, | ||
vtkProperty * | back, | ||
vtkTexture * | t, | ||
double | time | ||
) |
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time. The property and texture fields can be set to NULL (the other methods are included for script access where null variables are not allowed). The time field can be set to 0.0 indicating that no initial guess for rendering time is being supplied. The returned integer value is an ID that can be used later to delete this LOD, or set it as the selected LOD.
int vtkLODProp3D::AddLOD | ( | vtkMapper * | m, |
vtkProperty * | p, | ||
vtkTexture * | t, | ||
double | time | ||
) |
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time. The property and texture fields can be set to NULL (the other methods are included for script access where null variables are not allowed). The time field can be set to 0.0 indicating that no initial guess for rendering time is being supplied. The returned integer value is an ID that can be used later to delete this LOD, or set it as the selected LOD.
int vtkLODProp3D::AddLOD | ( | vtkMapper * | m, |
vtkProperty * | p, | ||
vtkProperty * | back, | ||
double | time | ||
) |
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time. The property and texture fields can be set to NULL (the other methods are included for script access where null variables are not allowed). The time field can be set to 0.0 indicating that no initial guess for rendering time is being supplied. The returned integer value is an ID that can be used later to delete this LOD, or set it as the selected LOD.
int vtkLODProp3D::AddLOD | ( | vtkMapper * | m, |
vtkProperty * | p, | ||
double | time | ||
) |
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time. The property and texture fields can be set to NULL (the other methods are included for script access where null variables are not allowed). The time field can be set to 0.0 indicating that no initial guess for rendering time is being supplied. The returned integer value is an ID that can be used later to delete this LOD, or set it as the selected LOD.
int vtkLODProp3D::AddLOD | ( | vtkMapper * | m, |
vtkTexture * | t, | ||
double | time | ||
) |
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time. The property and texture fields can be set to NULL (the other methods are included for script access where null variables are not allowed). The time field can be set to 0.0 indicating that no initial guess for rendering time is being supplied. The returned integer value is an ID that can be used later to delete this LOD, or set it as the selected LOD.
int vtkLODProp3D::AddLOD | ( | vtkMapper * | m, |
double | time | ||
) |
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time. The property and texture fields can be set to NULL (the other methods are included for script access where null variables are not allowed). The time field can be set to 0.0 indicating that no initial guess for rendering time is being supplied. The returned integer value is an ID that can be used later to delete this LOD, or set it as the selected LOD.
int vtkLODProp3D::AddLOD | ( | vtkAbstractVolumeMapper * | m, |
vtkVolumeProperty * | p, | ||
double | time | ||
) |
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time. The property and texture fields can be set to NULL (the other methods are included for script access where null variables are not allowed). The time field can be set to 0.0 indicating that no initial guess for rendering time is being supplied. The returned integer value is an ID that can be used later to delete this LOD, or set it as the selected LOD.
int vtkLODProp3D::AddLOD | ( | vtkAbstractVolumeMapper * | m, |
double | time | ||
) |
Add a level of detail with a given mapper, property, backface property, texture, and guess of rendering time. The property and texture fields can be set to NULL (the other methods are included for script access where null variables are not allowed). The time field can be set to 0.0 indicating that no initial guess for rendering time is being supplied. The returned integer value is an ID that can be used later to delete this LOD, or set it as the selected LOD.
|
virtual |
Get the current number of LODs.
|
virtual |
Get the current index, used to determine the ID of the next LOD that is added. Useful for guessing what IDs have been used (with NumberOfLODs, without depending on the constructor initialization to
void vtkLODProp3D::RemoveLOD | ( | int | id) |
Delete a level of detail given an ID. This is the ID returned by the AddLOD method
void vtkLODProp3D::SetLODProperty | ( | int | id, |
vtkProperty * | p | ||
) |
Methods to set / get the property of an LOD. Since the LOD could be a volume or an actor, you have to pass in the pointer to the property to get it. The returned property will be NULL if the id is not valid, or the property is of the wrong type for the corresponding Prop3D.
void vtkLODProp3D::GetLODProperty | ( | int | id, |
vtkProperty ** | p | ||
) |
Methods to set / get the property of an LOD. Since the LOD could be a volume or an actor, you have to pass in the pointer to the property to get it. The returned property will be NULL if the id is not valid, or the property is of the wrong type for the corresponding Prop3D.
void vtkLODProp3D::SetLODProperty | ( | int | id, |
vtkVolumeProperty * | p | ||
) |
Methods to set / get the property of an LOD. Since the LOD could be a volume or an actor, you have to pass in the pointer to the property to get it. The returned property will be NULL if the id is not valid, or the property is of the wrong type for the corresponding Prop3D.
void vtkLODProp3D::GetLODProperty | ( | int | id, |
vtkVolumeProperty ** | p | ||
) |
Methods to set / get the property of an LOD. Since the LOD could be a volume or an actor, you have to pass in the pointer to the property to get it. The returned property will be NULL if the id is not valid, or the property is of the wrong type for the corresponding Prop3D.
void vtkLODProp3D::SetLODMapper | ( | int | id, |
vtkMapper * | m | ||
) |
Methods to set / get the mapper of an LOD. Since the LOD could be a volume or an actor, you have to pass in the pointer to the mapper to get it. The returned mapper will be NULL if the id is not valid, or the mapper is of the wrong type for the corresponding Prop3D.
void vtkLODProp3D::GetLODMapper | ( | int | id, |
vtkMapper ** | m | ||
) |
Methods to set / get the mapper of an LOD. Since the LOD could be a volume or an actor, you have to pass in the pointer to the mapper to get it. The returned mapper will be NULL if the id is not valid, or the mapper is of the wrong type for the corresponding Prop3D.
void vtkLODProp3D::SetLODMapper | ( | int | id, |
vtkAbstractVolumeMapper * | m | ||
) |
Methods to set / get the mapper of an LOD. Since the LOD could be a volume or an actor, you have to pass in the pointer to the mapper to get it. The returned mapper will be NULL if the id is not valid, or the mapper is of the wrong type for the corresponding Prop3D.
void vtkLODProp3D::GetLODMapper | ( | int | id, |
vtkAbstractVolumeMapper ** | m | ||
) |
Methods to set / get the mapper of an LOD. Since the LOD could be a volume or an actor, you have to pass in the pointer to the mapper to get it. The returned mapper will be NULL if the id is not valid, or the mapper is of the wrong type for the corresponding Prop3D.
vtkAbstractMapper3D* vtkLODProp3D::GetLODMapper | ( | int | id) |
Get the LODMapper as an vtkAbstractMapper3D. It is the user's respondibility to safe down cast this to a vtkMapper or vtkVolumeMapper as appropriate.
void vtkLODProp3D::SetLODBackfaceProperty | ( | int | id, |
vtkProperty * | t | ||
) |
Methods to set / get the backface property of an LOD. This method is only valid for LOD ids that are Actors (not Volumes)
void vtkLODProp3D::GetLODBackfaceProperty | ( | int | id, |
vtkProperty ** | t | ||
) |
Methods to set / get the backface property of an LOD. This method is only valid for LOD ids that are Actors (not Volumes)
void vtkLODProp3D::SetLODTexture | ( | int | id, |
vtkTexture * | t | ||
) |
Methods to set / get the texture of an LOD. This method is only valid for LOD ids that are Actors (not Volumes)
void vtkLODProp3D::GetLODTexture | ( | int | id, |
vtkTexture ** | t | ||
) |
Methods to set / get the texture of an LOD. This method is only valid for LOD ids that are Actors (not Volumes)
void vtkLODProp3D::EnableLOD | ( | int | id) |
Enable / disable a particular LOD. If it is disabled, it will not be used during automatic selection, but can be selected as the LOD if automatic LOD selection is off.
void vtkLODProp3D::DisableLOD | ( | int | id) |
Enable / disable a particular LOD. If it is disabled, it will not be used during automatic selection, but can be selected as the LOD if automatic LOD selection is off.
int vtkLODProp3D::IsLODEnabled | ( | int | id) |
Enable / disable a particular LOD. If it is disabled, it will not be used during automatic selection, but can be selected as the LOD if automatic LOD selection is off.
void vtkLODProp3D::SetLODLevel | ( | int | id, |
double | level | ||
) |
Set the level of a particular LOD. When a LOD is selected for rendering because it has the largest render time that fits within the allocated time, all LOD are then checked to see if any one can render faster but has a lower (more resolution/better) level. This quantity is a double to ensure that a level can be inserted between 2 and 3.
double vtkLODProp3D::GetLODLevel | ( | int | id) |
Set the level of a particular LOD. When a LOD is selected for rendering because it has the largest render time that fits within the allocated time, all LOD are then checked to see if any one can render faster but has a lower (more resolution/better) level. This quantity is a double to ensure that a level can be inserted between 2 and 3.
double vtkLODProp3D::GetLODIndexLevel | ( | int | index) |
Set the level of a particular LOD. When a LOD is selected for rendering because it has the largest render time that fits within the allocated time, all LOD are then checked to see if any one can render faster but has a lower (more resolution/better) level. This quantity is a double to ensure that a level can be inserted between 2 and 3.
double vtkLODProp3D::GetLODEstimatedRenderTime | ( | int | id) |
Access method that can be used to find out the estimated render time (the thing used to select an LOD) for a given LOD ID or index. Value is returned in seconds.
double vtkLODProp3D::GetLODIndexEstimatedRenderTime | ( | int | index) |
Access method that can be used to find out the estimated render time (the thing used to select an LOD) for a given LOD ID or index. Value is returned in seconds.
|
virtual |
Turn on / off automatic selection of LOD. This is on by default. If it is off, then the SelectedLODID is rendered regardless of rendering time or desired update rate.
|
virtual |
Turn on / off automatic selection of LOD. This is on by default. If it is off, then the SelectedLODID is rendered regardless of rendering time or desired update rate.
|
virtual |
Turn on / off automatic selection of LOD. This is on by default. If it is off, then the SelectedLODID is rendered regardless of rendering time or desired update rate.
|
virtual |
Turn on / off automatic selection of LOD. This is on by default. If it is off, then the SelectedLODID is rendered regardless of rendering time or desired update rate.
|
virtual |
Set the id of the LOD that is to be drawn when automatic LOD selection is turned off.
|
virtual |
Set the id of the LOD that is to be drawn when automatic LOD selection is turned off.
int vtkLODProp3D::GetLastRenderedLODID | ( | ) |
Get the ID of the previously (during the last render) selected LOD index
int vtkLODProp3D::GetPickLODID | ( | void | ) |
Get the ID of the appropriate pick LOD index
|
virtual |
For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.
Reimplemented from vtkProp.
|
virtual |
For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process.
Reimplemented from vtkProp.
void vtkLODProp3D::SetSelectedPickLODID | ( | int | id) |
Set the id of the LOD that is to be used for picking when automatic LOD pick selection is turned off.
|
virtual |
Set the id of the LOD that is to be used for picking when automatic LOD pick selection is turned off.
|
virtual |
Turn on / off automatic selection of picking LOD. This is on by default. If it is off, then the SelectedLODID is rendered regardless of rendering time or desired update rate.
|
virtual |
Turn on / off automatic selection of picking LOD. This is on by default. If it is off, then the SelectedLODID is rendered regardless of rendering time or desired update rate.
|
virtual |
Turn on / off automatic selection of picking LOD. This is on by default. If it is off, then the SelectedLODID is rendered regardless of rendering time or desired update rate.
|
virtual |
Turn on / off automatic selection of picking LOD. This is on by default. If it is off, then the SelectedLODID is rendered regardless of rendering time or desired update rate.
|
virtual |
Shallow copy of this vtkLODProp3D.
Reimplemented from vtkProp.
|
virtual |
Support the standard render methods.
Reimplemented from vtkProp.
|
virtual |
Support the standard render methods.
Reimplemented from vtkProp.
|
virtual |
Support the standard render methods.
Reimplemented from vtkProp.
|
virtual |
Does this prop have some translucent polygonal geometry?
Reimplemented from vtkProp.
|
virtual |
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
Reimplemented from vtkProp.
void vtkLODProp3D::SetAllocatedRenderTime | ( | double | t, |
vtkViewport * | vp | ||
) |
Used by the culler / renderer to set the allocated render time for this prop. This is based on the desired update rate, and possibly some other properties such as potential screen coverage of this prop.
|
virtual |
Used when the render process is aborted to restore the previous estimated render time. Overridden here to allow previous time for a particular LOD to be restored - otherwise the time for the last rendered LOD will be copied into the currently selected LOD.
Reimplemented from vtkProp.
|
virtual |
Override method from vtkProp in order to push this call down to the selected LOD as well.
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 272 of file vtkLODProp3D.h.
|
protected |
Definition at line 273 of file vtkLODProp3D.h.
|
protected |
Definition at line 274 of file vtkLODProp3D.h.
|
protected |
Definition at line 275 of file vtkLODProp3D.h.
|
protected |
Definition at line 279 of file vtkLODProp3D.h.
|
protected |
Definition at line 281 of file vtkLODProp3D.h.
|
protected |
Definition at line 282 of file vtkLODProp3D.h.
|
protected |
Definition at line 283 of file vtkLODProp3D.h.
|
protected |
Definition at line 284 of file vtkLODProp3D.h.
|
protected |
Definition at line 285 of file vtkLODProp3D.h.