![]() |
#include <algorithm>
#include "SurgSim/Framework/Accessible.h"
#include "SurgSim/Framework/Log.h"
#include "SurgSim/Math/Matrix.h"
Namespaces | |
SurgSim | |
SurgSim::Framework | |
Functions | |
template<> | |
SurgSim::Math::Matrix44f | SurgSim::Framework::convert (boost::any val) |
Specialization for convert<T>() to correctly cast Matrix44d to Matrix44f, will throw if the val is not casteable to Matrix44[fd]. More... | |
template<> | |
std::string | SurgSim::Framework::convert (boost::any val) |
Specialization for convert<T>() to correctly cast const char* to std::string. More... | |