15 #ifndef vtkCPInputDataDescription_h 16 #define vtkCPInputDataDescription_h 43 void AddField(
const char* fieldName,
int type);
47 unsigned int GetNumberOfFields();
51 const char* GetFieldName(
unsigned int fieldIndex);
57 int GetFieldType(
unsigned int fieldIndex);
61 bool IsFieldNeeded(
const char* fieldName,
int type);
66 vtkSetMacro(AllFields,
bool);
67 vtkGetMacro(AllFields,
bool);
68 vtkBooleanMacro(AllFields,
bool);
73 vtkSetMacro(GenerateMesh,
bool);
74 vtkGetMacro(GenerateMesh,
bool);
75 vtkBooleanMacro(GenerateMesh,
bool);
88 bool GetIfGridIsNecessary();
94 vtkSetVector6Macro(WholeExtent,
int);
95 vtkGetVector6Macro(WholeExtent,
int);
136 vtkInternals* Internals;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
proxy for a VTK source on a server
#define VTKPVCATALYST_EXPORT
void operator=(const vtkObjectBase &)