|
ActiViz .NET
5.8.0
|
vtkPNGWriter - Writes PNG files. More...
Public Member Functions | |
| vtkPNGWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPNGWriter () | |
| Undocumented Block. | |
| 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 vtkPNGWriter | NewInstance () |
| Undocumented Block. | |
| 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 vtkPNGWriter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPNGWriter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPNGWriter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "12vtkPNGWriter" |
| 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 | vtkPNGWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPNGWriter_GetResult_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal uint | vtkPNGWriter_GetWriteToMemory_02 (HandleRef pThis) |
| static internal int | vtkPNGWriter_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkPNGWriter_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkPNGWriter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPNGWriter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPNGWriter_SetResult_08 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkPNGWriter_SetWriteToMemory_09 (HandleRef pThis, uint _arg) |
| static internal void | vtkPNGWriter_Write_10 (HandleRef pThis) |
| static internal void | vtkPNGWriter_WriteToMemoryOff_11 (HandleRef pThis) |
| static internal void | vtkPNGWriter_WriteToMemoryOn_12 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkPNGWriter () |
| Automatically generated type registration mechanics. | |
vtkPNGWriter - Writes PNG files.
Description vtkPNGWriter writes PNG files. It supports 1 to 4 component data of unsigned char or unsigned short
| static Kitware.VTK.vtkPNGWriter.vtkPNGWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPNGWriter.vtkPNGWriter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkPNGWriter.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 vtkUnsignedCharArray Kitware.VTK.vtkPNGWriter.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.vtkPNGWriter.GetWriteToMemory | ( | ) | [virtual] |
Write the image to memory (a vtkUnsignedCharArray)
| override int Kitware.VTK.vtkPNGWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static new int Kitware.VTK.vtkPNGWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static new vtkPNGWriter Kitware.VTK.vtkPNGWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static new vtkPNGWriter Kitware.VTK.vtkPNGWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| virtual void Kitware.VTK.vtkPNGWriter.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.vtkPNGWriter.SetWriteToMemory | ( | uint | _arg | ) | [virtual] |
Write the image to memory (a vtkUnsignedCharArray)
| static internal IntPtr Kitware.VTK.vtkPNGWriter.vtkPNGWriter_GetResult_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal uint Kitware.VTK.vtkPNGWriter.vtkPNGWriter_GetWriteToMemory_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPNGWriter.vtkPNGWriter_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPNGWriter.vtkPNGWriter_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNGWriter.vtkPNGWriter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNGWriter.vtkPNGWriter_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNGWriter.vtkPNGWriter_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_SetResult_08 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_SetWriteToMemory_09 | ( | HandleRef | pThis, |
| uint | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_Write_10 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_WriteToMemoryOff_11 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkPNGWriter.vtkPNGWriter_WriteToMemoryOn_12 | ( | HandleRef | pThis | ) | [private] |
| override void Kitware.VTK.vtkPNGWriter.Write | ( | ) | [virtual] |
The main interface which triggers the writer to start.
Reimplemented from Kitware.VTK.vtkImageWriter.
| virtual void Kitware.VTK.vtkPNGWriter.WriteToMemoryOff | ( | ) | [virtual] |
Write the image to memory (a vtkUnsignedCharArray)
| virtual void Kitware.VTK.vtkPNGWriter.WriteToMemoryOn | ( | ) | [virtual] |
Write the image to memory (a vtkUnsignedCharArray)
new readonly string Kitware.VTK.vtkPNGWriter.MRClassNameKey = "12vtkPNGWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.
| new const string Kitware.VTK.vtkPNGWriter.MRFullTypeName = "Kitware.VTK.vtkPNGWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.
1.7.6.1