 |
VTK
9.0.1
|
Go to the documentation of this file.
28 #ifndef vtkmExternalFaces_h
29 #define vtkmExternalFaces_h
31 #include "vtkAcceleratorsVTKmModule.h"
59 vtkSetMacro(CompactPoints,
bool);
60 vtkGetMacro(CompactPoints,
bool);
61 vtkBooleanMacro(CompactPoints,
bool);
82 #endif // vtkmExternalFaces_h
vtkUnstructuredGrid * GetOutput()
Get the resulr DataSet.
Superclass for all sources, filters, and sinks in VTK.
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
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
~vtkmExternalFaces() override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetInputData(vtkUnstructuredGrid *ds)
Set the input DataSet.
a simple class to control print indentation
generate External Faces of a DataSet
dataset represents arbitrary combinations of all possible cell types
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkmExternalFaces * New()