Go to the source code of this file.
Macros | |
#define | UNARY_FUNCTION(ReturnType, Type1, Func, Dfunc) |
#define | UNARY_OPERATOR(ReturnType, Type1, Op, opFunc, Dfunc) |
#define | BINARY_FUNCTION(ReturnType, Type1, Type2, Func) |
#define | BINARY_TYPE_FUNCTION_SF(ReturnType, Type1, Type2, Func) |
#define | BINARY_TYPE_FUNCTION_FS(ReturnType, Type1, Type2, Func) |
#define | BINARY_TYPE_FUNCTION(ReturnType, Type1, Type2, Func) |
#define | BINARY_OPERATOR(ReturnType, Type1, Type2, Op, OpName, OpFunc) |
#define | BINARY_TYPE_OPERATOR_SF(ReturnType, Type1, Type2, Op, OpName, OpFunc) |
#define | BINARY_TYPE_OPERATOR_FS(ReturnType, Type1, Type2, Op, OpName, OpFunc) |
#define | BINARY_TYPE_OPERATOR(ReturnType, Type1, Type2, Op, OpName, OpFunc) |
Original source file GeometricFieldFunctionsM.H
Definition in file GeometricFieldFunctionsM.H.
#define UNARY_FUNCTION | ( | ReturnType, | |
Type1, | |||
Func, | |||
Dfunc | |||
) |
Definition at line 28 of file GeometricFieldFunctionsM.H.
#define UNARY_OPERATOR | ( | ReturnType, | |
Type1, | |||
Op, | |||
opFunc, | |||
Dfunc | |||
) |
Definition at line 45 of file GeometricFieldFunctionsM.H.
#define BINARY_FUNCTION | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Func | |||
) |
Definition at line 62 of file GeometricFieldFunctionsM.H.
#define BINARY_TYPE_FUNCTION_SF | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Func | |||
) |
Definition at line 95 of file GeometricFieldFunctionsM.H.
#define BINARY_TYPE_FUNCTION_FS | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Func | |||
) |
Definition at line 126 of file GeometricFieldFunctionsM.H.
#define BINARY_TYPE_FUNCTION | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Func | |||
) |
Definition at line 157 of file GeometricFieldFunctionsM.H.
#define BINARY_OPERATOR | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Op, | |||
OpName, | |||
OpFunc | |||
) |
Definition at line 164 of file GeometricFieldFunctionsM.H.
#define BINARY_TYPE_OPERATOR_SF | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Op, | |||
OpName, | |||
OpFunc | |||
) |
Definition at line 197 of file GeometricFieldFunctionsM.H.
#define BINARY_TYPE_OPERATOR_FS | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Op, | |||
OpName, | |||
OpFunc | |||
) |
Definition at line 228 of file GeometricFieldFunctionsM.H.
#define BINARY_TYPE_OPERATOR | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Op, | |||
OpName, | |||
OpFunc | |||
) |
Definition at line 259 of file GeometricFieldFunctionsM.H.