|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   32 #ifndef vtkAppendLocationAttributes_h 
   33 #define vtkAppendLocationAttributes_h 
   35 #include "vtkFiltersGeneralModule.h"  
   50   vtkSetMacro(AppendPointLocations, 
bool);
 
   51   vtkGetMacro(AppendPointLocations, 
bool);
 
   52   vtkBooleanMacro(AppendPointLocations, 
bool);
 
   61   vtkSetMacro(AppendCellCenters, 
bool);
 
   62   vtkGetMacro(AppendCellCenters, 
bool);
 
   63   vtkBooleanMacro(AppendCellCenters, 
bool);
 
   73   bool AppendPointLocations = 
true;
 
   74   bool AppendCellCenters = 
true;
 
  
a simple class to control print indentation
add point locations to point data and/or cell centers cell data, respectively