VTK
9.0.1
Filters
General
vtkDiscreteMarchingCubes.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkDiscreteMarchingCubes.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
// .SECTION Thanks
15
// Jim Miller at GE Research implemented the original version of this
16
// filter.
17
// This work was supported by PHS Research Grant No. 1 P41 RR13218-01
18
// from the National Center for Research Resources and supported by a
19
// grant from the DARPA, executed by the U.S. Army Medical Research
20
// and Materiel Command/TATRC Cooperative Agreement,
21
// Contract # W81XWH-04-2-0012.
22
23
=========================================================================*/
67
#ifndef vtkDiscreteMarchingCubes_h
68
#define vtkDiscreteMarchingCubes_h
69
70
#include "vtkFiltersGeneralModule.h"
// For export macro
71
#include "
vtkMarchingCubes.h
"
72
73
class
VTKFILTERSGENERAL_EXPORT
vtkDiscreteMarchingCubes
:
public
vtkMarchingCubes
74
{
75
public
:
76
static
vtkDiscreteMarchingCubes
*
New
();
77
vtkTypeMacro(
vtkDiscreteMarchingCubes
,
vtkMarchingCubes
);
78
80
83
vtkSetMacro(ComputeAdjacentScalars,
vtkTypeBool
);
84
vtkGetMacro(ComputeAdjacentScalars,
vtkTypeBool
);
85
vtkBooleanMacro(ComputeAdjacentScalars,
vtkTypeBool
);
87
88
protected
:
89
vtkDiscreteMarchingCubes
();
90
~
vtkDiscreteMarchingCubes
()
override
;
91
92
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
93
vtkTypeBool
ComputeAdjacentScalars
;
94
95
private
:
96
vtkDiscreteMarchingCubes
(
const
vtkDiscreteMarchingCubes
&) =
delete
;
97
void
operator=(
const
vtkDiscreteMarchingCubes
&) =
delete
;
98
};
99
100
#endif
vtkMarchingCubes
generate isosurface(s) from volume
Definition:
vtkMarchingCubes.h:57
vtkDiscreteMarchingCubes::ComputeAdjacentScalars
vtkTypeBool ComputeAdjacentScalars
Definition:
vtkDiscreteMarchingCubes.h:93
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkMarchingCubes::New
static vtkMarchingCubes * New()
vtkDiscreteMarchingCubes
generate object boundaries from labelled volumes
Definition:
vtkDiscreteMarchingCubes.h:73
vtkMarchingCubes::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkMarchingCubes.h
vtkTypeBool
int vtkTypeBool
Definition:
vtkABI.h:69
Generated on Thu Jun 25 2020 08:30:39 for VTK by
1.8.17