Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
protocols::optimize_weights::OptEVariableExpression Class Reference

#include <OptEMultifunc.hh>

Inheritance diagram for protocols::optimize_weights::OptEVariableExpression:
Inheritance graph
[legend]
Collaboration diagram for protocols::optimize_weights::OptEVariableExpression:
Collaboration graph
[legend]

Public Member Functions

 OptEVariableExpression (std::string const &name)
 
 OptEVariableExpression (std::string const &name, core::Real value)
 
void set_id (core::Size id)
 
void update_value_from_list (utility::vector1< core::Real > const &value_vector)
 
core::Size id () const
 

Private Attributes

core::Size id_
 

Detailed Description

Definition at line 382 of file OptEMultifunc.hh.

Constructor & Destructor Documentation

protocols::optimize_weights::OptEVariableExpression::OptEVariableExpression ( std::string const &  name)

Definition at line 871 of file OptEMultifunc.cc.

protocols::optimize_weights::OptEVariableExpression::OptEVariableExpression ( std::string const &  name,
core::Real  value 
)

Definition at line 876 of file OptEMultifunc.cc.

Member Function Documentation

core::Size protocols::optimize_weights::OptEVariableExpression::id ( ) const
inline

Definition at line 390 of file OptEMultifunc.hh.

References id_.

Referenced by set_id().

void protocols::optimize_weights::OptEVariableExpression::set_id ( core::Size  id)

Definition at line 882 of file OptEMultifunc.cc.

References id(), and id_.

void protocols::optimize_weights::OptEVariableExpression::update_value_from_list ( utility::vector1< core::Real > const &  value_vector)

Definition at line 887 of file OptEMultifunc.cc.

References id_.

Member Data Documentation

core::Size protocols::optimize_weights::OptEVariableExpression::id_
private

Definition at line 393 of file OptEMultifunc.hh.

Referenced by id(), set_id(), and update_value_from_list().


The documentation for this class was generated from the following files: