AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
BivariateSetInterfacePolicies.hpp File Reference

Classes

struct  axom::slam::policies::detail::ConcreteBivariateSet< Set1, Set2 >
 The base class of concrete-interface bivariate sets. More...
 
struct  axom::slam::policies::detail::BSetInterfaceSelector< InterfacePolicy, Set1, Set2 >
 Templated helper class to select the correct base class to inherit for instances of RelationSets or ProductSets. More...
 
struct  axom::slam::policies::detail::BSetInterfaceSelector< VirtualInterface, Set1, Set2 >
 

Namespaces

 axom
 
 axom::slam
 
 axom::slam::policies
 
 axom::slam::policies::detail
 

Typedefs

template<typename InterfacePolicy , typename FromSet , typename ToSet >
using axom::slam::policies::BivariateSetInterface = typename detail::BSetInterfaceSelector< InterfacePolicy, FromSet, ToSet >::Type