Go to the source code of this file.
Functions | |
void | getWorldState (WorldState &state, WorldBase &world) |
void | initWorldState (WorldState &state, WorldBase &world) |
void | initWorldState (WorldState &state, WorldBase &world, std::vector< ColdetLinkPairPtr > &pairs) |
void | setupCharacterPosition (CharacterPosition &characterPosition, BodyPtr body) |
void | updateCharacterPosition (CharacterPosition &characterPosition, BodyPtr body) |
void getWorldState | ( | WorldState & | state, |
WorldBase & | world | ||
) |
Definition at line 25 of file hrpModel/OnlineViewerUtil.cpp.
void initWorldState | ( | WorldState & | state, |
WorldBase & | world | ||
) |
Definition at line 33 of file hrpModel/OnlineViewerUtil.cpp.
void initWorldState | ( | WorldState & | state, |
WorldBase & | world, | ||
std::vector< ColdetLinkPairPtr > & | pairs | ||
) |
Definition at line 41 of file hrpModel/OnlineViewerUtil.cpp.
void setupCharacterPosition | ( | CharacterPosition & | characterPosition, |
BodyPtr | body | ||
) |
Definition at line 7 of file hrpModel/OnlineViewerUtil.cpp.
void updateCharacterPosition | ( | CharacterPosition & | characterPosition, |
BodyPtr | body | ||
) |
Definition at line 14 of file hrpModel/OnlineViewerUtil.cpp.