24 #ifndef ACLELEMENTSELECT_H 25 #define ACLELEMENTSELECT_H 27 #include "../Operators/aclOperatorTernary.h" 33 class ElementSelect:
public OperatorTernary
37 virtual string str(
const KernelConfiguration & kernelConfig)
const;
43 #endif // ACLELEMENTSELECT_H ElementSelect(Element a1, Element a2, Element a3)
Advanced Computational Language.
virtual string str(const KernelConfiguration &kernelConfig) const
std::shared_ptr< ElementBase > Element