|
ActiViz .NET
5.8.0
|
vtkJPEGReader - read JPEG files More...
Public Member Functions | |
| vtkJPEGReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkJPEGReader () | |
| Undocumented Block. | |
| override int | CanReadFile (string fname) |
| Is the given file a JPEG 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 vtkJPEGReader | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkJPEGReader | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkJPEGReader | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkJPEGReader" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "13vtkJPEGReader" |
| 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 | vtkJPEGReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkJPEGReader_CanReadFile_01 (HandleRef pThis, string fname) |
| static internal IntPtr | vtkJPEGReader_GetDescriptiveName_02 (HandleRef pThis) |
| static internal IntPtr | vtkJPEGReader_GetFileExtensions_03 (HandleRef pThis) |
| static internal int | vtkJPEGReader_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkJPEGReader_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkJPEGReader_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkJPEGReader_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkJPEGReader () |
| Automatically generated type registration mechanics. | |
vtkJPEGReader - read JPEG files
Description vtkJPEGReader is a source object that reads JPEG files. It should be able to read most any JPEG file
| static Kitware.VTK.vtkJPEGReader.vtkJPEGReader | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkJPEGReader.vtkJPEGReader | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override int Kitware.VTK.vtkJPEGReader.CanReadFile | ( | string | fname | ) | [virtual] |
Is the given file a JPEG file?
Reimplemented from Kitware.VTK.vtkImageReader2.
| override void Kitware.VTK.vtkJPEGReader.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.vtkJPEGReader.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.vtkJPEGReader.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.vtkJPEGReader.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
| static new int Kitware.VTK.vtkJPEGReader.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
| static new vtkJPEGReader Kitware.VTK.vtkJPEGReader.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
| static new vtkJPEGReader Kitware.VTK.vtkJPEGReader.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageReader2.
| static internal int Kitware.VTK.vtkJPEGReader.vtkJPEGReader_CanReadFile_01 | ( | HandleRef | pThis, |
| string | fname | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGReader.vtkJPEGReader_GetDescriptiveName_02 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGReader.vtkJPEGReader_GetFileExtensions_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkJPEGReader.vtkJPEGReader_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkJPEGReader.vtkJPEGReader_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGReader.vtkJPEGReader_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGReader.vtkJPEGReader_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkJPEGReader.vtkJPEGReader_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkJPEGReader.MRClassNameKey = "13vtkJPEGReader" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageReader2.
| new const string Kitware.VTK.vtkJPEGReader.MRFullTypeName = "Kitware.VTK.vtkJPEGReader" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageReader2.
1.7.6.1