|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <stddef.h>Go to the source code of this file.
Data Structures | |
| struct | date_s |
Macros | |
| #define | BYTE_DEFINED |
| #define | C_LINKAGE |
| #define | DATE_T_DEFINED |
| #define | DEGRA .01745329251994328 |
| #define | false 0 |
| #define | FALSE 0 |
| #define | FFALSE ((FLOGICAL) 0) |
| #define | FORCEINLINE |
| #define | FTN(name) name |
| #define | FTRUE ((FLOGICAL) 1) |
| #define | GENERIC_ROUTINE_T_DEFINED |
| #define | LOGICAL_DEFINED |
| #define | MAX(a, b) (((a)>(b))?(a):(b)) |
| #define | MIN(a, b) (((a)<(b))?(a):(b)) |
| #define | MSGTXT(s) s |
| #define | N_ELEMENTS(array) (sizeof(array)/sizeof(array[0])) |
| #define | NULENT 0 |
| #define | NULL_TAG ((tag_t)0) |
| #define | null_tag ((tag_t)0) |
| #define | PI 3.14159265358979324 |
| #define | RADEG 57.29577951308235 |
| #define | TAG_T_DEFINED |
| #define | true 1 |
| #define | TRUE 1 |
| #define | TWOPI 6.28318530717958648 |
Typedefs | |
| typedef unsigned char | byte |
| typedef struct date_s * | date_p_t |
| typedef struct date_s | date_t |
| typedef unsigned int | FLOGICAL |
| typedef void *(* | generic_routine_t )(void) |
| typedef unsigned char | logical |
| typedef void * | PVOID |
| typedef unsigned int * | tag_p_t |
| typedef const tag_t * | tag_pc_t |
| typedef unsigned int | tag_t |
| #define N_ELEMENTS | ( | array | ) | (sizeof(array)/sizeof(array[0])) |