Whole-body human reference model and tools for unifying representations of whole-body human motion
Public Types | |
| enum | Strategy { Strategy::NONE, Strategy::CHECK, Strategy::LOAD, Strategy::LOAD_PROCESS, Strategy::LOAD_BUFFER, Strategy::LOAD_PROCESS_BUFFER, Strategy::LOAD_BUFFER_CLONE, Strategy::LOAD_PROCESS_BUFFER_CLONE } |
| Different possible stratgies for loading models from a motion depending on the required performance and needs. More... | |
Static Public Member Functions | |
| static bool | isModelBuffered () |
| static bool | isModelBufferedCloned () |
| static bool | isModelLoaded () |
| static bool | isModelProcessed () |
Static Public Attributes | |
| static std::map< std::string, VirtualRobot::RobotPtr > | bufferedModels = std::map<std::string, VirtualRobot::RobotPtr>() |
| static Strategy | LOAD_MODEL_STRATEGY = LoadModelStrategy::Strategy::LOAD_PROCESS |
|
strong |
Different possible stratgies for loading models from a motion depending on the required performance and needs.