14 #ifndef vtkPVDataSetAttributesInformation_h 15 #define vtkPVDataSetAttributesInformation_h 44 bool IsDoneWithTraversal()
const;
49 std::unique_ptr<vtkInternals> Internals;
54 void PrintSelf(ostream& os,
vtkIndent indent)
override;
65 vtkGetMacro(FieldAssociation,
int);
66 vtkGetStringMacro(FieldName);
77 int GetNumberOfArrays()
const;
82 int GetMaximumNumberOfTuples()
const;
103 int IsArrayAnAttribute(
int arrayIndex);
118 friend class vtkPVDataInformationAccumulator;
124 vtkSetMacro(FieldAssociation,
int);
125 vtkSetStringMacro(FieldName);
155 void MarkArraysAsGlobal();
161 int FieldAssociation;
165 vtkInternals* Internals;
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
Store messages for the interpreter.
#define VTKREMOTINGCORE_EXPORT