Stokhos Development
Loading...
Searching...
No Matches
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.
 
virtual ~GrowthRule ()
 Destructor.
 
virtual value_type operator() (const value_type &x) const =0
 Evaluate growth rule.
 

Detailed Description

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

Interface for abstract growth rules.

Member Function Documentation

◆ operator()()

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: