#include <DynamicNearestNeighbours.hh>
Public Member Functions | |
| DnnError () | |
| DnnError (const std::string &message) | |
| std::string | message () const |
Private Attributes | |
| std::string | _message |
Definition at line 64 of file DynamicNearestNeighbours.hh.
|
|
Definition at line 67 of file DynamicNearestNeighbours.hh.
00067 {;};
|
|
|
Definition at line 68 of file DynamicNearestNeighbours.hh.
00068 {
00069 _message = message; std::cerr << message << std::endl;};
|
|
|
Definition at line 71 of file DynamicNearestNeighbours.hh.
00071 {return _message;};
|
|
|
Definition at line 74 of file DynamicNearestNeighbours.hh. |
1.3.4