Peano
Loading...
Searching...
No Matches
Globals.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  BasePowerExponent< base, exponent >
 
class  BasePowerExponent< base, 0 >
 

Macros

#define DimensionsTimesTwo   (Dimensions*2)
 
#define TwoPowerD   (BasePowerExponent<2,Dimensions>::value)
 
#define TwoPowerDPlusTwo   (BasePowerExponent<2,Dimensions>::value+2)
 
#define TwoPowerDTimesTwoPowerD   (BasePowerExponent<2,Dimensions>::value*BasePowerExponent<2,Dimensions>::value)
 
#define TwoPowerDTimesTwoPowerDMinusOne   (BasePowerExponent<2,Dimensions>::value*(BasePowerExponent<2,Dimensions>::value-1))
 
#define ThreePowerD   (BasePowerExponent<3,Dimensions>::value)
 
#define FourPowerD   (BasePowerExponent<4,Dimensions>::value)
 
#define FivePowerD   (BasePowerExponent<5,Dimensions>::value)
 
#define SevenPowerD   (BasePowerExponent<7,Dimensions>::value)
 
#define NinePowerD   (BasePowerExponent<9,Dimensions>::value)
 
#define TwoTimesD   (2*Dimensions)
 
#define TwoTimesDTimesTwo   (2*Dimensions*2)
 

Macro Definition Documentation

◆ DimensionsTimesTwo

#define DimensionsTimesTwo   (Dimensions*2)

Definition at line 17 of file Globals.h.

◆ FivePowerD

#define FivePowerD   (BasePowerExponent<5,Dimensions>::value)

Definition at line 26 of file Globals.h.

◆ FourPowerD

#define FourPowerD   (BasePowerExponent<4,Dimensions>::value)

Definition at line 25 of file Globals.h.

◆ NinePowerD

#define NinePowerD   (BasePowerExponent<9,Dimensions>::value)

Definition at line 28 of file Globals.h.

◆ SevenPowerD

#define SevenPowerD   (BasePowerExponent<7,Dimensions>::value)

Definition at line 27 of file Globals.h.

◆ ThreePowerD

#define ThreePowerD   (BasePowerExponent<3,Dimensions>::value)

Definition at line 24 of file Globals.h.

◆ TwoPowerD

◆ TwoPowerDPlusTwo

#define TwoPowerDPlusTwo   (BasePowerExponent<2,Dimensions>::value+2)

Definition at line 20 of file Globals.h.

◆ TwoPowerDTimesTwoPowerD

#define TwoPowerDTimesTwoPowerD   (BasePowerExponent<2,Dimensions>::value*BasePowerExponent<2,Dimensions>::value)

Definition at line 21 of file Globals.h.

◆ TwoPowerDTimesTwoPowerDMinusOne

#define TwoPowerDTimesTwoPowerDMinusOne   (BasePowerExponent<2,Dimensions>::value*(BasePowerExponent<2,Dimensions>::value-1))

Definition at line 22 of file Globals.h.

◆ TwoTimesD

◆ TwoTimesDTimesTwo

#define TwoTimesDTimesTwo   (2*Dimensions*2)

Definition at line 31 of file Globals.h.