23 #ifndef vtkSMPContourGrid_h
24 #define vtkSMPContourGrid_h
26 #include "vtkFiltersSMPModule.h"
51 vtkGetMacro(MergePieces,
bool);
64 ~vtkSMPContourGrid() VTK_OVERRIDE;
67 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
69 int FillOutputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
74 vtkSMPContourGrid(const vtkSMPContourGrid&) VTK_DELETE_FUNCTION;
75 void operator=(const vtkSMPContourGrid&) VTK_DELETE_FUNCTION;
static vtkContourGrid * New()
Construct object with initial range (0,1) and single contour value of 0.0.
generate isosurfaces/isolines from scalar values (specialized for unstructured grids) ...
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy ...
a simple class to control print indentation
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.