VTK
dox
opt
build
vtk6-6.3.0+dfsg2
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
=========================================================================*/
61
#ifndef vtkDiscreteMarchingCubes_h
62
#define vtkDiscreteMarchingCubes_h
63
64
#include "
vtkFiltersGeneralModule.h
"
// For export macro
65
#include "
vtkMarchingCubes.h
"
66
67
class
VTKFILTERSGENERAL_EXPORT
vtkDiscreteMarchingCubes
:
public
vtkMarchingCubes
68
{
69
public
:
70
static
vtkDiscreteMarchingCubes
*
New
();
71
vtkTypeMacro
(
vtkDiscreteMarchingCubes
,
vtkMarchingCubes
);
72
73
protected
:
74
vtkDiscreteMarchingCubes
();
75
~vtkDiscreteMarchingCubes
();
76
77
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
78
vtkInformationVector
*);
79
80
private
:
81
vtkDiscreteMarchingCubes
(
const
vtkDiscreteMarchingCubes
&);
// Not implemented.
82
void
operator=(
const
vtkDiscreteMarchingCubes
&);
// Not implemented.
83
84
};
85
86
#endif
87
88
vtkMarchingCubes
generate isosurface(s) from volume
Definition:
vtkMarchingCubes.h:49
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkDiscreteMarchingCubes
generate object boundaries from labelled volumes
Definition:
vtkDiscreteMarchingCubes.h:68
vtkDiscreteMarchingCubes::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkDiscreteMarchingCubes::New
static vtkDiscreteMarchingCubes * New()
vtkFiltersGeneralModule.h
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition:
vtkFiltersGeneralModule.h:15
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkMarchingCubes.h
vtkDiscreteMarchingCubes::vtkDiscreteMarchingCubes
vtkDiscreteMarchingCubes()
vtkDiscreteMarchingCubes::~vtkDiscreteMarchingCubes
~vtkDiscreteMarchingCubes()
Generated by
1.8.20