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