Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

FinderPlace Class Reference

Collaboration diagram for FinderPlace:

Collaboration graph
[legend]

Detailed Description

Place with some info used for finding.

Definition at line 10 of file FinderPlace.h.

Public Member Functions

 FinderPlace (Dir::eDir startDir, const V2 &loc)
V2 getLoc () const
Dir::eDir getStartDir () const


Constructor & Destructor Documentation

FinderPlace::FinderPlace Dir::eDir  startDir,
const V2 loc
[inline]
 

Definition at line 15 of file FinderPlace.h.

00016             : m_startDir(startDir), m_loc(loc) {}


Member Function Documentation

V2 FinderPlace::getLoc  )  const [inline]
 

Definition at line 17 of file FinderPlace.h.

00017 { return m_loc; }

Dir::eDir FinderPlace::getStartDir  )  const [inline]
 

Definition at line 18 of file FinderPlace.h.

00018 { return m_startDir; }


The documentation for this class was generated from the following file:
Generated on Wed Jun 1 09:55:07 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2