This structure specifies linear VOI transform.
Declaration:
Copy Code |
|
|---|---|
struct AT_MED_VOI_WINDOW { AT_INT Center; AT_INT Width; }; typedef struct AT_MED_VOI_WINDOW; |
|
Members:
| Name | Type | Description |
| Center | AT_INT | Window center. |
| Width | AT_INT | Window width. |