|
ParaView
|
Generic attribute information like type. More...
#include <vtkPVGenericAttributeInformation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | CopyFromObject (vtkObject *) |
Static Public Member Functions | |
| static vtkPVGenericAttributeInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVGenericAttributeInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVGenericAttributeInformation () | |
| ~vtkPVGenericAttributeInformation () | |
| vtkPVGenericAttributeInformation (const vtkPVGenericAttributeInformation &) | |
| void | operator= (const vtkPVGenericAttributeInformation &) |
Generic attribute information like type.
This objects is for eliminating direct access to vtkDataObjects by the "client". Only vtkPVPart and vtkPVProcessModule should access the data directly. At the moment, this object is only a container and has no useful methods for operating on data.
Definition at line 31 of file vtkPVGenericAttributeInformation.h.
| vtkPVGenericAttributeInformation::vtkPVGenericAttributeInformation | ( | ) | [protected] |
| vtkPVGenericAttributeInformation::~vtkPVGenericAttributeInformation | ( | ) | [protected] |
| vtkPVGenericAttributeInformation::vtkPVGenericAttributeInformation | ( | const vtkPVGenericAttributeInformation & | ) | [protected] |
| static vtkPVGenericAttributeInformation* vtkPVGenericAttributeInformation::New | ( | ) | [static] |
Reimplemented from vtkPVArrayInformation.
| virtual const char* vtkPVGenericAttributeInformation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVArrayInformation.
| static int vtkPVGenericAttributeInformation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVArrayInformation.
| virtual int vtkPVGenericAttributeInformation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVArrayInformation.
| static vtkPVGenericAttributeInformation* vtkPVGenericAttributeInformation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVArrayInformation.
| void vtkPVGenericAttributeInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVArrayInformation.
| virtual void vtkPVGenericAttributeInformation::CopyFromObject | ( | vtkObject * | ) | [virtual] |
Transfer information about a single object into this object.
Reimplemented from vtkPVArrayInformation.
| void vtkPVGenericAttributeInformation::operator= | ( | const vtkPVGenericAttributeInformation & | ) | [protected] |
1.7.5.1