ActiViz .NET
5.8.0
|
vtkFileOutputWindow - File Specific output window class More...
Public Member Functions | |
vtkFileOutputWindow (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkFileOutputWindow () | |
Undocumented Block. | |
virtual void | AppendOff () |
Setting append will cause the log file to be opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created. | |
virtual void | AppendOn () |
Setting append will cause the log file to be opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created. | |
override void | DisplayText (string arg0) |
Put the text into the log file. New lines are converted to carriage return new lines. | |
virtual void | FlushOff () |
Turns on buffer flushing for the output to the log file. | |
virtual void | FlushOn () |
Turns on buffer flushing for the output to the log file. | |
virtual int | GetAppend () |
Setting append will cause the log file to be opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created. | |
virtual string | GetFileName () |
Sets the name for the log file. | |
virtual int | GetFlush () |
Turns on buffer flushing for the output to the log file. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkFileOutputWindow | NewInstance () |
Undocumented Block. | |
virtual void | SetAppend (int _arg) |
Setting append will cause the log file to be opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created. | |
virtual void | SetFileName (string _arg) |
Sets the name for the log file. | |
virtual void | SetFlush (int _arg) |
Turns on buffer flushing for the output to the log file. | |
Static Public Member Functions | |
static new vtkFileOutputWindow | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkFileOutputWindow | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkFileOutputWindow" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkFileOutputWindow" |
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 | vtkFileOutputWindow_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkFileOutputWindow_AppendOff_01 (HandleRef pThis) |
static internal void | vtkFileOutputWindow_AppendOn_02 (HandleRef pThis) |
static internal void | vtkFileOutputWindow_DisplayText_03 (HandleRef pThis, string arg0) |
static internal void | vtkFileOutputWindow_FlushOff_04 (HandleRef pThis) |
static internal void | vtkFileOutputWindow_FlushOn_05 (HandleRef pThis) |
static internal int | vtkFileOutputWindow_GetAppend_06 (HandleRef pThis) |
static internal IntPtr | vtkFileOutputWindow_GetFileName_07 (HandleRef pThis) |
static internal int | vtkFileOutputWindow_GetFlush_08 (HandleRef pThis) |
static internal int | vtkFileOutputWindow_IsA_09 (HandleRef pThis, string type) |
static internal int | vtkFileOutputWindow_IsTypeOf_10 (string type) |
static internal IntPtr | vtkFileOutputWindow_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkFileOutputWindow_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkFileOutputWindow_SetAppend_14 (HandleRef pThis, int _arg) |
static internal void | vtkFileOutputWindow_SetFileName_15 (HandleRef pThis, string _arg) |
static internal void | vtkFileOutputWindow_SetFlush_16 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkFileOutputWindow () |
Automatically generated type registration mechanics. |
vtkFileOutputWindow - File Specific output window class
Description Writes debug/warning/error output to a log file instead of the console. To use this class, instantiate it and then call SetInstance(this).
static Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkFileOutputWindow.AppendOff | ( | ) | [virtual] |
Setting append will cause the log file to be opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created.
virtual void Kitware.VTK.vtkFileOutputWindow.AppendOn | ( | ) | [virtual] |
Setting append will cause the log file to be opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created.
override void Kitware.VTK.vtkFileOutputWindow.DisplayText | ( | string | arg0 | ) | [virtual] |
Put the text into the log file. New lines are converted to carriage return new lines.
Reimplemented from Kitware.VTK.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.
override void Kitware.VTK.vtkFileOutputWindow.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.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.
virtual void Kitware.VTK.vtkFileOutputWindow.FlushOff | ( | ) | [virtual] |
Turns on buffer flushing for the output to the log file.
virtual void Kitware.VTK.vtkFileOutputWindow.FlushOn | ( | ) | [virtual] |
Turns on buffer flushing for the output to the log file.
virtual int Kitware.VTK.vtkFileOutputWindow.GetAppend | ( | ) | [virtual] |
Setting append will cause the log file to be opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created.
virtual string Kitware.VTK.vtkFileOutputWindow.GetFileName | ( | ) | [virtual] |
Sets the name for the log file.
virtual int Kitware.VTK.vtkFileOutputWindow.GetFlush | ( | ) | [virtual] |
Turns on buffer flushing for the output to the log file.
override int Kitware.VTK.vtkFileOutputWindow.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.
static new int Kitware.VTK.vtkFileOutputWindow.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.
static new vtkFileOutputWindow Kitware.VTK.vtkFileOutputWindow.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.
static new vtkFileOutputWindow Kitware.VTK.vtkFileOutputWindow.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.
virtual void Kitware.VTK.vtkFileOutputWindow.SetAppend | ( | int | _arg | ) | [virtual] |
Setting append will cause the log file to be opened in append mode. Otherwise, if the log file exists, it will be overwritten each time the vtkFileOutputWindow is created.
virtual void Kitware.VTK.vtkFileOutputWindow.SetFileName | ( | string | _arg | ) | [virtual] |
Sets the name for the log file.
virtual void Kitware.VTK.vtkFileOutputWindow.SetFlush | ( | int | _arg | ) | [virtual] |
Turns on buffer flushing for the output to the log file.
static internal void Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_AppendOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_AppendOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_DisplayText_03 | ( | HandleRef | pThis, |
string | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_FlushOff_04 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_FlushOn_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_GetAppend_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_GetFileName_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_GetFlush_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_SetAppend_14 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_SetFileName_15 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkFileOutputWindow.vtkFileOutputWindow_SetFlush_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkFileOutputWindow.MRClassNameKey = "19vtkFileOutputWindow" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.
new const string Kitware.VTK.vtkFileOutputWindow.MRFullTypeName = "Kitware.VTK.vtkFileOutputWindow" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkOutputWindow.
Reimplemented in Kitware.VTK.vtkXMLFileOutputWindow.