SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
HexVolMesh< Basis >::PEdge Class Reference

Edge information. More...

#include <HexVolMesh.h>

Inheritance diagram for HexVolMesh< Basis >::PEdge:
HexVolMesh< Basis >::PEdgeNode HexVolMesh< Basis >::PEdgeCell

Public Member Functions

 PEdge (typename Node::index_type n1, typename Node::index_type n2)
 
- Public Member Functions inherited from HexVolMesh< Basis >::PEdgeNode
 PEdgeNode ()
 
 PEdgeNode (typename Node::index_type n1, typename Node::index_type n2)
 
bool operator== (const PEdgeNode &e) const
 true if both have the same nodes (order does not matter) More...
 
bool operator< (const PEdgeNode &e) const
 
- Public Member Functions inherited from HexVolMesh< Basis >::PEdgeCell
bool shared () const
 

Additional Inherited Members

- Public Types inherited from HexVolMesh< Basis >::PEdgeCell
typedef std::vector< index_typecells_type
 list of all the cells this edge is in. More...
 
- Public Attributes inherited from HexVolMesh< Basis >::PEdgeNode
Node::index_type nodes_ [2]
 
- Public Attributes inherited from HexVolMesh< Basis >::PEdgeCell
cells_type cells_
 

Detailed Description

template<class Basis>
class SCIRun::HexVolMesh< Basis >::PEdge

Edge information.

Constructor & Destructor Documentation

PEdge ( typename Node::index_type  n1,
typename Node::index_type  n2 
)
inline

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