Trait PoseCluster3DTraitConst

Source
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

Required Methods§

Provided Methods§

Source

fn pose_list(&self) -> Vector<Pose3DPtr>

Source

fn num_votes(&self) -> size_t

Source

fn id(&self) -> i32

Implementors§