|
ActiViz .NET
5.8.0
|
vtkXMLFileOutputWindow - XML File Specific output window class More...
Public Member Functions | |
| vtkXMLFileOutputWindow (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkXMLFileOutputWindow () | |
| Undocumented Block. | |
| override void | DisplayDebugText (string arg0) |
| Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. | |
| override void | DisplayErrorText (string arg0) |
| Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. | |
| override void | DisplayGenericWarningText (string arg0) |
| Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. | |
| virtual void | DisplayTag (string arg0) |
| Put the text into the log file without processing it. | |
| override void | DisplayText (string arg0) |
| Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. | |
| override void | DisplayWarningText (string arg0) |
| Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkXMLFileOutputWindow | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkXMLFileOutputWindow | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkXMLFileOutputWindow | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkXMLFileOutputWindow" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "22vtkXMLFileOutputWindow" |
| 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 | vtkXMLFileOutputWindow_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkXMLFileOutputWindow_DisplayDebugText_01 (HandleRef pThis, string arg0) |
| static internal void | vtkXMLFileOutputWindow_DisplayErrorText_02 (HandleRef pThis, string arg0) |
| static internal void | vtkXMLFileOutputWindow_DisplayGenericWarningText_03 (HandleRef pThis, string arg0) |
| static internal void | vtkXMLFileOutputWindow_DisplayTag_04 (HandleRef pThis, string arg0) |
| static internal void | vtkXMLFileOutputWindow_DisplayText_05 (HandleRef pThis, string arg0) |
| static internal void | vtkXMLFileOutputWindow_DisplayWarningText_06 (HandleRef pThis, string arg0) |
| static internal int | vtkXMLFileOutputWindow_IsA_07 (HandleRef pThis, string type) |
| static internal int | vtkXMLFileOutputWindow_IsTypeOf_08 (string type) |
| static internal IntPtr | vtkXMLFileOutputWindow_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkXMLFileOutputWindow_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkXMLFileOutputWindow () |
| Automatically generated type registration mechanics. | |
vtkXMLFileOutputWindow - XML File Specific output window class
Description Writes debug/warning/error output to an XML file. Uses prefined XML tags for each text display method. The text is processed to replace XML markup characters.
DisplayText - <Text>
DisplayErrorText - <Error>
DisplayWarningText - <Warning>
DisplayGenericWarningText - <GenericWarning>
DisplayDebugText - <Debug>
The method DisplayTag outputs the text unprocessed. To use this class, instantiate it and then call SetInstance(this).
| static Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkXMLFileOutputWindow.DisplayDebugText | ( | string | arg0 | ) | [virtual] |
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag.
Reimplemented from Kitware.VTK.vtkOutputWindow.
| override void Kitware.VTK.vtkXMLFileOutputWindow.DisplayErrorText | ( | string | arg0 | ) | [virtual] |
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag.
Reimplemented from Kitware.VTK.vtkOutputWindow.
| override void Kitware.VTK.vtkXMLFileOutputWindow.DisplayGenericWarningText | ( | string | arg0 | ) | [virtual] |
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag.
Reimplemented from Kitware.VTK.vtkOutputWindow.
| virtual void Kitware.VTK.vtkXMLFileOutputWindow.DisplayTag | ( | string | arg0 | ) | [virtual] |
Put the text into the log file without processing it.
| override void Kitware.VTK.vtkXMLFileOutputWindow.DisplayText | ( | string | arg0 | ) | [virtual] |
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag.
Reimplemented from Kitware.VTK.vtkFileOutputWindow.
| override void Kitware.VTK.vtkXMLFileOutputWindow.DisplayWarningText | ( | string | arg0 | ) | [virtual] |
Put the text into the log file. The text is processed to replace &, <, > with &, <, and >. Each display method outputs a different XML tag.
Reimplemented from Kitware.VTK.vtkOutputWindow.
| override void Kitware.VTK.vtkXMLFileOutputWindow.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.vtkFileOutputWindow.
| override int Kitware.VTK.vtkXMLFileOutputWindow.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkFileOutputWindow.
| static new int Kitware.VTK.vtkXMLFileOutputWindow.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkFileOutputWindow.
| static new vtkXMLFileOutputWindow Kitware.VTK.vtkXMLFileOutputWindow.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkFileOutputWindow.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkFileOutputWindow.
| static new vtkXMLFileOutputWindow Kitware.VTK.vtkXMLFileOutputWindow.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkFileOutputWindow.
| static internal void Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_DisplayDebugText_01 | ( | HandleRef | pThis, |
| string | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_DisplayErrorText_02 | ( | HandleRef | pThis, |
| string | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_DisplayGenericWarningText_03 | ( | HandleRef | pThis, |
| string | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_DisplayTag_04 | ( | HandleRef | pThis, |
| string | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_DisplayText_05 | ( | HandleRef | pThis, |
| string | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_DisplayWarningText_06 | ( | HandleRef | pThis, |
| string | arg0 | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_IsA_07 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_IsTypeOf_08 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_NewInstance_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkXMLFileOutputWindow.vtkXMLFileOutputWindow_SafeDownCast_11 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkXMLFileOutputWindow.MRClassNameKey = "22vtkXMLFileOutputWindow" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkFileOutputWindow.
| new const string Kitware.VTK.vtkXMLFileOutputWindow.MRFullTypeName = "Kitware.VTK.vtkXMLFileOutputWindow" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkFileOutputWindow.
1.7.6.1