Go to the documentation of this file.
52 #ifndef vtkFlyingEdgesPlaneCutter_h
53 #define vtkFlyingEdgesPlaneCutter_h
55 #include "vtkFiltersCoreModule.h"
94 vtkGetMacro(ComputeNormals,
int);
105 vtkGetMacro(InterpolateAttributes,
int);
114 vtkGetMacro(ArrayComponent,
int);
123 int InterpolateAttributes;
perform various plane computations
cut a volume with a plane and generate a polygonal cut surface
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMTimeType GetMTime() override
The modified time depends on the delegated cut plane.
vtkTypeUInt64 vtkMTimeType
topologically and geometrically regular array of data
a simple class to control print indentation
static vtkFlyingEdgesPlaneCutter * New()
Standard construction and print methods.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Superclass for algorithms that produce only polydata as output.