VTK  9.0.1
vtkmExternalFaces.h
Go to the documentation of this file.
1 //=============================================================================
2 //
3 // Copyright (c) Kitware, Inc.
4 // All rights reserved.
5 // See LICENSE.txt for details.
6 //
7 // This software is distributed WITHOUT ANY WARRANTY; without even
8 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9 // PURPOSE. See the above copyright notice for more information.
10 //
11 // Copyright 2012 Sandia Corporation.
12 // Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
13 // the U.S. Government retains certain rights in this software.
14 //
15 //=============================================================================
28 #ifndef vtkmExternalFaces_h
29 #define vtkmExternalFaces_h
30 
31 #include "vtkAcceleratorsVTKmModule.h" //required for correct implementation
32 #include "vtkAlgorithm.h"
33 
35 
36 class VTKACCELERATORSVTKM_EXPORT vtkmExternalFaces : public vtkAlgorithm
37 {
38 public:
40  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
47 
52 
54 
59  vtkSetMacro(CompactPoints, bool);
60  vtkGetMacro(CompactPoints, bool);
61  vtkBooleanMacro(CompactPoints, bool);
63 
64 protected:
66  ~vtkmExternalFaces() override;
67 
70 
74 
76 
77 private:
78  vtkmExternalFaces(const vtkmExternalFaces&) = delete;
79  void operator=(const vtkmExternalFaces&) = delete;
80 };
81 
82 #endif // vtkmExternalFaces_h
83 // VTK-HeaderTest-Exclude: vtkmExternalFaces.h
vtkmExternalFaces::GetOutput
vtkUnstructuredGrid * GetOutput()
Get the resulr DataSet.
vtkmExternalFaces::CompactPoints
bool CompactPoints
Definition: vtkmExternalFaces.h:75
vtkAlgorithm
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:54
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:36
vtkmExternalFaces::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkmExternalFaces::ProcessRequest
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
vtkmExternalFaces::FillInputPortInformation
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkAlgorithm.h
vtkmExternalFaces::~vtkmExternalFaces
~vtkmExternalFaces() override
vtkmExternalFaces::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkmExternalFaces::vtkmExternalFaces
vtkmExternalFaces()
vtkmExternalFaces::SetInputData
void SetInputData(vtkUnstructuredGrid *ds)
Set the input DataSet.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:34
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:65
vtkmExternalFaces
generate External Faces of a DataSet
Definition: vtkmExternalFaces.h:37
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition: vtkUnstructuredGrid.h:93
vtkmExternalFaces::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkmExternalFaces::New
static vtkmExternalFaces * New()
vtkTypeBool
int vtkTypeBool
Definition: vtkABI.h:69