VTK  9.3.20240424
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.
111#ifndef vtkDiscreteMarchingCubes_h
112#define vtkDiscreteMarchingCubes_h
113
114#include "vtkFiltersGeneralModule.h" // For export macro
115#include "vtkMarchingCubes.h"
116
117VTK_ABI_NAMESPACE_BEGIN
118class VTKFILTERSGENERAL_EXPORT vtkDiscreteMarchingCubes : public vtkMarchingCubes
119{
120public:
122
128 void PrintSelf(ostream& os, vtkIndent indent) override;
130
132
135 vtkSetMacro(ComputeAdjacentScalars, vtkTypeBool);
136 vtkGetMacro(ComputeAdjacentScalars, vtkTypeBool);
137 vtkBooleanMacro(ComputeAdjacentScalars, vtkTypeBool);
139
140protected:
143
146
147private:
149 void operator=(const vtkDiscreteMarchingCubes&) = delete;
150};
151
152VTK_ABI_NAMESPACE_END
153#endif
generate object boundaries from labelled volumes
~vtkDiscreteMarchingCubes() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing the state of an object.
static vtkDiscreteMarchingCubes * New()
Standard methods for instantiation, obtaining type information, and printing the state of an object.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
generate isosurface(s) from volume
int vtkTypeBool
Definition vtkABI.h:64