Home
last modified time | relevance | path

Searched refs:IDLER_BODY (Results 1 – 3 of 3) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/
H A DChTrackContactManager.cpp500 if (m_idler_shoe && id == BodyID::IDLER_BODY) { in OnNarrowphase()
508 if (m_ground_shoe && id != BodyID::IDLER_BODY && id != BodyID::WHEEL_BODY) { in OnNarrowphase()
527 if (m_idler_shoe && id == BodyID::IDLER_BODY) { in OnNarrowphase()
539 if (m_ground_shoe && id != BodyID::IDLER_BODY && id != BodyID::WHEEL_BODY) { in OnNarrowphase()
H A DChIdler.cpp72 m_wheel->SetIdentifier(BodyID::IDLER_BODY); in Initialize()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/
H A DChSubsysDefs.h622 IDLER_BODY = -99992, enumerator