Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

H_macros.h File Reference

Go to the source code of this file.

Defines

#define _H_MACROS_H_   1
#define H_H1D_E(h, name, nx, x1, x2)   h( name, h::Partition_Type(nx, x1, x2) )
#define H_H1D_U(h, name, v)   h( name, h::Partition_Type(v) )
#define H_H2D_E(h, name, nx, x1, x2, ny, y1, y2)
#define H_H2D_U(h, name, vx, vy)   h( name, h::Partition_X_Type(vx), h::Partition_Y_Type(vy) )
#define H_H1D_E_EP(h, name, nx, x1, x2, ep)   h( name, h::Partition_Type(nx, x1, x2, ep) )
#define H_H1D_U_EP(h, name, v, ep)   h( name, h::Partition_Type(v, ep) )
#define H_H2D_E_EP(h, name, nx, x1, x2, epx, ny, y1, y2, epy)
#define H_H2D_U_EP(h, name, vx, epx, vy, epy)   h( name, h::Partition_X_Type(vx, epx), h::Partition_Y_Type(vy, epy) )
#define H_H3D_E_EP(h, name, nx, x1, x2, epx, ny, y1, y2, epy, nz, z1, z2, epz)
#define H_H3D_U_EP(h, name, vx, epx, vy, epy, vz, epz)


Define Documentation

#define _H_MACROS_H_   1
 

Definition at line 2 of file H_macros.h.

#define H_H1D_E h,
name,
nx,
x1,
x2       h( name, h::Partition_Type(nx, x1, x2) )
 

Definition at line 9 of file H_macros.h.

#define H_H1D_E_EP h,
name,
nx,
x1,
x2,
ep       h( name, h::Partition_Type(nx, x1, x2, ep) )
 

Definition at line 43 of file H_macros.h.

Referenced by P_Histo1D::P_Histo1D(), P_Histo1D_FTS::P_Histo1D_FTS(), and P_ProfileHisto1D::P_ProfileHisto1D().

#define H_H1D_U h,
name,
     h( name, h::Partition_Type(v) )
 

Definition at line 17 of file H_macros.h.

#define H_H1D_U_EP h,
name,
v,
ep       h( name, h::Partition_Type(v, ep) )
 

Definition at line 46 of file H_macros.h.

Referenced by P_Histo1DVar::P_Histo1DVar(), P_Histo1DVar_FTS::P_Histo1DVar_FTS(), and P_ProfileHisto1DVar::P_ProfileHisto1DVar().

#define H_H2D_E h,
name,
nx,
x1,
x2,
ny,
y1,
y2   
 

Value:

h( name, h::Partition_X_Type(nx, x1, x2)        \
                , h::Partition_Y_Type(ny, y1, y2) )

Definition at line 27 of file H_macros.h.

#define H_H2D_E_EP h,
name,
nx,
x1,
x2,
epx,
ny,
y1,
y2,
epy   
 

Value:

h( name, h::Partition_X_Type(nx, x1, x2, epx)   \
                , h::Partition_Y_Type(ny, y1, y2, epy) )

Definition at line 49 of file H_macros.h.

Referenced by P_Histo2D::P_Histo2D(), P_Histo2DF::P_Histo2DF(), and P_ProfileHisto2D::P_ProfileHisto2D().

#define H_H2D_U h,
name,
vx,
vy       h( name, h::Partition_X_Type(vx), h::Partition_Y_Type(vy) )
 

Definition at line 37 of file H_macros.h.

#define H_H2D_U_EP h,
name,
vx,
epx,
vy,
epy       h( name, h::Partition_X_Type(vx, epx), h::Partition_Y_Type(vy, epy) )
 

Definition at line 53 of file H_macros.h.

Referenced by P_Histo2DVar::P_Histo2DVar(), and P_ProfileHisto2DVar::P_ProfileHisto2DVar().

#define H_H3D_E_EP h,
name,
nx,
x1,
x2,
epx,
ny,
y1,
y2,
epy,
nz,
z1,
z2,
epz   
 

Value:

h( name, h::Partition_X_Type(nx, x1, x2, epx)  \
                , h::Partition_Y_Type(ny, y1, y2, epy) \
                , h::Partition_Z_Type(nz, z1, z2, epz) )

Definition at line 59 of file H_macros.h.

Referenced by P_Histo3D::P_Histo3D().

#define H_H3D_U_EP h,
name,
vx,
epx,
vy,
epy,
vz,
epz   
 

Value:

h( name, h::Partition_X_Type(vx, epx), \
           h::Partition_Y_Type(vy, epy),  \
           h::Partition_Z_Type(vz, epz) )

Definition at line 64 of file H_macros.h.

Referenced by P_Histo3DVar::P_Histo3DVar().



Anaphe documentation generated by Doxygen (www.doxygen.org)