|
ActiViz .NET
5.8.0
|
vtkPNGReader - read PNG files More...
Public Member Functions | |
| vtkPNGReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPNGReader () | |
| Undocumented Block. | |
| override int | CanReadFile (string fname) |
| Is the given file a PNG file? | |
| override string | GetDescriptiveName () |
| Return a descriptive name for the file format that might be useful in a GUI. | |
| override string | GetFileExtensions () |
| Get the file extensions for this format. Returns a string with a space separated list of extensions in the format .extension. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkPNGReader | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkPNGReader | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkPNGReader | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPNGReader" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "12vtkPNGReader" |
| 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 | vtkPNGReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkPNGReader_CanReadFile_01 (HandleRef pThis, string fname) |
| static internal IntPtr | vtkPNGReader_GetDescriptiveName_02 (HandleRef pThis) |
| static internal IntPtr | vtkPNGReader_GetFileExtensions_03 (HandleRef pThis) |
| static internal int | vtkPNGReader_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkPNGReader_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkPNGReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPNGReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkPNGReader () |
| Automatically generated type registration mechanics. | |
vtkPNGReader - read PNG files
Description vtkPNGReader is a source object that reads PNG files. It should be able to read most any PNG file
| static Kitware.VTK.vtkPNGReader.vtkPNGReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPNGReader.vtkPNGReader | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override int Kitware.VTK.vtkPNGReader.CanReadFile | ( | string | fname | ) | [virtual] |
Is the given file a PNG file?
Reimplemented from Kitware.VTK.vtkImageReader2.
| override void Kitware.VTK.vtkPNGReader.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.vtkImageReader2.
| override string Kitware.VTK.vtkPNGReader.GetDescriptiveName | ( | ) | [virtual] |
Return a descriptive name for the file format that might be useful in a GUI.
Reimplemented from Kitware.VTK.vtkImageReader2.
| override string Kitware.VTK.vtkPNGReader.GetFileExtensions | ( | ) | [virtual] |
Get the file extensions for this format. Returns a string with a space separated list of extensions in the format .extension.
Reimplemented from Kitware.VTK.vtkImageReader2.
| override int Kitware.VTK.vtkPNGReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
| static new int Kitware.VTK.vtkPNGReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
| static new vtkPNGReader Kitware.VTK.vtkPNGReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
| static new vtkPNGReader Kitware.VTK.vtkPNGReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
| static internal int Kitware.VTK.vtkPNGReader.vtkPNGReader_CanReadFile_01 | ( | HandleRef | pThis, |
| string | fname | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNGReader.vtkPNGReader_GetDescriptiveName_02 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNGReader.vtkPNGReader_GetFileExtensions_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPNGReader.vtkPNGReader_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPNGReader.vtkPNGReader_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNGReader.vtkPNGReader_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNGReader.vtkPNGReader_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPNGReader.vtkPNGReader_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPNGReader.MRClassNameKey = "12vtkPNGReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageReader2.
| new const string Kitware.VTK.vtkPNGReader.MRFullTypeName = "Kitware.VTK.vtkPNGReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageReader2.
1.7.6.1