#include <basic/paths/PathBase.h>
Inherited by PA_Points.
Inheritance diagram for PathBase:
Public Member Functions | |
PathBase () | |
virtual | ~PathBase () |
PathBase & | operator= (const PathBase &right) |
virtual void | Output () const =0 |
virtual Configuration | GetConfiguration (double percent) const =0 |
virtual void | Serialize (char *str, const unsigned int size) const =0 |
virtual void | Clear ()=0 |
Definition at line 39 of file PathBase.h.
|
Definition at line 27 of file PathBase.cpp. |
|
Definition at line 38 of file PathBase.cpp. |
|
Implemented in PA_Points. |
|
Implemented in PA_Points. |
|
Definition at line 47 of file PathBase.cpp. |
|
Implemented in PA_Points. |
|
Implemented in PA_Points. Referenced by Server::SendPath(). |