Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Stokhos::GrowthRule< value_type > Class Template Referenceabstract

Interface for abstract growth rules. More...

#include <Stokhos_GrowthRules.hpp>

Inheritance diagram for Stokhos::GrowthRule< value_type >:
Inheritance graph
[legend]

Public Member Functions

 GrowthRule ()
 Constructor. More...
 
virtual ~GrowthRule ()
 Destructor. More...
 
virtual value_type operator() (const value_type &x) const =0
 Evaluate growth rule. More...
 

Detailed Description

template<typename value_type>
class Stokhos::GrowthRule< value_type >

Interface for abstract growth rules.

Definition at line 17 of file Stokhos_GrowthRules.hpp.

Constructor & Destructor Documentation

template<typename value_type >
Stokhos::GrowthRule< value_type >::GrowthRule ( )
inline

Constructor.

Definition at line 21 of file Stokhos_GrowthRules.hpp.

template<typename value_type >
virtual Stokhos::GrowthRule< value_type >::~GrowthRule ( )
inlinevirtual

Destructor.

Definition at line 24 of file Stokhos_GrowthRules.hpp.

Member Function Documentation

template<typename value_type >
virtual value_type Stokhos::GrowthRule< value_type >::operator() ( const value_type &  x) const
pure virtual

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