CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions
funct::RatioP2< F, G, H >::prod2 Struct Reference

#include <SimplifyRatio.h>

Public Types

enum  { value }
 
typedef G A
 
typedef H B
 
typedef F C
 

Public Member Functions

typedef RATIO (B, A) AB
 
typedef RATIO_S (B, A) base
 

Static Public Member Functions

static const Aa (const F &f, const G &g, const H &h)
 
static const Bb (const F &f, const G &g, const H &h)
 
static const Cc (const F &f, const G &g, const H &h)
 

Detailed Description

template<typename F, typename G, typename H>
struct funct::RatioP2< F, G, H >::prod2

Definition at line 260 of file SimplifyRatio.h.

Member Typedef Documentation

template<typename F , typename G , typename H >
typedef G funct::RatioP2< F, G, H >::prod2::A

Definition at line 261 of file SimplifyRatio.h.

template<typename F , typename G , typename H >
typedef H funct::RatioP2< F, G, H >::prod2::B

Definition at line 261 of file SimplifyRatio.h.

template<typename F , typename G , typename H >
typedef F funct::RatioP2< F, G, H >::prod2::C

Definition at line 261 of file SimplifyRatio.h.

Member Enumeration Documentation

template<typename F , typename G , typename H >
anonymous enum
Enumerator
value 

Definition at line 267 of file SimplifyRatio.h.

Member Function Documentation

template<typename F , typename G , typename H >
static const A& funct::RatioP2< F, G, H >::prod2::a ( const F f,
const G &  g,
const H &  h 
)
inlinestatic

Definition at line 264 of file SimplifyRatio.h.

References g.

264 { return g; }
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
template<typename F , typename G , typename H >
static const B& funct::RatioP2< F, G, H >::prod2::b ( const F f,
const G &  g,
const H &  h 
)
inlinestatic

Definition at line 265 of file SimplifyRatio.h.

References h.

265 { return h; }
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
Definition: Activities.doc:4
template<typename F , typename G , typename H >
static const C& funct::RatioP2< F, G, H >::prod2::c ( const F f,
const G &  g,
const H &  h 
)
inlinestatic

Definition at line 266 of file SimplifyRatio.h.

References f.

266 { return f; }
double f[11][100]
template<typename F , typename G , typename H >
typedef funct::RatioP2< F, G, H >::prod2::RATIO ( B  ,
A   
)
template<typename F , typename G , typename H >
typedef funct::RatioP2< F, G, H >::prod2::RATIO_S ( B  ,
A   
)