Home | History | Annotate | Download | only in Geometry

Lines Matching defs:ProductType

468     typedef internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType;
469 typedef typename ProductType::ResultType ResultType;
478 typedef typename icc_11_workaround<OtherMode,OtherOptions>::ProductType ProductType;
479 return ProductType::run(*this,other);