ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkUTF8TextCodec Class Reference

vtkUTF8TextCodec - Class to read/write UTF-8 text More...

Inheritance diagram for Kitware.VTK.vtkUTF8TextCodec:
[legend]
Collaboration diagram for Kitware.VTK.vtkUTF8TextCodec:
[legend]

List of all members.

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.

Detailed Description

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


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTextCodec.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTextCodec.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: