This class provides the data description for each input for the coprocessor pipelines.
More...
#include <vtkCPInputDataDescription.h>
List of all members.
Public Member Functions |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Reset () |
| void | AddPointField (const char *FieldName) |
| void | AddCellField (const char *FieldName) |
| unsigned int | GetNumberOfFields () |
| const char * | GetFieldName (unsigned int FieldIndex) |
| bool | IsFieldNeeded (const char *FieldName) |
| bool | IsFieldPointData (const char *FieldName) |
| virtual void | SetAllFields (bool) |
| virtual bool | GetAllFields () |
| virtual void | AllFieldsOn () |
| virtual void | AllFieldsOff () |
| virtual void | SetGenerateMesh (bool) |
| virtual bool | GetGenerateMesh () |
| virtual void | GenerateMeshOn () |
| virtual void | GenerateMeshOff () |
| void | SetGrid (vtkDataObject *grid) |
| virtual vtkDataObject * | GetGrid () |
| bool | GetIfGridIsNecessary () |
| virtual void | SetWholeExtent (int, int, int, int, int, int) |
| virtual void | SetWholeExtent (int[6]) |
| virtual int * | GetWholeExtent () |
| virtual void | GetWholeExtent (int &, int &, int &, int &, int &, int &) |
| virtual void | GetWholeExtent (int[6]) |
Static Public Member Functions |
| static vtkCPInputDataDescription * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkCPInputDataDescription * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| | vtkCPInputDataDescription () |
| | ~vtkCPInputDataDescription () |
| bool | IsInputSufficient () |
| bool | DoesGridContainNeededFields (vtkDataSet *DataSet) |
Protected Attributes |
| bool | AllFields |
| bool | GenerateMesh |
| vtkDataObject * | Grid |
Detailed Description
This class provides the data description for each input for the coprocessor pipelines.
Definition at line 28 of file vtkCPInputDataDescription.h.
Constructor & Destructor Documentation
| vtkCPInputDataDescription::vtkCPInputDataDescription |
( |
| ) |
[protected] |
| vtkCPInputDataDescription::~vtkCPInputDataDescription |
( |
| ) |
[protected] |
Member Function Documentation
| virtual const char* vtkCPInputDataDescription::GetClassName |
( |
| ) |
[virtual] |
| static int vtkCPInputDataDescription::IsTypeOf |
( |
const char * |
type | ) |
[static] |
| virtual int vtkCPInputDataDescription::IsA |
( |
const char * |
type | ) |
[virtual] |
| void vtkCPInputDataDescription::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| [virtual] |
| void vtkCPInputDataDescription::Reset |
( |
| ) |
|
| void vtkCPInputDataDescription::AddPointField |
( |
const char * |
FieldName | ) |
|
| void vtkCPInputDataDescription::AddCellField |
( |
const char * |
FieldName | ) |
|
| unsigned int vtkCPInputDataDescription::GetNumberOfFields |
( |
| ) |
|
| const char* vtkCPInputDataDescription::GetFieldName |
( |
unsigned int |
FieldIndex | ) |
|
| bool vtkCPInputDataDescription::IsFieldNeeded |
( |
const char * |
FieldName | ) |
|
| bool vtkCPInputDataDescription::IsFieldPointData |
( |
const char * |
FieldName | ) |
|
| virtual void vtkCPInputDataDescription::SetAllFields |
( |
bool |
| ) |
[virtual] |
| virtual bool vtkCPInputDataDescription::GetAllFields |
( |
| ) |
[virtual] |
| virtual void vtkCPInputDataDescription::AllFieldsOn |
( |
| ) |
[virtual] |
| virtual void vtkCPInputDataDescription::AllFieldsOff |
( |
| ) |
[virtual] |
| virtual void vtkCPInputDataDescription::SetGenerateMesh |
( |
bool |
| ) |
[virtual] |
| virtual bool vtkCPInputDataDescription::GetGenerateMesh |
( |
| ) |
[virtual] |
| virtual void vtkCPInputDataDescription::GenerateMeshOn |
( |
| ) |
[virtual] |
| virtual void vtkCPInputDataDescription::GenerateMeshOff |
( |
| ) |
[virtual] |
| virtual vtkDataObject* vtkCPInputDataDescription::GetGrid |
( |
| ) |
[virtual] |
| bool vtkCPInputDataDescription::GetIfGridIsNecessary |
( |
| ) |
|
| virtual void vtkCPInputDataDescription::SetWholeExtent |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| [virtual] |
| virtual void vtkCPInputDataDescription::SetWholeExtent |
( |
int |
[6] | ) |
[virtual] |
| virtual int* vtkCPInputDataDescription::GetWholeExtent |
( |
| ) |
[virtual] |
| virtual void vtkCPInputDataDescription::GetWholeExtent |
( |
int & |
, |
|
|
int & |
, |
|
|
int & |
, |
|
|
int & |
, |
|
|
int & |
, |
|
|
int & |
|
|
) |
| [virtual] |
| virtual void vtkCPInputDataDescription::GetWholeExtent |
( |
int |
[6] | ) |
[virtual] |
| bool vtkCPInputDataDescription::IsInputSufficient |
( |
| ) |
[protected] |
| bool vtkCPInputDataDescription::DoesGridContainNeededFields |
( |
vtkDataSet * |
DataSet | ) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: