 |
VTK
9.0.1
|
Go to the documentation of this file.
23 #ifndef vtkSMPContourGrid_h
24 #define vtkSMPContourGrid_h
27 #include "vtkFiltersSMPModule.h"
50 vtkSetMacro(MergePieces,
bool);
51 vtkGetMacro(MergePieces,
bool);
52 vtkBooleanMacro(MergePieces,
bool);
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output 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.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Please see vtkAlgorithm for details.
a subclass of vtkContourGrid that works in parallel vtkSMPContourGrid performs the same functionaliy ...
a simple class to control print indentation
generate isosurfaces/isolines from scalar values (specialized for unstructured grids)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkSMPContourGrid() override
static vtkSMPContourGrid * New()
Constructor.