Skip to content

shapeworks::OptimizeParameterFile

More...

#include <OptimizeParameterFile.h>

Public Functions

Name
OptimizeParameterFile()
bool load_parameter_file(std::string filename, Optimize * optimize)
Load a parameter file and set the values on an Optimize object.

Detailed Description

class shapeworks::OptimizeParameterFile;

Par: Overview of OptimizeParameterFile

Implementation of Optimize library parameter file

The OptimizeParameterFile class reads in a parameter file and sets the appropriate values for an Optimize object.

Public Functions Documentation

function OptimizeParameterFile

OptimizeParameterFile()

function load_parameter_file

bool load_parameter_file(
    std::string filename,
    Optimize * optimize
)

Load a parameter file and set the values on an Optimize object.


Updated on 2024-03-17 at 12:58:44 -0600