#include <SimpleHit.h>
Public Methods | |
| SimpleHit () | |
| default constructor. More... | |
| SimpleHit (Point pos) | |
| constructor with a point to be used as a hit. More... | |
| Point | operator() () const |
| operator returns the point. More... | |
| void | printOn (std::ostream& os) const |
| void | draw (gui::DisplayRep& v) const |
| drat the point. More... | |
Protected Attributes | |
| Point | m_pos |
Definition at line 10 of file SimpleHit.h.
|
|
default constructor.
Definition at line 14 of file SimpleHit.h. |
|
|
constructor with a point to be used as a hit.
Definition at line 16 of file SimpleHit.h. |
|
|
drat the point.
Definition at line 49 of file SimpleHit.cxx. |
|
|
operator returns the point.
Definition at line 32 of file SimpleHit.h. |
|
|
Definition at line 26 of file SimpleHit.cxx. |
|
|
Definition at line 25 of file SimpleHit.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000