ActiViz .NET
5.8.0
|
vtkXMLUtilities - XML utilities. More...
Public Member Functions | |
vtkXMLUtilities (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkXMLUtilities () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkXMLUtilities | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkXMLUtilities | New () |
Undocumented Block. | |
static void | FactorElements (vtkXMLDataElement tree) |
Factor and unfactor a tree. This operation looks for duplicate elements in the tree, and replace them with references to a pool of elements. Unfactoring a non-factored element is harmless. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static vtkXMLDataElement | ReadElementFromFile (string filename, int encoding) |
Collate a vtkXMLDataElement's attributes to a stream as a series of name="value" pairs (the separator between each pair can be specified, if not, it defaults to a space). Note that the resulting character-encoding will be UTF-8 (we assume that this function is used to create XML files/streams). | |
static vtkXMLDataElement | ReadElementFromString (string str, int encoding) |
Collate a vtkXMLDataElement's attributes to a stream as a series of name="value" pairs (the separator between each pair can be specified, if not, it defaults to a space). Note that the resulting character-encoding will be UTF-8 (we assume that this function is used to create XML files/streams). | |
static new vtkXMLUtilities | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
static void | UnFactorElements (vtkXMLDataElement tree) |
Factor and unfactor a tree. This operation looks for duplicate elements in the tree, and replace them with references to a pool of elements. Unfactoring a non-factored element is harmless. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkXMLUtilities" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkXMLUtilities" |
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 | vtkXMLUtilities_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLUtilities_FactorElements_01 (HandleRef tree) |
static internal int | vtkXMLUtilities_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkXMLUtilities_IsTypeOf_03 (string type) |
static internal IntPtr | vtkXMLUtilities_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLUtilities_ReadElementFromFile_06 (string filename, int encoding, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLUtilities_ReadElementFromString_07 (string str, int encoding, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkXMLUtilities_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkXMLUtilities_UnFactorElements_09 (HandleRef tree) |
Static Private Member Functions | |
static | vtkXMLUtilities () |
Automatically generated type registration mechanics. |
vtkXMLUtilities - XML utilities.
Description vtkXMLUtilities provides XML-related convenience functions.
static Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkXMLUtilities.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.
static void Kitware.VTK.vtkXMLUtilities.FactorElements | ( | vtkXMLDataElement | tree | ) | [static] |
Factor and unfactor a tree. This operation looks for duplicate elements in the tree, and replace them with references to a pool of elements. Unfactoring a non-factored element is harmless.
override int Kitware.VTK.vtkXMLUtilities.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkXMLUtilities.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkXMLUtilities Kitware.VTK.vtkXMLUtilities.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static vtkXMLDataElement Kitware.VTK.vtkXMLUtilities.ReadElementFromFile | ( | string | filename, |
int | encoding | ||
) | [static] |
Collate a vtkXMLDataElement's attributes to a stream as a series of name="value" pairs (the separator between each pair can be specified, if not, it defaults to a space). Note that the resulting character-encoding will be UTF-8 (we assume that this function is used to create XML files/streams).
static vtkXMLDataElement Kitware.VTK.vtkXMLUtilities.ReadElementFromString | ( | string | str, |
int | encoding | ||
) | [static] |
Collate a vtkXMLDataElement's attributes to a stream as a series of name="value" pairs (the separator between each pair can be specified, if not, it defaults to a space). Note that the resulting character-encoding will be UTF-8 (we assume that this function is used to create XML files/streams).
static new vtkXMLUtilities Kitware.VTK.vtkXMLUtilities.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static void Kitware.VTK.vtkXMLUtilities.UnFactorElements | ( | vtkXMLDataElement | tree | ) | [static] |
Factor and unfactor a tree. This operation looks for duplicate elements in the tree, and replace them with references to a pool of elements. Unfactoring a non-factored element is harmless.
static internal void Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_FactorElements_01 | ( | HandleRef | tree | ) | [private] |
static internal int Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_ReadElementFromFile_06 | ( | string | filename, |
int | encoding, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_ReadElementFromString_07 | ( | string | str, |
int | encoding, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkXMLUtilities.vtkXMLUtilities_UnFactorElements_09 | ( | HandleRef | tree | ) | [private] |
new readonly string Kitware.VTK.vtkXMLUtilities.MRClassNameKey = "15vtkXMLUtilities" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkXMLUtilities.MRFullTypeName = "Kitware.VTK.vtkXMLUtilities" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.