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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVCompositeDataInformation, vtkPVInformation) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | CopyFromObject (vtkObject *) |
| virtual void | AddInformation (vtkPVInformation *) |
| virtual void | Initialize () |
| unsigned int | GetNumberOfGroups () |
| unsigned int | GetNumberOfDataSets (unsigned int level) |
| virtual void | CopyToStream (vtkClientServerStream *) const |
| virtual void | CopyFromStream (const vtkClientServerStream *) |
| virtual int | GetDataIsComposite () |
| vtkPVDataInformation * | GetDataInformation (unsigned int level, unsigned int idx) |
Static Public Member Functions | |
| vtkPVCompositeDataInformation * | New () |
Protected Member Functions | |
| vtkPVCompositeDataInformation () | |
| ~vtkPVCompositeDataInformation () | |
Protected Attributes | |
| int | DataIsComposite |
vtkPVCompositeDataInformation is used to copy the meta information of a composite dataset from server to client. It holds a vtkPVDataInformation for each block of the composite dataset.
Definition at line 35 of file vtkPVCompositeDataInformation.h.
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPVInformation. |
|
|
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. |
|
|
True if data passed in CopyFromStream() is vtkHierarchicalDataSet or sub-class, false otherwise. Is only valid after CopyFromObject() has been called. |
|
|
Clears all internal data structures. |
|
|
Returns the number of levels. |
|
|
Given a level, returns the number of datasets. |
|
||||||||||||
|
Given a level and index, returns the data information. |
|
|
Definition at line 80 of file vtkPVCompositeDataInformation.h. |
1.3.5