26 #ifndef vtkPVDataSetAttributesInformation_h 27 #define vtkPVDataSetAttributesInformation_h 29 #include "vtkDataSetAttributes.h" 30 #include "vtkPVClientServerCoreCoreModule.h" 33 class vtkDataSetAttributes;
36 class vtkGenericAttributeCollection;
43 void PrintSelf(ostream& os, vtkIndent indent);
52 vtkGetMacro(FieldAssociation,
int);
53 vtkSetMacro(FieldAssociation,
int);
61 void CopyFromDataSetAttributes(vtkDataSetAttributes* data);
65 void CopyFromFieldData(vtkFieldData* data);
67 void CopyFromGenericAttributesOnPoints(vtkGenericAttributeCollection* data);
68 void CopyFromGenericAttributesOnCells(vtkGenericAttributeCollection* data);
69 void CopyFromGenericAttributes(vtkGenericAttributeCollection* data,
int centering);
90 int GetNumberOfArrays()
const;
92 int GetMaximumNumberOfTuples()
const;
106 int IsArrayAnAttribute(
int arrayIndex);
128 vtkInternals* Internals;
Store messages for the interpreter.