32 std::function<
viz::Object(
const std::string& key)> makeObjectFn,
34 const std::map<DateTime, objpose::ObjectPose>& poseHistory,
35 bool inGlobalFrame)
const;
Base Class for all Logging classes.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
armarx::RemoteGui::Client::FloatSpinBox ghostAlpha
armarx::RemoteGui::Client::CheckBox showArrow
armarx::RemoteGui::Client::FloatSpinBox timeOffsetSeconds
armarx::RemoteGui::Client::CheckBox showGhost
armarx::RemoteGui::Client::GroupBox group
void setup(const LinearPredictions &data)
armarx::RemoteGui::Client::FloatSpinBox timeWindowSeconds
armarx::RemoteGui::Client::CheckBox showFrame
void update(LinearPredictions &data)
Visualization control for linear predictions for objects.
void defineProperties(armarx::PropertyDefinitionsPtr defs, const std::string &prefix)
void draw(viz::Layer &layer, std::function< viz::Object(const std::string &key)> makeObjectFn, const objpose::ObjectPose &objectPose, const std::map< DateTime, objpose::ObjectPose > &poseHistory, bool inGlobalFrame) const
An object pose as stored by the ObjectPoseStorage.