Sacado  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Sacado::ParameterVectorBase< FamilyType, BaseValueType > Class Template Reference

A class to store the active parameters in a code in an ordered fashion, along with their "base" values, i.e., the floating point value upon which the templated values are based. More...

#include <Sacado_ParameterVectorBase.hpp>

Inheritance diagram for Sacado::ParameterVectorBase< FamilyType, BaseValueType >:
Inheritance graph
[legend]

Classes

struct  Entry
 Container for parameter entries. More...
 

Public Types

typedef EntryVector::iterator iterator
 Iterator typename.
 
typedef EntryVector::const_iterator const_iterator
 Const iterator typename.
 

Public Member Functions

 ParameterVectorBase ()
 Default constructor.
 
 ParameterVectorBase (const ParameterVectorBase &source)
 Copy constructor.
 
virtual ~ParameterVectorBase ()
 Destructor.
 
ParameterVectorBaseoperator= (const ParameterVectorBase &source)
 Assignment.
 
void addParam (const Teuchos::RCP< FamilyType > &family, BaseValueType baseValue)
 Add entry.
 
unsigned int size () const
 Return number of parameters in vector.
 
Entryoperator[] (int i)
 Element access.
 
const Entryoperator[] (int i) const
 Element access.
 
iterator begin ()
 Iterator pointing at beginning of vector.
 
const_iterator begin () const
 Iterator pointing at beginning of vector.
 
iterator end ()
 Iterator pointing at end of vector.
 
const_iterator end () const
 Iterator pointing at end of vector.
 
void filterParameters (ParameterVectorBase &ad, ParameterVectorBase &analytic, ParameterVectorBase &other, std::vector< int > &index_ad, std::vector< int > &index_analytic, std::vector< int > &index_other)
 Filter vector into types.
 

Protected Types

typedef Teuchos::Array< EntryEntryVector
 Vector of all parameter families.
 

Protected Attributes

EntryVector params
 Parameter vector.
 

Detailed Description

template<typename FamilyType, typename BaseValueType>
class Sacado::ParameterVectorBase< FamilyType, BaseValueType >

A class to store the active parameters in a code in an ordered fashion, along with their "base" values, i.e., the floating point value upon which the templated values are based.


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