ModelAnalysis

Trait ModelAnalysis 

Source
pub trait ModelAnalysis {
    // Required method
    fn ramachandran(&self) -> (Vec<f32>, Vec<f32>);
}

Required Methods§

Source

fn ramachandran(&self) -> (Vec<f32>, Vec<f32>)

Implementations on Foreign Types§

Source§

impl ModelAnalysis for Model

Source§

fn ramachandran(&self) -> (Vec<f32>, Vec<f32>)

Implementors§