VTK  9.3.0
vtkDiscreteMarchingCubes.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 // .SECTION Thanks
4 // Jim Miller at GE Research implemented the original version of this
5 // filter.
6 // This work was supported by PHS Research Grant No. 1 P41 RR13218-01
7 // from the National Center for Research Resources and supported by a
8 // grant from the DARPA, executed by the U.S. Army Medical Research
9 // and Materiel Command/TATRC Cooperative Agreement,
10 // Contract # W81XWH-04-2-0012.
81 #ifndef vtkDiscreteMarchingCubes_h
82 #define vtkDiscreteMarchingCubes_h
83 
84 #include "vtkFiltersGeneralModule.h" // For export macro
85 #include "vtkMarchingCubes.h"
86 
87 VTK_ABI_NAMESPACE_BEGIN
88 class VTKFILTERSGENERAL_EXPORT vtkDiscreteMarchingCubes : public vtkMarchingCubes
89 {
90 public:
92 
98  void PrintSelf(ostream& os, vtkIndent indent) override;
100 
102 
105  vtkSetMacro(ComputeAdjacentScalars, vtkTypeBool);
106  vtkGetMacro(ComputeAdjacentScalars, vtkTypeBool);
107  vtkBooleanMacro(ComputeAdjacentScalars, vtkTypeBool);
109 
110 protected:
113 
116 
117 private:
119  void operator=(const vtkDiscreteMarchingCubes&) = delete;
120 };
121 
122 VTK_ABI_NAMESPACE_END
123 #endif
generate object boundaries from labelled volumes
~vtkDiscreteMarchingCubes() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkDiscreteMarchingCubes * New()
Standard methods for instantiation, obtaining type information, and printing the state of an object.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing the state of an object.
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
generate isosurface(s) from volume
int vtkTypeBool
Definition: vtkABI.h:64