|
ActiViz .NET
5.8.0
|
vtkRayCastImageDisplayHelper - helper class that draws the image to the screen More...
Public Member Functions | |
| vtkRayCastImageDisplayHelper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkRayCastImageDisplayHelper () | |
| Undocumented Block. | |
| virtual float | GetPixelScale () |
| Set / Get the pixel scale to be applied to the image before display. Can be set to scale the incoming pixel values - for example the fixed point mapper uses the unsigned short API but with 15 bit values so needs a scale of 2.0. | |
| virtual int | GetPreMultipliedColors () |
| Undocumented Block. | |
| virtual int | GetPreMultipliedColorsMaxValue () |
| Undocumented Block. | |
| virtual int | GetPreMultipliedColorsMinValue () |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkRayCastImageDisplayHelper | NewInstance () |
| Undocumented Block. | |
| virtual void | PreMultipliedColorsOff () |
| Undocumented Block. | |
| virtual void | PreMultipliedColorsOn () |
| Undocumented Block. | |
| virtual void | RenderTexture (vtkVolume vol, vtkRenderer ren, IntPtr imageMemorySize, IntPtr imageViewportSize, IntPtr imageInUseSize, IntPtr imageOrigin, float requestedDepth, IntPtr image) |
| Undocumented Block. | |
| virtual void | RenderTexture (vtkVolume vol, vtkRenderer ren, vtkFixedPointRayCastImage image, float requestedDepth) |
| Undocumented Block. | |
| virtual void | SetPixelScale (float _arg) |
| Set / Get the pixel scale to be applied to the image before display. Can be set to scale the incoming pixel values - for example the fixed point mapper uses the unsigned short API but with 15 bit values so needs a scale of 2.0. | |
| virtual void | SetPreMultipliedColors (int _arg) |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkRayCastImageDisplayHelper | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkRayCastImageDisplayHelper | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkRayCastImageDisplayHelper" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "28vtkRayCastImageDisplayHelper" |
| Automatically generated type registration mechanics. | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
| static internal IntPtr | vtkRayCastImageDisplayHelper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal float | vtkRayCastImageDisplayHelper_GetPixelScale_01 (HandleRef pThis) |
| static internal int | vtkRayCastImageDisplayHelper_GetPreMultipliedColors_02 (HandleRef pThis) |
| static internal int | vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMaxValue_03 (HandleRef pThis) |
| static internal int | vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMinValue_04 (HandleRef pThis) |
| static internal int | vtkRayCastImageDisplayHelper_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkRayCastImageDisplayHelper_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkRayCastImageDisplayHelper_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkRayCastImageDisplayHelper_PreMultipliedColorsOff_09 (HandleRef pThis) |
| static internal void | vtkRayCastImageDisplayHelper_PreMultipliedColorsOn_10 (HandleRef pThis) |
| static internal void | vtkRayCastImageDisplayHelper_RenderTexture_11 (HandleRef pThis, HandleRef vol, HandleRef ren, IntPtr imageMemorySize, IntPtr imageViewportSize, IntPtr imageInUseSize, IntPtr imageOrigin, float requestedDepth, IntPtr image) |
| static internal void | vtkRayCastImageDisplayHelper_RenderTexture_12 (HandleRef pThis, HandleRef vol, HandleRef ren, HandleRef image, float requestedDepth) |
| static internal IntPtr | vtkRayCastImageDisplayHelper_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkRayCastImageDisplayHelper_SetPixelScale_14 (HandleRef pThis, float _arg) |
| static internal void | vtkRayCastImageDisplayHelper_SetPreMultipliedColors_15 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
| static | vtkRayCastImageDisplayHelper () |
| Automatically generated type registration mechanics. | |
vtkRayCastImageDisplayHelper - helper class that draws the image to the screen
Description This is a helper class for drawing images created from ray casting on the screen. This is the abstract device-independent superclass.
| static Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkRayCastImageDisplayHelper.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
| virtual float Kitware.VTK.vtkRayCastImageDisplayHelper.GetPixelScale | ( | ) | [virtual] |
Set / Get the pixel scale to be applied to the image before display. Can be set to scale the incoming pixel values - for example the fixed point mapper uses the unsigned short API but with 15 bit values so needs a scale of 2.0.
| virtual int Kitware.VTK.vtkRayCastImageDisplayHelper.GetPreMultipliedColors | ( | ) | [virtual] |
Undocumented Block.
| virtual int Kitware.VTK.vtkRayCastImageDisplayHelper.GetPreMultipliedColorsMaxValue | ( | ) | [virtual] |
Undocumented Block.
| virtual int Kitware.VTK.vtkRayCastImageDisplayHelper.GetPreMultipliedColorsMinValue | ( | ) | [virtual] |
Undocumented Block.
| override int Kitware.VTK.vtkRayCastImageDisplayHelper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
| static new int Kitware.VTK.vtkRayCastImageDisplayHelper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
| static new vtkRayCastImageDisplayHelper Kitware.VTK.vtkRayCastImageDisplayHelper.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
| virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.PreMultipliedColorsOff | ( | ) | [virtual] |
Undocumented Block.
| virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.PreMultipliedColorsOn | ( | ) | [virtual] |
Undocumented Block.
| virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.RenderTexture | ( | vtkVolume | vol, |
| vtkRenderer | ren, | ||
| IntPtr | imageMemorySize, | ||
| IntPtr | imageViewportSize, | ||
| IntPtr | imageInUseSize, | ||
| IntPtr | imageOrigin, | ||
| float | requestedDepth, | ||
| IntPtr | image | ||
| ) | [virtual] |
Undocumented Block.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
| virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.RenderTexture | ( | vtkVolume | vol, |
| vtkRenderer | ren, | ||
| vtkFixedPointRayCastImage | image, | ||
| float | requestedDepth | ||
| ) | [virtual] |
Undocumented Block.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
| static new vtkRayCastImageDisplayHelper Kitware.VTK.vtkRayCastImageDisplayHelper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
| virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.SetPixelScale | ( | float | _arg | ) | [virtual] |
Set / Get the pixel scale to be applied to the image before display. Can be set to scale the incoming pixel values - for example the fixed point mapper uses the unsigned short API but with 15 bit values so needs a scale of 2.0.
| virtual void Kitware.VTK.vtkRayCastImageDisplayHelper.SetPreMultipliedColors | ( | int | _arg | ) | [virtual] |
Undocumented Block.
| static internal float Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_GetPixelScale_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_GetPreMultipliedColors_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMinValue_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_PreMultipliedColorsOff_09 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_PreMultipliedColorsOn_10 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_RenderTexture_11 | ( | HandleRef | pThis, |
| HandleRef | vol, | ||
| HandleRef | ren, | ||
| IntPtr | imageMemorySize, | ||
| IntPtr | imageViewportSize, | ||
| IntPtr | imageInUseSize, | ||
| IntPtr | imageOrigin, | ||
| float | requestedDepth, | ||
| IntPtr | image | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_RenderTexture_12 | ( | HandleRef | pThis, |
| HandleRef | vol, | ||
| HandleRef | ren, | ||
| HandleRef | image, | ||
| float | requestedDepth | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_SafeDownCast_13 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_SetPixelScale_14 | ( | HandleRef | pThis, |
| float | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkRayCastImageDisplayHelper.vtkRayCastImageDisplayHelper_SetPreMultipliedColors_15 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkRayCastImageDisplayHelper.MRClassNameKey = "28vtkRayCastImageDisplayHelper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
| new const string Kitware.VTK.vtkRayCastImageDisplayHelper.MRFullTypeName = "Kitware.VTK.vtkRayCastImageDisplayHelper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkOpenGLRayCastImageDisplayHelper.
1.7.6.1