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
HexVolMesh< Basis >::PFaceNode Struct Reference

#include <HexVolMesh.h>

Inheritance diagram for HexVolMesh< Basis >::PFaceNode:
HexVolMesh< Basis >::PFace

Public Member Functions

 PFaceNode ()
 4 nodes makes a face. More...
 
 PFaceNode (typename Node::index_type n1, typename Node::index_type n2, typename Node::index_type n3, typename Node::index_type n4)
 
bool operator== (const PFaceNode &f) const
 true if both have the same nodes (order does not matter) More...
 
bool operator< (const PFaceNode &f) const
 

Public Attributes

Node::index_type nodes_ [4]
 

Constructor & Destructor Documentation

PFaceNode ( )
inline

4 nodes makes a face.

PFaceNode ( typename Node::index_type  n1,
typename Node::index_type  n2,
typename Node::index_type  n3,
typename Node::index_type  n4 
)
inline

Member Function Documentation

bool operator< ( const PFaceNode f) const
inline

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

bool operator== ( const PFaceNode f) const
inline

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

Member Data Documentation

Node::index_type nodes_[4]

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