#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() [1/2]

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

◆ Corn2D() [2/2]

Corn2D::Corn2D ( const Corn2D rhs)
inline

Member Function Documentation

◆ i()

Dir Corn2D::i ( ) const
inline

References m_i.

Referenced by Cart2D::node_ndx().

◆ j()

Dir Corn2D::j ( ) const
inline

References m_j.

Referenced by Cart2D::node_ndx().

Member Data Documentation

◆ m_i

const Dir Corn2D::m_i
protected

◆ m_j

const Dir Corn2D::m_j
protected

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