|
ActiViz .NET
5.8.0
|
vtkPNMWriter - Writes PNM (portable any map) files. More...
Public Member Functions | |
| vtkPNMWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPNMWriter () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPNMWriter | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkPNMWriter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPNMWriter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPNMWriter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "12vtkPNMWriter" |
| 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 | vtkPNMWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkPNMWriter_IsA_01 (HandleRef pThis, string type) |
| static internal int | vtkPNMWriter_IsTypeOf_02 (string type) |
| static internal IntPtr | vtkPNMWriter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPNMWriter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkPNMWriter () |
| Automatically generated type registration mechanics. | |
vtkPNMWriter - Writes PNM (portable any map) files.
Description vtkPNMWriter writes PNM file. The data type of the file is unsigned char regardless of the input type.
| static Kitware.VTK.vtkPNMWriter.vtkPNMWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPNMWriter.vtkPNMWriter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkPNMWriter.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.
| override int Kitware.VTK.vtkPNMWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static new int Kitware.VTK.vtkPNMWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static new vtkPNMWriter Kitware.VTK.vtkPNMWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static new vtkPNMWriter Kitware.VTK.vtkPNMWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
| static internal int Kitware.VTK.vtkPNMWriter.vtkPNMWriter_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPNMWriter.vtkPNMWriter_IsTypeOf_02 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNMWriter.vtkPNMWriter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNMWriter.vtkPNMWriter_NewInstance_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNMWriter.vtkPNMWriter_SafeDownCast_05 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPNMWriter.MRClassNameKey = "12vtkPNMWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.
| new const string Kitware.VTK.vtkPNMWriter.MRFullTypeName = "Kitware.VTK.vtkPNMWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.
1.7.6.1