allows extension of types that PVDataInformation can handle
More...
#include <vtkPVDataInformationHelper.h>
Inherits vtkObject.
allows extension of types that PVDataInformation can handle
Plugins can subclass this and call vtkPVDataInformation::RegisterHelper() in order to allow vtkPVDataInformation (and thus ParaView) to handle new data types.
Definition at line 35 of file vtkPVDataInformationHelper.h.
§ Superclass
§ vtkPVDataInformationHelper()
vtkPVDataInformationHelper::vtkPVDataInformationHelper |
( |
| ) |
|
|
protected |
§ ~vtkPVDataInformationHelper()
vtkPVDataInformationHelper::~vtkPVDataInformationHelper |
( |
| ) |
|
|
protected |
§ GetClassName()
virtual const char* vtkPVDataInformationHelper::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVDataInformationHelper::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVDataInformationHelper::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkPVDataInformationHelper::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ CopyFromDataObject()
void vtkPVDataInformationHelper::CopyFromDataObject |
( |
vtkPVDataInformation * |
self, |
|
|
vtkDataObject * |
data |
|
) |
| |
This class is a friend of PVDI, so the work of copying into self happens here.
§ GetPrettyDataTypeString()
virtual const char* vtkPVDataInformationHelper::GetPrettyDataTypeString |
( |
| ) |
|
|
pure virtual |
§ ValidateType()
virtual bool vtkPVDataInformationHelper::ValidateType |
( |
vtkDataObject * |
data | ) |
|
|
protectedpure virtual |
§ GetBounds()
virtual double* vtkPVDataInformationHelper::GetBounds |
( |
| ) |
|
|
protectedpure virtual |
§ GetNumberOfDataSets()
virtual int vtkPVDataInformationHelper::GetNumberOfDataSets |
( |
| ) |
|
|
protectedpure virtual |
§ GetNumberOfCells()
virtual vtkTypeInt64 vtkPVDataInformationHelper::GetNumberOfCells |
( |
| ) |
|
|
protectedpure virtual |
§ GetNumberOfPoints()
virtual vtkTypeInt64 vtkPVDataInformationHelper::GetNumberOfPoints |
( |
| ) |
|
|
protectedpure virtual |
§ GetNumberOfRows()
virtual vtkTypeInt64 vtkPVDataInformationHelper::GetNumberOfRows |
( |
| ) |
|
|
protectedpure virtual |
§ Data
vtkDataObject* vtkPVDataInformationHelper::Data |
|
protected |
The documentation for this class was generated from the following file: