#include <vtkPVClassNameInformation.h>
Inheritance diagram for vtkPVClassNameInformation:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVClassNameInformation, vtkPVInformation) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyFromObject (vtkObject *) |
virtual void | AddInformation (vtkPVInformation *) |
virtual char * | GetVTKClassName () |
virtual void | CopyToStream (vtkClientServerStream *) const |
virtual void | CopyFromStream (const vtkClientServerStream *) |
Static Public Member Functions | |
vtkPVClassNameInformation * | New () |
Protected Member Functions | |
vtkPVClassNameInformation () | |
~vtkPVClassNameInformation () | |
virtual void | SetVTKClassName (const char *) |
Protected Attributes | |
char * | VTKClassName |
This information object gets the class name of the input VTK object. This is separate from vtkPVDataInformation because it can be determined before Update is called and because it operates on any VTK object.
Definition at line 28 of file vtkPVClassNameInformation.h.
|
|
|
|
|
|
|
|
|
Reimplemented from vtkPVInformation. |
|
Get class name of VTK object. |
|
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 56 of file vtkPVClassNameInformation.h. |