#include <vtkPVLODPartDisplayInformation.h>
Inheritance diagram for vtkPVLODPartDisplayInformation:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVLODPartDisplayInformation, vtkPVInformation) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyFromObject (vtkObject *) |
virtual void | AddInformation (vtkPVInformation *) |
virtual int | GetGeometryMemorySize () |
virtual int | GetLODGeometryMemorySize () |
virtual void | CopyToStream (vtkClientServerStream *) const |
virtual void | CopyFromStream (const vtkClientServerStream *) |
Static Public Member Functions | |
vtkPVLODPartDisplayInformation * | New () |
Protected Member Functions | |
vtkPVLODPartDisplayInformation () | |
~vtkPVLODPartDisplayInformation () | |
vtkPVLODPartDisplayInformation (const vtkPVLODPartDisplayInformation &) | |
void | operator= (const vtkPVLODPartDisplayInformation &) |
Protected Attributes | |
unsigned long | GeometryMemorySize |
unsigned long | LODGeometryMemorySize |
This information object collects the memory size of the high res geometry and the LOD geometry. They are used to determine when to use the LOD and when to collect geometry for local rendering.
Definition at line 28 of file vtkPVLODPartDisplayInformation.h.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkPVInformation. |
|
Memory sizes of full resolution geometry and decimated geometry summed over all processes. |
|
Memory sizes of full resolution geometry and decimated geometry summed over all processes. |
|
Transfer information about a single object into this object. Reimplemented from vtkPVInformation. |
|
Merge another information object. Reimplemented from vtkPVInformation. |
|
Manage a serialized version of the information. Implements vtkPVInformation. |
|
Manage a serialized version of the information. Reimplemented from vtkPVInformation. |
|
|
|
Definition at line 58 of file vtkPVLODPartDisplayInformation.h. |
|
Definition at line 59 of file vtkPVLODPartDisplayInformation.h. |