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.vtkASCIITextCodec Class Reference

vtkASCIITextCodec - Class to read/write ascii text. More...

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

List of all members.

Public Member Functions

 vtkASCIITextCodec (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkASCIITextCodec ()
 Undocumented Block.
override 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.
override string Name ()
 The name this codec goes by - should match the string the factory will take to create it.
new vtkASCIITextCodec NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkASCIITextCodec New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkASCIITextCodec SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkASCIITextCodec"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkASCIITextCodec"
 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 vtkASCIITextCodec_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkASCIITextCodec_CanHandle_01 (HandleRef pThis, string NameString)
static internal int vtkASCIITextCodec_IsA_02 (HandleRef pThis, string type)
static internal int vtkASCIITextCodec_IsTypeOf_03 (string type)
static internal IntPtr vtkASCIITextCodec_Name_04 (HandleRef pThis)
static internal IntPtr vtkASCIITextCodec_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkASCIITextCodec_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkASCIITextCodec ()
 Automatically generated type registration mechanics.

Detailed Description

vtkASCIITextCodec - Class to read/write ascii 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

vtkASCIITextCodecFactory


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkASCIITextCodec.vtkASCIITextCodec ( 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.vtkASCIITextCodec.CanHandle ( string  NameString) [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.vtkASCIITextCodec.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.vtkASCIITextCodec.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTextCodec.

static new int Kitware.VTK.vtkASCIITextCodec.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTextCodec.

override string Kitware.VTK.vtkASCIITextCodec.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.vtkASCIITextCodec.vtkASCIITextCodec_CanHandle_01 ( HandleRef  pThis,
string  NameString 
) [private]
static internal int Kitware.VTK.vtkASCIITextCodec.vtkASCIITextCodec_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkASCIITextCodec.vtkASCIITextCodec_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkASCIITextCodec.vtkASCIITextCodec_Name_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkASCIITextCodec.vtkASCIITextCodec_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkASCIITextCodec.vtkASCIITextCodec_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkASCIITextCodec.vtkASCIITextCodec_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkASCIITextCodec.MRClassNameKey = "17vtkASCIITextCodec" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTextCodec.

new const string Kitware.VTK.vtkASCIITextCodec.MRFullTypeName = "Kitware.VTK.vtkASCIITextCodec"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTextCodec.


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