NTRT Simulator
Version: Master
|
Public Member Functions | |
Config () | |
Config (std::size_t segments, const tgRod::Config &rodConf, const tgBaseString::Config &stringConf, double minTotalLength=0.1) | |
Public Attributes | |
std::size_t | m_segments |
tgRod::Config | m_rodConfig |
tgBaseString::Config | m_stringConfig |
double | m_minTotalLength |
Definition at line 49 of file tgRBString.h.
tgRBString::Config::Config | ( | ) |
Dummy constructor to make the compiler happy.
Definition at line 41 of file tgRBString.cpp.