28 #ifndef vtkCutMaterial_h 29 #define vtkCutMaterial_h 31 #include "vtkFiltersParallelModule.h" 47 vtkSetStringMacro(MaterialArrayName);
48 vtkGetStringMacro(MaterialArrayName);
64 vtkSetStringMacro(ArrayName);
65 vtkGetStringMacro(ArrayName);
72 vtkSetVector3Macro(UpVector,
double);
73 vtkGetVector3Macro(UpVector,
double);
81 vtkGetVector3Macro(MaximumPoint,
double);
82 vtkGetVector3Macro(CenterPoint,
double);
83 vtkGetVector3Macro(
Normal,
double);
99 double MaximumPoint[3];
100 double CenterPoint[3];
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.