CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
funct::Ratio< RatioStruct< A, B >, Numerical< n > > Struct Template Reference

#include <SimplifyRatio.h>

Public Types

typedef Ratio< A, typename
Product< Numerical< n >, B >
::type >::type 
type
 

Static Public Member Functions

static type combine (const RatioStruct< A, B > &_1, const Numerical< n > &_2)
 

Detailed Description

template<int n, typename A, typename B>
struct funct::Ratio< RatioStruct< A, B >, Numerical< n > >

Definition at line 60 of file SimplifyRatio.h.

Member Typedef Documentation

template<int n, typename A , typename B >
typedef Ratio< A , typename Product< Numerical< n > , B >::type >::type funct::Ratio< RatioStruct< A, B >, Numerical< n > >::type

Definition at line 60 of file SimplifyRatio.h.

Member Function Documentation

template<int n, typename A , typename B >
static type funct::Ratio< RatioStruct< A, B >, Numerical< n > >::combine ( const RatioStruct< A, B > &  _1,
const Numerical< n > &  _2 
)
inlinestatic

Definition at line 60 of file SimplifyRatio.h.