Go to the documentation of this file.
25 #ifndef vtkCutMaterial_h
26 #define vtkCutMaterial_h
28 #include "vtkFiltersParallelModule.h"
44 vtkSetStringMacro(MaterialArrayName);
45 vtkGetStringMacro(MaterialArrayName);
61 vtkSetStringMacro(ArrayName);
62 vtkGetStringMacro(ArrayName);
69 vtkSetVector3Macro(UpVector,
double);
70 vtkGetVector3Macro(UpVector,
double);
78 vtkGetVector3Macro(MaximumPoint,
double);
79 vtkGetVector3Macro(CenterPoint,
double);
80 vtkGetVector3Macro(
Normal,
double);
96 double MaximumPoint[3];
97 double CenterPoint[3];
perform various plane computations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract class to specify dataset behavior
Automatically computes the cut plane for a material array pair.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.