VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Common
DataModel
vtkMarchingCubesPolygonCases.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
#ifndef vtkMarchingCubesPolygonCases_h
4
#define vtkMarchingCubesPolygonCases_h
5
//
6
// marching cubes case table for generating polygon isosurfaces
7
//
8
#include "vtkCommonDataModelModule.h"
// For export macro
9
#include "
vtkSystemIncludes.h
"
10
11
VTK_ABI_NAMESPACE_BEGIN
12
struct
VTKCOMMONDATAMODEL_EXPORT
vtkMarchingCubesPolygonCases
13
{
14
int
edges
[17];
15
static
vtkMarchingCubesPolygonCases
* GetCases();
16
};
17
18
VTK_ABI_NAMESPACE_END
19
#endif
20
21
// VTK-HeaderTest-Exclude: vtkMarchingCubesPolygonCases.h
vtkSystemIncludes.h
vtkMarchingCubesPolygonCases
Definition:
vtkMarchingCubesPolygonCases.h:12
edges
std::pair< boost::graph_traits< vtkGraph * >::edge_iterator, boost::graph_traits< vtkGraph * >::edge_iterator > edges(vtkGraph *g)
Definition:
vtkBoostGraphAdapter.h:984
Generated on Sun Dec 8 2024 22:23:25 for VTK by
1.8.10