SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
VMesh::Elem Class Reference

#include <VMesh.h>

Public Types

typedef VElemIterator
< VMesh::index_type
iterator
 
typedef VElemIndex
< VMesh::index_type
index_type
 
typedef VElemIndex
< VMesh::size_type
size_type
 
typedef StackBasedVector
< index_type, 12 > 
array_type
 

Detailed Description

Class for indexing elements Elements denote the highest topology in the mesh. For example for TriSurfMeshes it denotes the faces of the surface, however for the HexVolMesh it denotes the volumetric elements Elem has become a replacement for most Edge, Face, and Cell index types and can be used in more functions. The reason this one is preferred is that it allows the user to write code that works on any type of mesh without having to think about the dimensionality of the elements. Only when dimensionality is important the Edge, Face, and Cell indices should be used.

Member Typedef Documentation


The documentation for this class was generated from the following file: