35 #ifndef vtkAppendLocationAttributes_h
36 #define vtkAppendLocationAttributes_h
38 #include "vtkFiltersGeneralModule.h"
54 vtkSetMacro(AppendPointLocations,
bool);
55 vtkGetMacro(AppendPointLocations,
bool);
56 vtkBooleanMacro(AppendPointLocations,
bool);
65 vtkSetMacro(AppendCellCenters,
bool);
66 vtkGetMacro(AppendCellCenters,
bool);
67 vtkBooleanMacro(AppendCellCenters,
bool);
77 bool AppendPointLocations =
true;
78 bool AppendCellCenters =
true;
a simple class to control print indentation
add point locations to point data and/or cell centers cell data, respectively