vtkImageCurveRegion.h File Reference
#include "vtkImageSource.h"
#include "vtkEMSegmentStep.h"
Go to the source code of this file.
Define Documentation
| #define COERCE |
( |
x, |
|
|
type |
|
) |
(*((type *)(&(x)))) |
| #define EMSEGMENT_EXPBIAS 127 |
| #define EMSEGMENT_EXPMASK (255 << EMSEGMENT_MANTSIZE) |
| #define EMSEGMENT_MANTSIZE (23) |
| #define EMSEGMENT_MENTMASK ((~EMSEGMENT_EXPMASK)&(~EMSEGMENT_SIGNBIT)) |
| #define EMSEGMENT_MINUS_ONE_OVER_2_LOG_2 ((float) -.72134752) |
| #define EMSEGMENT_ONE_OVER_2_PI 0.5/3.14159265358979 |
| #define EMSEGMENT_ONE_OVER_ROOT_2_PI sqrt(EMSEGMENT_ONE_OVER_2_PI) |
| #define EMSEGMENT_PHANTOM_BIT (1 << EMSEGMENT_MANTSIZE) |
| #define EMSEGMENT_SHIFTED_BIAS (EMSEGMENT_EXPBIAS << EMSEGMENT_MANTSIZE) |
| #define EMSEGMENT_SHIFTED_BIAS_COMP ((~ EMSEGMENT_SHIFTED_BIAS) + 1) |
| #define EMSEGMENT_SIGNBIT (1 << 31) |