23#ifndef vtkAppendLocationAttributes_h 
   24#define vtkAppendLocationAttributes_h 
   26#include "vtkFiltersGeneralModule.h"  
   29VTK_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;
 
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