|
ActiViz .NET
5.8.0
|
vtkJPEGWriter - Writes JPEG files. More...
Public Member Functions | |
| vtkJPEGWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkJPEGWriter () | |
| Undocumented Block. | |
| virtual uint | GetProgressive () |
| Progressive JPEG generation. | |
| virtual int | GetQuality () |
| Compression quality. 0 = Low quality, 100 = High quality. | |
| virtual int | GetQualityMaxValue () |
| Compression quality. 0 = Low quality, 100 = High quality. | |
| virtual int | GetQualityMinValue () |
| Compression quality. 0 = Low quality, 100 = High quality. | |
| virtual vtkUnsignedCharArray | GetResult () |
| When writing to memory this is the result, it will be NULL until the data is written the first time. | |
| virtual uint | GetWriteToMemory () |
| Write the image to memory (a vtkUnsignedCharArray) | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkJPEGWriter | NewInstance () |
| Undocumented Block. | |
| virtual void | ProgressiveOff () |
| Progressive JPEG generation. | |
| virtual void | ProgressiveOn () |
| Progressive JPEG generation. | |
| virtual void | SetProgressive (uint _arg) |
| Progressive JPEG generation. | |
| virtual void | SetQuality (int _arg) |
| Compression quality. 0 = Low quality, 100 = High quality. | |
| virtual void | SetResult (vtkUnsignedCharArray arg0) |
| When writing to memory this is the result, it will be NULL until the data is written the first time. | |
| virtual void | SetWriteToMemory (uint _arg) |
| Write the image to memory (a vtkUnsignedCharArray) | |
| override void | Write () |
| The main interface which triggers the writer to start. | |
| virtual void | WriteToMemoryOff () |
| Write the image to memory (a vtkUnsignedCharArray) | |
| virtual void | WriteToMemoryOn () |
| Write the image to memory (a vtkUnsignedCharArray) | |
Static Public Member Functions | |
| static new vtkJPEGWriter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkJPEGWriter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkJPEGWriter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "13vtkJPEGWriter" |
| 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 | vtkJPEGWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal uint | vtkJPEGWriter_GetProgressive_01 (HandleRef pThis) |
| static internal int | vtkJPEGWriter_GetQuality_02 (HandleRef pThis) |
| static internal int | vtkJPEGWriter_GetQualityMaxValue_03 (HandleRef pThis) |
| static internal int | vtkJPEGWriter_GetQualityMinValue_04 (HandleRef pThis) |
| static internal IntPtr | vtkJPEGWriter_GetResult_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal uint | vtkJPEGWriter_GetWriteToMemory_06 (HandleRef pThis) |
| static internal int | vtkJPEGWriter_IsA_07 (HandleRef pThis, string type) |
| static internal int | vtkJPEGWriter_IsTypeOf_08 (string type) |
| static internal IntPtr | vtkJPEGWriter_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkJPEGWriter_ProgressiveOff_11 (HandleRef pThis) |
| static internal void | vtkJPEGWriter_ProgressiveOn_12 (HandleRef pThis) |
| static internal IntPtr | vtkJPEGWriter_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkJPEGWriter_SetProgressive_14 (HandleRef pThis, uint _arg) |
| static internal void | vtkJPEGWriter_SetQuality_15 (HandleRef pThis, int _arg) |
| static internal void | vtkJPEGWriter_SetResult_16 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkJPEGWriter_SetWriteToMemory_17 (HandleRef pThis, uint _arg) |
| static internal void | vtkJPEGWriter_Write_18 (HandleRef pThis) |
| static internal void | vtkJPEGWriter_WriteToMemoryOff_19 (HandleRef pThis) |
| static internal void | vtkJPEGWriter_WriteToMemoryOn_20 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkJPEGWriter () |
| Automatically generated type registration mechanics. | |
vtkJPEGWriter - Writes JPEG files.
Description vtkJPEGWriter writes JPEG files. It supports 1 and 3 component data of unsigned char. It relies on the IJG's libjpeg. Thanks to IJG for supplying a public jpeg IO library.
| static Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkJPEGWriter.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.vtkImageWriter.
| virtual uint Kitware.VTK.vtkJPEGWriter.GetProgressive | ( | ) | [virtual] |
Progressive JPEG generation.
| virtual int Kitware.VTK.vtkJPEGWriter.GetQuality | ( | ) | [virtual] |
Compression quality. 0 = Low quality, 100 = High quality.
| virtual int Kitware.VTK.vtkJPEGWriter.GetQualityMaxValue | ( | ) | [virtual] |
Compression quality. 0 = Low quality, 100 = High quality.
| virtual int Kitware.VTK.vtkJPEGWriter.GetQualityMinValue | ( | ) | [virtual] |
Compression quality. 0 = Low quality, 100 = High quality.
| virtual vtkUnsignedCharArray Kitware.VTK.vtkJPEGWriter.GetResult | ( | ) | [virtual] |
When writing to memory this is the result, it will be NULL until the data is written the first time.
| virtual uint Kitware.VTK.vtkJPEGWriter.GetWriteToMemory | ( | ) | [virtual] |
Write the image to memory (a vtkUnsignedCharArray)
| override int Kitware.VTK.vtkJPEGWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static new int Kitware.VTK.vtkJPEGWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static new vtkJPEGWriter Kitware.VTK.vtkJPEGWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| virtual void Kitware.VTK.vtkJPEGWriter.ProgressiveOff | ( | ) | [virtual] |
Progressive JPEG generation.
| virtual void Kitware.VTK.vtkJPEGWriter.ProgressiveOn | ( | ) | [virtual] |
Progressive JPEG generation.
| static new vtkJPEGWriter Kitware.VTK.vtkJPEGWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| virtual void Kitware.VTK.vtkJPEGWriter.SetProgressive | ( | uint | _arg | ) | [virtual] |
Progressive JPEG generation.
| virtual void Kitware.VTK.vtkJPEGWriter.SetQuality | ( | int | _arg | ) | [virtual] |
Compression quality. 0 = Low quality, 100 = High quality.
| virtual void Kitware.VTK.vtkJPEGWriter.SetResult | ( | vtkUnsignedCharArray | arg0 | ) | [virtual] |
When writing to memory this is the result, it will be NULL until the data is written the first time.
| virtual void Kitware.VTK.vtkJPEGWriter.SetWriteToMemory | ( | uint | _arg | ) | [virtual] |
Write the image to memory (a vtkUnsignedCharArray)
| static internal uint Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_GetProgressive_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_GetQuality_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_GetQualityMaxValue_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_GetQualityMinValue_04 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_GetResult_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal uint Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_GetWriteToMemory_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_IsA_07 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_IsTypeOf_08 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_NewInstance_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_ProgressiveOff_11 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_ProgressiveOn_12 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_SafeDownCast_13 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_SetProgressive_14 | ( | HandleRef | pThis, |
| uint | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_SetQuality_15 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_SetResult_16 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_SetWriteToMemory_17 | ( | HandleRef | pThis, |
| uint | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_Write_18 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_WriteToMemoryOff_19 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkJPEGWriter.vtkJPEGWriter_WriteToMemoryOn_20 | ( | HandleRef | pThis | ) | [private] |
| override void Kitware.VTK.vtkJPEGWriter.Write | ( | ) | [virtual] |
The main interface which triggers the writer to start.
Reimplemented from Kitware.VTK.vtkImageWriter.
| virtual void Kitware.VTK.vtkJPEGWriter.WriteToMemoryOff | ( | ) | [virtual] |
Write the image to memory (a vtkUnsignedCharArray)
| virtual void Kitware.VTK.vtkJPEGWriter.WriteToMemoryOn | ( | ) | [virtual] |
Write the image to memory (a vtkUnsignedCharArray)
new readonly string Kitware.VTK.vtkJPEGWriter.MRClassNameKey = "13vtkJPEGWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.
| new const string Kitware.VTK.vtkJPEGWriter.MRFullTypeName = "Kitware.VTK.vtkJPEGWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.
1.7.6.1