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;
add point locations to point data and/or cell centers cell data, respectively
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAppendLocationAttributes * New()
~vtkAppendLocationAttributes() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkAppendLocationAttributes()=default
a simple class to control print indentation