Home
last modified time | relevance | path

Searched defs:ContactReporter (Results 1 – 7 of 7) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/demos/irrlicht/
H A Ddemo_IRR_callbackSMC.cpp35 class ContactReporter : public ChContactContainer::ReportContactCallback { class
37ContactReporter(std::shared_ptr<ChBody> box1, std::shared_ptr<ChBody> box2) : m_box1(box1), m_box2… in ContactReporter() function in ContactReporter
H A Ddemo_IRR_callbackNSC.cpp35 class ContactReporter : public ChContactContainer::ReportContactCallback { class
37ContactReporter(std::shared_ptr<ChBody> box1, std::shared_ptr<ChBody> box2) : m_box1(box1), m_box2… in ContactReporter() function in ContactReporter
/dports/science/chrono/chrono-7.0.1/src/demos/multicore/
H A Ddemo_MCORE_callbackNSC.cpp35 class ContactReporter : public ChContactContainer::ReportContactCallback { class
37ContactReporter(std::shared_ptr<ChBody> obj1, std::shared_ptr<ChBody> obj2) : m_obj1(obj1), m_obj2… in ContactReporter() function in ContactReporter
H A Ddemo_MCORE_callbackSMC.cpp35 class ContactReporter : public ChContactContainer::ReportContactCallback { class
37ContactReporter(std::shared_ptr<ChBody> obj1, std::shared_ptr<ChBody> obj2) : m_obj1(obj1), m_obj2… in ContactReporter() function in ContactReporter
H A Ddemo_MCORE_cratering.cpp104 class ContactReporter : public ChContactContainer::ReportContactCallback { class
106 ContactReporter(ChSystemMulticore* system) : sys(system) { in ContactReporter() function in ContactReporter
/dports/science/chrono/chrono-7.0.1/src/demos/python/irrlicht/
H A Ddemo_IRR_callbackNSC.py28 class ContactReporter (chrono.ReportContactCallback): class
H A Ddemo_IRR_callbackSMC.py28 class ContactReporter (chrono.ReportContactCallback): class