| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GeomPara Class Reference

#include <GeomPara.h>

List of all members.


Public Member Functions

 GeomPara ()
 GeomPara (double topRefZ, double botRefZ)
 ~GeomPara ()

Public Attributes

double m_topRefZ
double m_botRefZ

Detailed Description

Definition at line 9 of file GeomPara.h.


Constructor & Destructor Documentation

GeomPara::GeomPara (  )  [inline]

Definition at line 20 of file GeomPara.h.

00020                : m_topRefZ(0),
00021                m_botRefZ(0) {}

GeomPara::GeomPara ( double  topRefZ,
double  botRefZ 
)

Definition at line 3 of file GeomPara.cc.

00004 {
00005   m_topRefZ = topRefZ;
00006   m_botRefZ = botRefZ;
00007 }

GeomPara::~GeomPara (  )  [inline]

Definition at line 26 of file GeomPara.h.

00026 {}


Member Data Documentation

double GeomPara::m_topRefZ

Definition at line 13 of file GeomPara.h.

double GeomPara::m_botRefZ

Definition at line 14 of file GeomPara.h.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:42:46 2011 for AdRec by doxygen 1.4.7