Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkCellType.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.

Defines

#define VTK_EMPTY_CELL   0
#define VTK_VERTEX   1
#define VTK_POLY_VERTEX   2
#define VTK_LINE   3
#define VTK_POLY_LINE   4
#define VTK_TRIANGLE   5
#define VTK_TRIANGLE_STRIP   6
#define VTK_POLYGON   7
#define VTK_PIXEL   8
#define VTK_QUAD   9
#define VTK_TETRA   10
#define VTK_VOXEL   11
#define VTK_HEXAHEDRON   12
#define VTK_WEDGE   13
#define VTK_PYRAMID   14
#define VTK_QUADRATIC_EDGE   21
#define VTK_QUADRATIC_TRIANGLE   22
#define VTK_QUADRATIC_QUAD   23
#define VTK_QUADRATIC_TETRA   24
#define VTK_QUADRATIC_HEXAHEDRON   25
#define VTK_CONVEX_POINT_SET   41
#define VTK_PARAMETRIC_CURVE   51
#define VTK_PARAMETRIC_SURFACE   52
#define VTK_PARAMETRIC_TRI_SURFACE   53
#define VTK_PARAMETRIC_QUAD_SURFACE   54
#define VTK_PARAMETRIC_TETRA_REGION   55
#define VTK_PARAMETRIC_HEX_REGION   56


Define Documentation

#define VTK_EMPTY_CELL   0
 

Definition at line 36 of file vtkCellType.h.

Referenced by vtkCellTypes::DeleteCell(), and vtkGenericCell::SetCellTypeToEmptyCell().

#define VTK_VERTEX   1
 

Definition at line 37 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToVertex().

#define VTK_POLY_VERTEX   2
 

Definition at line 38 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToPolyVertex().

#define VTK_LINE   3
 

Definition at line 39 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToLine().

#define VTK_POLY_LINE   4
 

Definition at line 40 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToPolyLine().

#define VTK_TRIANGLE   5
 

Definition at line 41 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToTriangle().

#define VTK_TRIANGLE_STRIP   6
 

Definition at line 42 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToTriangleStrip().

#define VTK_POLYGON   7
 

Definition at line 43 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToPolygon().

#define VTK_PIXEL   8
 

Definition at line 44 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToPixel().

#define VTK_QUAD   9
 

Definition at line 45 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToQuad().

#define VTK_TETRA   10
 

Definition at line 46 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToTetra().

#define VTK_VOXEL   11
 

Definition at line 47 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToVoxel().

#define VTK_HEXAHEDRON   12
 

Definition at line 48 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToHexahedron().

#define VTK_WEDGE   13
 

Definition at line 49 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToWedge().

#define VTK_PYRAMID   14
 

Definition at line 50 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToPyramid().

#define VTK_QUADRATIC_EDGE   21
 

Definition at line 53 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToQuadraticEdge().

#define VTK_QUADRATIC_TRIANGLE   22
 

Definition at line 54 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToQuadraticTriangle().

#define VTK_QUADRATIC_QUAD   23
 

Definition at line 55 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToQuadraticQuad().

#define VTK_QUADRATIC_TETRA   24
 

Definition at line 56 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToQuadraticTetra().

#define VTK_QUADRATIC_HEXAHEDRON   25
 

Definition at line 57 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToQuadraticHexahedron().

#define VTK_CONVEX_POINT_SET   41
 

Definition at line 60 of file vtkCellType.h.

Referenced by vtkGenericCell::SetCellTypeToConvexPointSet().

#define VTK_PARAMETRIC_CURVE   51
 

Definition at line 63 of file vtkCellType.h.

#define VTK_PARAMETRIC_SURFACE   52
 

Definition at line 64 of file vtkCellType.h.

#define VTK_PARAMETRIC_TRI_SURFACE   53
 

Definition at line 65 of file vtkCellType.h.

#define VTK_PARAMETRIC_QUAD_SURFACE   54
 

Definition at line 66 of file vtkCellType.h.

#define VTK_PARAMETRIC_TETRA_REGION   55
 

Definition at line 67 of file vtkCellType.h.

#define VTK_PARAMETRIC_HEX_REGION   56
 

Definition at line 68 of file vtkCellType.h.