#include <vtkPVLODVolume.h>
Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVLODVolume, vtkVolume) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | ReleaseGraphicsResources (vtkWindow *) |
| virtual void | SetMapper (vtkAbstractVolumeMapper *) |
| virtual void | SetProperty (vtkVolumeProperty *property) |
| virtual void | ShallowCopy (vtkProp *prop) |
| virtual double * | GetBounds () |
| virtual void | SetAllocatedRenderTime (double t, vtkViewport *v) |
| virtual int | RenderOpaqueGeometry (vtkViewport *viewport) |
| virtual int | RenderTranslucentGeometry (vtkViewport *viewport) |
| virtual void | SetLODMapper (vtkAbstractVolumeMapper *) |
| virtual void | SetLODMapper (vtkMapper *) |
Static Public Member Functions | |
| vtkPVLODVolume * | New () |
Protected Member Functions | |
| vtkPVLODVolume () | |
| ~vtkPVLODVolume () | |
| int | SelectLOD () |
| virtual void | UpdateLODProperty () |
Protected Attributes | |
| vtkLODProp3D * | LODProp |
| int | HighLODId |
| int | LowLODId |
| double | MapperBounds [6] |
| vtkTimeStamp | BoundsMTime |
vtkPVLODVolume is much like vtkPVLODActor except that it works on volumes instead of surfaces. This just has two mappers: full res and LOD, and this actor knows which is which.
Definition at line 34 of file vtkPVLODVolume.h.
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
This method is used internally by the rendering process. |
|
|
This method is used internally by the rendering process. |
|
|
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release. |
|
|
Set the high res input. Overloads the virtual vtkVolume method. |
|
|
This sets the low res input. |
|
|
This sets the low res input. |
|
|
Sets the volume propery. Overloads the virtual vtkVolume method. |
|
|
Shallow copy of an LOD actor. Overloads the virtual vtkProp method. |
|
|
Get the bounds of the current mapper. |
|
||||||||||||
|
Overloads the virtual vtkProp method. |
|
|
|
|
|
|
|
|
Definition at line 78 of file vtkPVLODVolume.h. |
|
|
Definition at line 79 of file vtkPVLODVolume.h. |
|
|
Definition at line 80 of file vtkPVLODVolume.h. |
|
|
Definition at line 84 of file vtkPVLODVolume.h. |
|
|
Definition at line 85 of file vtkPVLODVolume.h. |
1.3.5