MeVisLab Toolbox Reference
SoView2DDefinitions.h
Go to the documentation of this file.
1 /*************************************************************************************
2 **
3 ** Copyright 2015, MeVis Medical Solutions AG
4 **
5 ** The user may use this file in accordance with the license agreement provided with
6 ** the Software or, alternatively, in accordance with the terms contained in a
7 ** written agreement between the user and MeVis Medical Solutions AG.
8 **
9 ** For further information use the contact form at https://www.mevislab.de/contact
10 **
11 **************************************************************************************/
12 
13 #pragma once
14 
17 };
18 
21 };
22 
25 };
26 
40 };
41 
48 };
49 
62 };
63 // deprecated name for View2DBlendMode:
65 
71 };
72 
78 };
79 
85 };
86 
96 };
View2DAlignYMode
slice align mode y
@ SLICE_ALIGNY_CENTER
@ SLICE_ALIGNY_TOP
@ SLICE_ALIGNY_BOTTOM
View2DZoomMode
@ VIEW2D_FIXED_MM_PER_VIEWER_HEIGHT
@ VIEW2D_AUTO_ZOOM_Y
@ VIEW2D_AUTO_ZOOM
@ VIEW2D_FIXED_PIXELS_PER_VOXEL_X_SCALED_FOR_HIDPI
@ VIEW2D_FIXED_PIXELS_PER_VOXEL_Y_SCALED_FOR_HIDPI
@ VIEW2D_AUTO_ZOOM_X
@ VIEW2D_FIXED_PIXELS_PER_MM_SCALED_FOR_HIDPI
@ VIEW2D_FIXED_PIXELS_PER_VOXEL_Y
@ VIEW2D_FIXED_MM_PER_VIEWER_WIDTH
@ VIEW2D_SCALE_TO_VIEWER_IGNORE_RATIO
@ VIEW2D_FIXED_PIXELS_PER_VOXEL_X
@ VIEW2D_FIXED_PIXELS_PER_MM
View2DLutPrecision
allows to set the precision of the LUT
@ VIEW2D_LUT_16BIT
@ VIEW2D_LUT_8BIT
@ VIEW2D_LUT_12BIT
@ VIEW2D_LUT_AUTO
View2DCineDir
@ CINE_PINGPONG
@ CINE_FORWARD
View2DTextureFilter
Filter mode.
@ FILTER_NEAREST
Nearest Neighbor filtering.
@ FILTER_ARGB
Filter used for rendering color textures with flipped ARGB order.
@ FILTER_TEXT_HALO
Halo filter used for text rendering.
@ FILTER_LINEAR_POSTCLASS
Bilinear filtering (before classification/LUT)
@ FILTER_COUNT
FILTER_TEXT_HALO shall not count as a regular filter.
@ FILTER_CUBIC_POSTCLASS
Bicubic filtering (before classification)
@ FILTER_LINEAR
Bilinear filtering (after classification/LUT)
View2DBlendMode
Blend mode.
@ BLEND_BLEND
@ BLEND_MAXIMUM
@ BLEND_NUMENTRIES
@ BLEND_REPLACE
@ BLEND_SCREEN
@ BLEND_PREMULTIPLIED_BLEND
@ BLEND_MINIMUM
@ BLEND_ADD
@ BLEND_SUBTRACT
@ BLEND_REVERSE_SUBTRACT
View2DAlignXMode
slice align mode x
@ SLICE_ALIGNX_LEFT
@ SLICE_ALIGNX_CENTER
@ SLICE_ALIGNX_RIGHT
View2DSliceCachingMode
Caching mode.
@ SLICE_CACHING_OFF
@ SLICE_CACHING_PARTIAL
@ SLICE_CACHING_COMPLETE
View2DBlendMode sliceBlendModeType
View2DCineMode
@ CINE_TZ
@ CINE_Z
@ CINE_ZT
@ CINE_T
View2DCineRepeat
@ CINE_ONCE
@ CINE_REPEAT