Home
last modified time | relevance | path

Searched refs:m_check_showsensors (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DDlgBodyJointOpt.cpp42 , m_check_showsensors(FALSE) in IMPLEMENT_DYNAMIC()
70 DDX_Check(pDX, IDC_CHECK_SHOW_SENSORS, m_check_showsensors); in DoDataExchange()
125 m_check_showsensors = pWCDI->GetIOption(127); in LoadData()
151 pWCDI->GetIOption(127) = m_check_showsensors; in WriteData()
H A DDlgBodyJointOpt.h69 BOOL m_check_showsensors; variable