Base class that represents the domain of a function.
DomainType
Type of domain to create.
An implementation of CompositeDomain.
std::vector< API::FunctionDomain_sptr > m_domain
Currently active domain.
std::vector< API::FunctionValues_sptr > m_values
Currently active values.
std::vector< std::shared_ptr< API::IDomainCreator > > m_creators
Domain creators.