![]() |
Reference Documentation |
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) |
|
Definition at line 2 of file H_macros.h. |
|
Definition at line 9 of file H_macros.h. |
|
Definition at line 43 of file H_macros.h. Referenced by T_Histo1D::T_Histo1D(), T_Histo1D_FTS::T_Histo1D_FTS(), and T_ProfileHisto1D::T_ProfileHisto1D(). |
|
Definition at line 17 of file H_macros.h. |
|
Definition at line 46 of file H_macros.h. Referenced by T_Histo1DVar::T_Histo1DVar(), T_Histo1DVar_FTS::T_Histo1DVar_FTS(), and T_ProfileHisto1DVar::T_ProfileHisto1DVar(). |
|
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. |
|
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 T_Histo2D::T_Histo2D(), T_Histo2DF::T_Histo2DF(), and T_ProfileHisto2D::T_ProfileHisto2D(). |
|
Definition at line 37 of file H_macros.h. |
|
Definition at line 53 of file H_macros.h. Referenced by T_Histo2DVar::T_Histo2DVar(), and T_ProfileHisto2DVar::T_ProfileHisto2DVar(). |
|
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 T_Histo3D::T_Histo3D(). |
|
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 T_Histo3DVar::T_Histo3DVar(). |
Anaphe documentation generated by Doxygen (www.doxygen.org) |