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

#include <VMesh.h>

Public Types

typedef VDElemIterator
< VMesh::index_type
iterator
 
typedef VDElemIndex
< VMesh::index_type
index_type
 
typedef VDElemIndex
< VMesh::size_type
size_type
 
typedef StackBasedVector
< index_type, 12 > 
array_type
 

Detailed Description

Class for indexing topological derivative of elements Hence for a TriSurfMesh these are the edges of the mesh, and for a HexVolMesh these are the faces of the mesh. This class is generally used to do neighborhood and boundary algorithms. Note that for a PointCloudMesh the derivative is defined as a Node and both Elem, Node, and DElem are in fact the same.

Member Typedef Documentation


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