Public Member Functions | Private Attributes

Ipopt::MetadataMeasurement Class Reference

#include <AsMetadataMeasurement.hpp>

Inheritance diagram for Ipopt::MetadataMeasurement:
Ipopt::Measurement Ipopt::SuffixHandler Ipopt::AlgorithmStrategyObject Ipopt::ReferencedObject Ipopt::ReferencedObject Ipopt::ReferencedObject

List of all members.

Public Member Functions

 MetadataMeasurement ()
virtual ~MetadataMeasurement ()
virtual bool InitializeImpl (const OptionsList &options, const std::string &prefix)
 Implementation of the initialization method that has to be overloaded by for each derived class.
virtual std::vector< IndexGetInitialEqConstraints ()
virtual std::vector< IndexGetNmpcState (Index i)
virtual SmartPtr< DenseVectorGetMeasurement (Index measurement_number)
virtual void SetSolution (Index measurement_number, SmartPtr< IteratesVector > sol)
virtual std::vector< IndexGetIntegerSuffix (std::string suffix_string)
 suffix handler methods

Private Attributes

Index n_idx_
 Number of nmpc_indices.
std::string select_step_
SmartPtr< const DenseVectorSpacex_owner_space_
 owner space of x
SmartPtr< const DenseVectorSpaces_owner_space_
 owner space of s
SmartPtr< const DenseVectorSpacey_c_owner_space_
 owner space of y_c
SmartPtr< const DenseVectorSpacey_d_owner_space_
 owner space of y_d
SmartPtr< const DenseVectorSpacez_L_owner_space_
 owner space of z_L
SmartPtr< const DenseVectorSpacez_U_owner_space_
 owner space of z_U

Detailed Description

Definition at line 14 of file AsMetadataMeasurement.hpp.


Constructor & Destructor Documentation

Ipopt::MetadataMeasurement::MetadataMeasurement (  ) 
virtual Ipopt::MetadataMeasurement::~MetadataMeasurement (  )  [virtual]

Member Function Documentation

virtual bool Ipopt::MetadataMeasurement::InitializeImpl ( const OptionsList options,
const std::string &  prefix 
) [virtual]

Implementation of the initialization method that has to be overloaded by for each derived class.

Implements Ipopt::AlgorithmStrategyObject.

virtual std::vector<Index> Ipopt::MetadataMeasurement::GetInitialEqConstraints (  )  [virtual]
virtual std::vector<Index> Ipopt::MetadataMeasurement::GetNmpcState ( Index  i  )  [virtual]
virtual SmartPtr<DenseVector> Ipopt::MetadataMeasurement::GetMeasurement ( Index  measurement_number  )  [virtual]
virtual void Ipopt::MetadataMeasurement::SetSolution ( Index  measurement_number,
SmartPtr< IteratesVector sol 
) [virtual]
virtual std::vector<Index> Ipopt::MetadataMeasurement::GetIntegerSuffix ( std::string  suffix_string  )  [virtual]

suffix handler methods


Member Data Documentation

Number of nmpc_indices.

Definition at line 38 of file AsMetadataMeasurement.hpp.

Definition at line 40 of file AsMetadataMeasurement.hpp.

owner space of x

Definition at line 42 of file AsMetadataMeasurement.hpp.

owner space of s

Definition at line 44 of file AsMetadataMeasurement.hpp.

owner space of y_c

Definition at line 46 of file AsMetadataMeasurement.hpp.

owner space of y_d

Definition at line 48 of file AsMetadataMeasurement.hpp.

owner space of z_L

Definition at line 50 of file AsMetadataMeasurement.hpp.

owner space of z_U

Definition at line 52 of file AsMetadataMeasurement.hpp.


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