VTK
9.5.20251214
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
vtkMarchingCubesPolygonCases
Definition
vtkMarchingCubesPolygonCases.h:13
vtkMarchingCubesPolygonCases::GetCases
static vtkMarchingCubesPolygonCases * GetCases()
vtkMarchingCubesPolygonCases::edges
int edges[17]
Definition
vtkMarchingCubesPolygonCases.h:14
vtkSystemIncludes.h
Generated on Sun Dec 14 2025 07:57:15 for VTK by
1.13.2