|
| | DynamicFactory (const DynamicFactory &other) |
| |
| | DynamicFactory (String name_) |
| |
| template<typename Shape_ , typename Weight_ , typename Coord_ , typename Point_ > |
| bool | create (Rule< Shape_, Weight_, Coord_, Point_ > &rule) const |
| |
| template<typename Shape_ , typename Weight_ , typename Coord_ , typename Point_ > |
| void | create_throw (Rule< Shape_, Weight_, Coord_, Point_ > &rule) const |
| |
| const String & | name () const |
| |
| DynamicFactory & | operator= (const DynamicFactory &other) |
| |
|
| template<typename Shape_ , typename Weight_ , typename Coord_ , typename Point_ > |
| static bool | create (Rule< Shape_, Weight_, Coord_, Point_ > &rule, const String &name) |
| |
Definition at line 30 of file dynamic_factory.hpp.
◆ DynamicFactory() [1/3]
| FEAT::Cubature::DynamicFactory::DynamicFactory |
( |
| ) |
|
|
inline |
◆ DynamicFactory() [2/3]
| FEAT::Cubature::DynamicFactory::DynamicFactory |
( |
String |
name_ | ) |
|
|
inlineexplicit |
◆ DynamicFactory() [3/3]
| FEAT::Cubature::DynamicFactory::DynamicFactory |
( |
const DynamicFactory & |
other | ) |
|
|
inline |
◆ create() [1/2]
template<typename Shape_ , typename Weight_ , typename Coord_ , typename Point_ >
| bool FEAT::Cubature::DynamicFactory::create |
( |
Rule< Shape_, Weight_, Coord_, Point_ > & |
rule | ) |
const |
|
inline |
◆ create() [2/2]
template<typename Shape_ , typename Weight_ , typename Coord_ , typename Point_ >
| static bool FEAT::Cubature::DynamicFactory::create |
( |
Rule< Shape_, Weight_, Coord_, Point_ > & |
rule, |
|
|
const String & |
name |
|
) |
| |
|
inlinestatic |
◆ create_throw()
template<typename Shape_ , typename Weight_ , typename Coord_ , typename Point_ >
| void FEAT::Cubature::DynamicFactory::create_throw |
( |
Rule< Shape_, Weight_, Coord_, Point_ > & |
rule | ) |
const |
|
inline |
◆ name()
| const String & FEAT::Cubature::DynamicFactory::name |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ _name
| String FEAT::Cubature::DynamicFactory::_name |
|
private |
The documentation for this class was generated from the following file: