14#ifndef vtkSMPContourGrid_h 
   15#define vtkSMPContourGrid_h 
   18#include "vtkFiltersSMPModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
   42  vtkSetMacro(MergePieces, 
bool);
 
   43  vtkGetMacro(MergePieces, 
bool);
 
   44  vtkBooleanMacro(MergePieces, 
bool);
 
generate isosurfaces/isolines from scalar values (specialized for unstructured grids)
 
a simple class to control print indentation
 
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionality...
 
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Please see vtkAlgorithm for details.
 
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
static vtkSMPContourGrid * New()
Constructor.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkSMPContourGrid() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.