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