23 #ifndef vtkAppendLocationAttributes_h
24 #define vtkAppendLocationAttributes_h
26 #include "vtkFiltersGeneralModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
43 vtkSetMacro(AppendPointLocations,
bool);
44 vtkGetMacro(AppendPointLocations,
bool);
45 vtkBooleanMacro(AppendPointLocations,
bool);
54 vtkSetMacro(AppendCellCenters,
bool);
55 vtkGetMacro(AppendCellCenters,
bool);
56 vtkBooleanMacro(AppendCellCenters,
bool);
66 bool AppendPointLocations =
true;
67 bool AppendCellCenters =
true;
a simple class to control print indentation
add point locations to point data and/or cell centers cell data, respectively