|
simox::OrientedBox< float > | fromIce (const Box &box) |
|
void | fromIce (const Box &box, simox::OrientedBox< float > &oobb) |
|
void | fromIce (const BoxPtr &box, std::optional< simox::OrientedBox< float >> &oobb) |
|
void | fromIce (const data::ObjectID &ice, ObjectID &id) |
|
ObjectID | fromIce (const data::ObjectID &id) |
|
void | fromIce (const data::ObjectIDSeq &ice, std::vector< ObjectID > &ids) |
|
std::vector< ObjectID > | fromIce (const data::ObjectIDSeq &id) |
|
void | fromIce (const data::PoseManifoldGaussian &ice, PoseManifoldGaussian &cov) |
|
std::optional< PoseManifoldGaussian > | fromIce (const data::PoseManifoldGaussianPtr &ice) |
|
void | fromIce (const data::PoseManifoldGaussianPtr &ice, std::optional< PoseManifoldGaussian > &cov) |
|
std::ostream & | operator<< (std::ostream &os, const ObjectID &id) |
|
void | toIce (Box &box, const simox::OrientedBox< float > &oobb) |
|
void | toIce (BoxPtr &box, const std::optional< simox::OrientedBox< float >> &oobb) |
|
data::ObjectID | toIce (const ObjectID &ids) |
|
objpose::AABB | toIce (const simox::AxisAlignedBoundingBox &aabb) |
|
Box | toIce (const simox::OrientedBox< float > &oobb) |
|
data::PoseManifoldGaussianPtr | toIce (const std::optional< PoseManifoldGaussian > &ice) |
|
data::ObjectIDSeq | toIce (const std::vector< ObjectID > &ids) |
|
void | toIce (data::ObjectID &ice, const ObjectID &ids) |
|
void | toIce (data::ObjectIDSeq &ice, const std::vector< ObjectID > &ids) |
|
void | toIce (data::PoseManifoldGaussian &ice, const PoseManifoldGaussian &cov) |
|
void | toIce (data::PoseManifoldGaussianPtr &ice, const std::optional< PoseManifoldGaussian > &cov) |
|