Base class of all geometric document objects. More...
#include <Path.h>
Public Member Functions | |
const std::vector< Base::Persistence * > & | getVector (void) const |
Path (const std::vector< Base::Persistence * > &PathVector) | |
Path (void) | |
Constructor. More... | |
virtual | ~Path () |
Base class of all geometric document objects.
App::Path::Path | ( | void | ) |
Constructor.
App::Path::Path | ( | const std::vector< Base::Persistence * > & | PathVector | ) |
|
virtual |
const std::vector< Base::Persistence * > & App::Path::getVector | ( | void | ) | const |