16 #ifndef vtkCutMaterial_h
17 #define vtkCutMaterial_h
19 #include "vtkFiltersParallelModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
36 vtkSetStringMacro(MaterialArrayName);
37 vtkGetStringMacro(MaterialArrayName);
53 vtkSetStringMacro(ArrayName);
54 vtkGetStringMacro(ArrayName);
61 vtkSetVector3Macro(UpVector,
double);
62 vtkGetVector3Macro(UpVector,
double);
70 vtkGetVector3Macro(MaximumPoint,
double);
71 vtkGetVector3Macro(CenterPoint,
double);
72 vtkGetVector3Macro(
Normal,
double);
89 double MaximumPoint[3];
90 double CenterPoint[3];
100 VTK_ABI_NAMESPACE_END
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Automatically computes the cut plane for a material array pair.
perform various plane computations
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.