32#ifndef vtkAppendLocationAttributes_h
33#define vtkAppendLocationAttributes_h
35#include "vtkFiltersGeneralModule.h"
51 vtkSetMacro(AppendPointLocations,
bool);
52 vtkGetMacro(AppendPointLocations,
bool);
53 vtkBooleanMacro(AppendPointLocations,
bool);
62 vtkSetMacro(AppendCellCenters,
bool);
63 vtkGetMacro(AppendCellCenters,
bool);
64 vtkBooleanMacro(AppendCellCenters,
bool);
74 bool AppendPointLocations =
true;
75 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.
static vtkAppendLocationAttributes * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~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