#include <vtkSMLODDisplayProxy.h>
Inheritance diagram for vtkSMLODDisplayProxy:


Public Types | |
| enum | { InformationInvalidatedEvent = 2000 } |
Public Member Functions | |
| vtkTypeRevisionMacro (vtkSMLODDisplayProxy, vtkSMDataObjectDisplayProxy) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetLODResolution (int res) |
| virtual void | CacheUpdate (int idx, int total) |
| virtual void | Update () |
| virtual void | InvalidateGeometry () |
| virtual vtkPVLODPartDisplayInformation * | GetLODInformation () |
Static Public Member Functions | |
| vtkSMLODDisplayProxy * | New () |
Protected Member Functions | |
| vtkSMLODDisplayProxy () | |
| ~vtkSMLODDisplayProxy () | |
| virtual void | SetupVolumePipeline () |
| virtual void | CreateVTKObjects (int numObjects) |
| void | InvalidateLODGeometry () |
| void | UpdateLODPipeline () |
| virtual void | SetupPipeline () |
| virtual void | SetupDefaults () |
Protected Attributes | |
| vtkSMProxy * | LODDecimatorProxy |
| vtkSMProxy * | LODUpdateSuppressorProxy |
| vtkSMProxy * | LODMapperProxy |
| int | LODResolution |
| int | LODGeometryIsValid |
| int | LODInformationIsValid |
| vtkPVLODPartDisplayInformation * | LODInformation |
Definition at line 27 of file vtkSMLODDisplayProxy.h.
|
|
Definition at line 55 of file vtkSMLODDisplayProxy.h. |
|
|
|
|
|
|
|
|
Reimplemented from vtkSMDataObjectDisplayProxy. Reimplemented in vtkSMCompositeDisplayProxy, vtkSMIceTMultiDisplayProxy, and vtkSMMultiDisplayProxy. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkSMDataObjectDisplayProxy. Reimplemented in vtkSMCompositeDisplayProxy, vtkSMIceTMultiDisplayProxy, and vtkSMMultiDisplayProxy. |
|
|
Set the number of bins per axes on the quadric decimation filter. |
|
||||||||||||
|
For flip books. Reimplemented from vtkSMDataObjectDisplayProxy. Reimplemented in vtkSMCompositeDisplayProxy. |
|
|
This method calls a ForceUpdate on the UpdateSuppressor if the Geometry is not valid. Reimplemented from vtkSMDataObjectDisplayProxy. Reimplemented in vtkSMCompositeDisplayProxy, and vtkSMMultiDisplayProxy. |
|
|
Invalidates Geometry. Results in removal of any cached geometry. Also, marks the current geometry as invalid, thus a subsequent call to Update will result in call to ForceUpdate on the UpdateSuppressor(s), if any. Reimplemented from vtkSMDataObjectDisplayProxy. |
|
|
Returns an up to data information object. Do not keep a reference to this object. Reimplemented in vtkSMCompositeDisplayProxy. |
|
|
Set up the vtkUnstructuredGrid (Volume) rendering pipeline. Reimplemented from vtkSMDataObjectDisplayProxy. Reimplemented in vtkSMCompositeDisplayProxy. |
|
|
Set up the PolyData rendering pipeline. Reimplemented from vtkSMDataObjectDisplayProxy. Reimplemented in vtkSMCompositeDisplayProxy, and vtkSMIceTMultiDisplayProxy. |
|
|
Set up the PolyData rendering pipeline. Reimplemented from vtkSMDataObjectDisplayProxy. Reimplemented in vtkSMCompositeDisplayProxy, and vtkSMIceTMultiDisplayProxy. |
|
|
Given the number of objects (numObjects), class name (VTKClassName) and server ids ( this->GetServerIDs()), this methods instantiates the objects on the server(s) Reimplemented from vtkSMDataObjectDisplayProxy. Reimplemented in vtkSMCompositeDisplayProxy, vtkSMIceTMultiDisplayProxy, and vtkSMMultiDisplayProxy. |
|
|
|
|
|
|
|
|
Definition at line 73 of file vtkSMLODDisplayProxy.h. |
|
|
Definition at line 74 of file vtkSMLODDisplayProxy.h. |
|
|
Definition at line 75 of file vtkSMLODDisplayProxy.h. |
|
|
Definition at line 77 of file vtkSMLODDisplayProxy.h. |
|
|
Definition at line 78 of file vtkSMLODDisplayProxy.h. |
|
|
Definition at line 79 of file vtkSMLODDisplayProxy.h. |
|
|
Definition at line 80 of file vtkSMLODDisplayProxy.h. |
1.3.5