Go to the documentation of this file.
28 #ifndef vtkCutMaterial_h
29 #define vtkCutMaterial_h
31 #include "vtkFiltersParallelModule.h"
47 vtkSetStringMacro(MaterialArrayName);
64 vtkSetStringMacro(ArrayName);
72 vtkSetVector3Macro(UpVector,
double);
73 vtkGetVector3Macro(UpVector,
double);
81 vtkGetVector3Macro(MaximumPoint,
double);
82 vtkGetVector3Macro(CenterPoint,
double);
99 double MaximumPoint[3];
100 double CenterPoint[3];
perform various plane computations
static vtkCutMaterial * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
void ComputeMaximumPoint(vtkDataSet *input)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
abstract class to specify dataset behavior
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Automatically computes the cut plane for a material array pair.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only polydata as output.