ActiViz .NET
5.8.0
|
vtkUTF8TextCodec - Class to read/write UTF-8 text More...
Public Member Functions | |
vtkUTF8TextCodec (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkUTF8TextCodec () | |
Undocumented Block. | |
override bool | CanHandle (string testStr) |
The name this codec goes by - should match the string the factory will take to create it. | |
override int | IsA (string type) |
Undocumented Block. | |
override string | Name () |
The name this codec goes by - should match the string the factory will take to create it. | |
new vtkUTF8TextCodec | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkUTF8TextCodec | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkUTF8TextCodec | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkUTF8TextCodec" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkUTF8TextCodec" |
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 | vtkUTF8TextCodec_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkUTF8TextCodec_CanHandle_01 (HandleRef pThis, string testStr) |
static internal int | vtkUTF8TextCodec_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkUTF8TextCodec_IsTypeOf_03 (string type) |
static internal IntPtr | vtkUTF8TextCodec_Name_04 (HandleRef pThis) |
static internal IntPtr | vtkUTF8TextCodec_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkUTF8TextCodec_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkUTF8TextCodec () |
Automatically generated type registration mechanics. |
vtkUTF8TextCodec - Class to read/write UTF-8 text
Description A virtual class interface for codecs that readers/writers can rely on
Thanks Thanks to Tim Shed from Sandia National Laboratories for his work on the concepts and to Marcus Hanwell and Jeff Baumes of Kitware for keeping me out of the weeds
vtkUTF8TextCodecFactory
static Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override bool Kitware.VTK.vtkUTF8TextCodec.CanHandle | ( | string | testStr | ) | [virtual] |
The name this codec goes by - should match the string the factory will take to create it.
Reimplemented from Kitware.VTK.vtkTextCodec.
override void Kitware.VTK.vtkUTF8TextCodec.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.vtkTextCodec.
override int Kitware.VTK.vtkUTF8TextCodec.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTextCodec.
static new int Kitware.VTK.vtkUTF8TextCodec.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTextCodec.
override string Kitware.VTK.vtkUTF8TextCodec.Name | ( | ) | [virtual] |
The name this codec goes by - should match the string the factory will take to create it.
Reimplemented from Kitware.VTK.vtkTextCodec.
static new vtkUTF8TextCodec Kitware.VTK.vtkUTF8TextCodec.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTextCodec.
static new vtkUTF8TextCodec Kitware.VTK.vtkUTF8TextCodec.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTextCodec.
static internal byte Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec_CanHandle_01 | ( | HandleRef | pThis, |
string | testStr | ||
) | [private] |
static internal int Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec_Name_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkUTF8TextCodec.vtkUTF8TextCodec_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkUTF8TextCodec.MRClassNameKey = "16vtkUTF8TextCodec" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTextCodec.
new const string Kitware.VTK.vtkUTF8TextCodec.MRFullTypeName = "Kitware.VTK.vtkUTF8TextCodec" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTextCodec.