|
ParaView
|
#include <vtkPVRepresentedDataInformation.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 vtkPVRepresentedDataInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVRepresentedDataInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVRepresentedDataInformation () | |
| ~vtkPVRepresentedDataInformation () | |
vtkPVRepresentedDataInformation is a vtkPVDataInformation subclass that knows how to gather rendered data-information from a vtkPVDataRepresentation.
Definition at line 26 of file vtkPVRepresentedDataInformation.h.
| vtkPVRepresentedDataInformation::vtkPVRepresentedDataInformation | ( | ) | [protected] |
| vtkPVRepresentedDataInformation::~vtkPVRepresentedDataInformation | ( | ) | [protected] |
| static vtkPVRepresentedDataInformation* vtkPVRepresentedDataInformation::New | ( | ) | [static] |
Reimplemented from vtkPVDataInformation.
| virtual const char* vtkPVRepresentedDataInformation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVDataInformation.
| static int vtkPVRepresentedDataInformation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVDataInformation.
| virtual int vtkPVRepresentedDataInformation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVDataInformation.
| static vtkPVRepresentedDataInformation* vtkPVRepresentedDataInformation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVDataInformation.
| void vtkPVRepresentedDataInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVDataInformation.
| virtual void vtkPVRepresentedDataInformation::CopyFromObject | ( | vtkObject * | ) | [virtual] |
Transfer information about a single object into this object.
Reimplemented from vtkPVDataInformation.
1.7.5.1