Space n-dimensional, each domain of the same type.
More...
#include <Point.hpp>
|
template<typename It > |
Point< Value > | createPoint (It begin_range, It end_range) const |
| create the test example from iterator range or C-like table of values More...
|
|
Point< Value > | createPoint (const std::vector< std::pair< std::string, typename Value::Value > > &collection) const |
| create the test example from collection of pairs: attribute(domain) identifier and attribute value More...
|
|
Point< Value > | createPointStrict (const std::vector< std::pair< std::string, typename Value::Value > > &collection) const |
| create the test example from collection of pairs: attribute(domain) identifier and attribute value More...
|
|
template<typename Domain>
class faif::Space< Domain >
Space n-dimensional, each domain of the same type.
template<typename Domain>
template<typename It >
create the test example from iterator range or C-like table of values
template<typename Domain>
Point<Value> faif::Space< Domain >::createPoint |
( |
const std::vector< std::pair< std::string, typename Value::Value > > & |
collection | ) |
const |
|
inline |
create the test example from collection of pairs: attribute(domain) identifier and attribute value
template<typename Domain>
Point<Value> faif::Space< Domain >::createPointStrict |
( |
const std::vector< std::pair< std::string, typename Value::Value > > & |
collection | ) |
const |
|
inline |
create the test example from collection of pairs: attribute(domain) identifier and attribute value
- Exceptions
-
T std::list< T >::elements |
|
inherited |
The documentation for this class was generated from the following file: