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 >::FillNodeNeighbors Struct Reference

useful functors More...

#include <HexVolMesh.h>

Public Member Functions

 FillNodeNeighbors (std::vector< std::vector< typename Node::index_type > > &n, const HexVolMesh &m)
 
void operator() (typename Edge::index_type e)
 

Public Attributes

std::vector< std::vector
< typename Node::index_type > > & 
nbor_vec_
 
const HexVolMeshmesh_
 
Node::array_type nodes_
 

Detailed Description

template<class Basis>
struct SCIRun::HexVolMesh< Basis >::FillNodeNeighbors

useful functors

Constructor & Destructor Documentation

FillNodeNeighbors ( std::vector< std::vector< typename Node::index_type > > &  n,
const HexVolMesh m 
)
inline

Member Function Documentation

void operator() ( typename Edge::index_type  e)
inline

Member Data Documentation

const HexVolMesh& mesh_
std::vector<std::vector<typename Node::index_type> >& nbor_vec_

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