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