DelIndexLst::Info Class Reference

List of all members.

Public Member Functions

 Info (Index i, Index off)
Index ghostOff () const
Index index () const
Index off () const
bool operator< (const Info &info) const
Index adjust (Index i) const

Protected Attributes

Index m_i
Index m_off
Index m_ghostOff

Friends

class DelIndexLst

Detailed Description

Definition at line 39 of file delindexlst.h.


Constructor & Destructor Documentation

DelIndexLst::Info::Info ( Index  i,
Index  off 
) [inline]

Definition at line 45 of file delindexlst.h.

00045 {m_i=i;m_off=off;m_ghostOff=0;}


Member Function Documentation

Index DelIndexLst::Info::adjust ( Index  i  )  const [inline]

Definition at line 50 of file delindexlst.h.

00051     {
00052       assert(m_i > i);
00053       return i-m_off;
00054     }

Index DelIndexLst::Info::ghostOff (  )  const [inline]

Definition at line 46 of file delindexlst.h.

00046 {return m_ghostOff;}

Index DelIndexLst::Info::index (  )  const [inline]

Definition at line 47 of file delindexlst.h.

00047 {return m_i;}

Index DelIndexLst::Info::off (  )  const [inline]

Definition at line 48 of file delindexlst.h.

00048 {return m_off;}

bool DelIndexLst::Info::operator< ( const Info info  )  const [inline]

Definition at line 49 of file delindexlst.h.

00049 {return m_i < info.m_i;}


Friends And Related Function Documentation

friend class DelIndexLst [friend]

Definition at line 41 of file delindexlst.h.


Member Data Documentation

Definition at line 43 of file delindexlst.h.

Definition at line 43 of file delindexlst.h.

Definition at line 43 of file delindexlst.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Sun Apr 8 23:13:01 2012 for CO2INJECTION by  doxygen 1.6.3