3 #include "IMovableItemCallback.h"
4 #include "ISimGUICallback.h"
57 std::string ANIMAT_PORT GetFilePath(std::string strProjectPath, std::string strFilename)
69 strPath = strProjectPath + strFilename;
72 strPath = strFilename;
Base class file for all Animat simulation objects.
Root namespace for the base simulation library for AnimatLab.
bool Std_IsFullPath(std::string strPath)
determines if this is a full path name.
std::string Std_Replace(std::string strVal, std::string strFind, std::string strReplace)
Replaces a substring with another string.