#include <nav.hpp>

Inheritance diagram for Corn2D:
Inheritance graph

Public Member Functions

 Corn2D (Dir i_, Dir j_)
 
 Corn2D (const Corn2D &rhs)
 
Dir i () const
 
Dir j () const
 

Protected Attributes

const Dir m_i
 
const Dir m_j
 

Detailed Description

Value type that addresses corners in a two-dimensional grid cell. A corner is identified by directions in both dimensions.

Constructor & Destructor Documentation

Corn2D::Corn2D ( Dir  i_,
Dir  j_ 
)
inline
Corn2D::Corn2D ( const Corn2D rhs)
inline

Member Function Documentation

Dir Corn2D::i ( ) const
inline

References m_i.

Referenced by Cart2D::node_ndx().

Dir Corn2D::j ( ) const
inline

References m_j.

Referenced by Cart2D::node_ndx().

Member Data Documentation

const Dir Corn2D::m_i
protected
const Dir Corn2D::m_j
protected

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