pub trait PoseCluster3DTraitConst {
// Required method
fn as_raw_PoseCluster3D(&self) -> *const c_void;
// Provided methods
fn pose_list(&self) -> Vector<Pose3DPtr> { ... }
fn num_votes(&self) -> size_t { ... }
fn id(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::surface_matching::PoseCluster3D