VTK
vtkMarchingSquaresLineCases.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkMarchingSquaresLineCases.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=========================================================================*/
15#ifndef vtkMarchingSquaresLineCases_h
16#define vtkMarchingSquaresLineCases_h
17//
18// Marching squares cases for generating isolines.
19//
20#include "vtkCommonDataModelModule.h" // For export macro
21#include "vtkSystemIncludes.h"
22
23typedef int EDGE_LIST;
24struct VTKCOMMONDATAMODEL_EXPORT vtkMarchingSquaresLineCases
25{
28};
29
30#endif
31// VTK-HeaderTest-Exclude: vtkMarchingSquaresLineCases.h
static vtkMarchingSquaresLineCases * GetCases()
std::pair< boost::graph_traits< vtkGraph * >::edge_iterator, boost::graph_traits< vtkGraph * >::edge_iterator > edges(vtkGraph *g)