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

Edge information. More...

#include <TetVolMesh.h>

Inheritance diagram for TetVolMesh< Basis >::PEdgeNode:
TetVolMesh< Basis >::PEdge

Public Member Functions

 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 Attributes

Node::index_type nodes_ [2]
 

Detailed Description

template<class Basis>
class SCIRun::TetVolMesh< Basis >::PEdgeNode

Edge information.

Constructor & Destructor Documentation

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

Member Function Documentation

bool operator< ( const PEdgeNode e) const
inline

Compares each node. When a non equal node is found the < operator is applied.

bool operator== ( const PEdgeNode e) const
inline

true if both have the same nodes (order does not matter)

Member Data Documentation

Node::index_type nodes_[2]

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