Struct primitiv::Model [] [src]

pub struct Model { /* fields omitted */ }

Set of parameters and specific algorithms.

Methods

impl Model
[src]

[src]

Creates a new Model object.

[src]

Loads all parameters from a file.

[src]

Loads all parameters from a file.

[src]

Saves all parameters to a file.

[src]

Registers a new parameter.

[src]

Registers a new submodel.

[src]

Retrieves a parameter with specified name.

[src]

Recursively searches a parameter with specified name hierarchy.

[src]

Retrieves a submodel with specified name.

[src]

Recursively searches a submodel with specified name hierarchy.

Trait Implementations

impl Debug for Model
[src]

[src]

Formats the value using the given formatter. Read more

impl Wrap<primitivModel_t> for Model
[src]

impl Drop for Model
[src]

[src]

Executes the destructor for this type. Read more

impl AsRef<Model> for Model
[src]

[src]

Performs the conversion.

impl AsMut<Model> for Model
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Model

impl !Sync for Model