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