Go to the documentation of this file.
52 #ifndef vtkFlyingEdgesPlaneCutter_h
53 #define vtkFlyingEdgesPlaneCutter_h
55 #include "vtkFiltersCoreModule.h"
106 vtkBooleanMacro(InterpolateAttributes,
vtkTypeBool);
113 vtkSetMacro(ArrayComponent,
int);
114 vtkGetMacro(ArrayComponent,
int);
perform various plane computations
cut a volume with a plane and generate a polygonal cut surface
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool InterpolateAttributes
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkTypeBool ComputeNormals
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.