Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

common/vtkMarchingSquaresCases.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

struct  LINE_CASES

Typedefs

typedef int EDGE_LIST

Variables

LINE_CASES lineCases []


Typedef Documentation

typedef int EDGE_LIST
 

Definition at line 44 of file vtkMarchingSquaresCases.h.


Variable Documentation

LINE_CASES lineCases[] [static]
 

Initial value:

 { 
  {{-1, -1, -1, -1, -1}},
  {{0, 3, -1, -1, -1}},
  {{1, 0, -1, -1, -1}},
  {{1, 3, -1, -1, -1}},
  {{2, 1, -1, -1, -1}},
  {{0, 3, 2, 1, -1}},
  {{2, 0, -1, -1, -1}},
  {{2, 3, -1, -1, -1}},
  {{3, 2, -1, -1, -1}},
  {{0, 2, -1, -1, -1}},
  {{1, 0, 3, 2, -1}},
  {{1, 2, -1, -1, -1}},
  {{3, 1, -1, -1, -1}},
  {{0, 1, -1, -1, -1}},
  {{3, 0, -1, -1, -1}},
  {{-1, -1, -1, -1, -1}}
}

Definition at line 49 of file vtkMarchingSquaresCases.h.


Generated on Wed Nov 21 12:33:08 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001