ActiViz .NET
5.8.0
|
vtkTextCodec - Virtual class to act as an interface for all text codecs More...
Public Member Functions | |
vtkTextCodec (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual bool | CanHandle (string NameString) |
The name this codec goes by - should match the string the factory will take to create it. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual string | Name () |
The name this codec goes by - should match the string the factory will take to create it. | |
new vtkTextCodec | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTextCodec | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTextCodec" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkTextCodec" |
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 byte | vtkTextCodec_CanHandle_01 (HandleRef pThis, string NameString) |
static internal int | vtkTextCodec_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkTextCodec_IsTypeOf_03 (string type) |
static internal IntPtr | vtkTextCodec_Name_04 (HandleRef pThis) |
static internal IntPtr | vtkTextCodec_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTextCodec_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkTextCodec () |
Automatically generated type registration mechanics. |
vtkTextCodec - Virtual class to act as an interface for all text codecs
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
static Kitware.VTK.vtkTextCodec.vtkTextCodec | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTextCodec.vtkTextCodec | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
virtual bool Kitware.VTK.vtkTextCodec.CanHandle | ( | string | NameString | ) | [virtual] |
The name this codec goes by - should match the string the factory will take to create it.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.
override void Kitware.VTK.vtkTextCodec.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.vtkObject.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.
override int Kitware.VTK.vtkTextCodec.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.
static new int Kitware.VTK.vtkTextCodec.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.
virtual string Kitware.VTK.vtkTextCodec.Name | ( | ) | [virtual] |
The name this codec goes by - should match the string the factory will take to create it.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.
static new vtkTextCodec Kitware.VTK.vtkTextCodec.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.
static internal byte Kitware.VTK.vtkTextCodec.vtkTextCodec_CanHandle_01 | ( | HandleRef | pThis, |
string | NameString | ||
) | [private] |
static internal int Kitware.VTK.vtkTextCodec.vtkTextCodec_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTextCodec.vtkTextCodec_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextCodec.vtkTextCodec_Name_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTextCodec.vtkTextCodec_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTextCodec.vtkTextCodec_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkTextCodec.MRClassNameKey = "12vtkTextCodec" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.
new const string Kitware.VTK.vtkTextCodec.MRFullTypeName = "Kitware.VTK.vtkTextCodec" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkASCIITextCodec, Kitware.VTK.vtkUTF16TextCodec, and Kitware.VTK.vtkUTF8TextCodec.