3 #ifndef vtkCPInputDataDescription_h 4 #define vtkCPInputDataDescription_h 31 void AddField(
const char* fieldName,
int type);
35 unsigned int GetNumberOfFields();
39 const char* GetFieldName(
unsigned int fieldIndex);
45 int GetFieldType(
unsigned int fieldIndex);
49 bool IsFieldNeeded(
const char* fieldName,
int type);
54 vtkSetMacro(AllFields,
bool);
55 vtkGetMacro(AllFields,
bool);
56 vtkBooleanMacro(AllFields,
bool);
61 vtkSetMacro(GenerateMesh,
bool);
62 vtkGetMacro(GenerateMesh,
bool);
63 vtkBooleanMacro(GenerateMesh,
bool);
76 bool GetIfGridIsNecessary();
82 vtkSetVector6Macro(WholeExtent,
int);
83 vtkGetVector6Macro(WholeExtent,
int);
124 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 &)