Go to the documentation of this file.
26 #ifndef vtkSMPContourGrid_h
27 #define vtkSMPContourGrid_h
29 #include "vtkFiltersSMPModule.h"
53 vtkSetMacro(MergePieces,
bool);
54 vtkGetMacro(MergePieces,
bool);
55 vtkBooleanMacro(MergePieces,
bool);
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy ...
static vtkContourGrid * New()
Construct object with initial range (0,1) and single contour value of 0.0.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
generate isosurfaces/isolines from scalar values (specialized for unstructured grids)
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details