ActiViz .NET
5.8.0
|
vtkPImageWriter - Writes images to files. More...
Public Member Functions | |
vtkPImageWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPImageWriter () | |
Undocumented Block. | |
virtual uint | GetMemoryLimit () |
Set / Get the memory limit in kilobytes. The writer will stream to attempt to keep the pipeline size within this limit. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPImageWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetMemoryLimit (uint _arg) |
Set / Get the memory limit in kilobytes. The writer will stream to attempt to keep the pipeline size within this limit. | |
Static Public Member Functions | |
static new vtkPImageWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPImageWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPImageWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkPImageWriter" |
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 | vtkPImageWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkPImageWriter_GetMemoryLimit_01 (HandleRef pThis) |
static internal int | vtkPImageWriter_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkPImageWriter_IsTypeOf_03 (string type) |
static internal IntPtr | vtkPImageWriter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPImageWriter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPImageWriter_SetMemoryLimit_07 (HandleRef pThis, uint _arg) |
Static Private Member Functions | |
static | vtkPImageWriter () |
Automatically generated type registration mechanics. |
vtkPImageWriter - Writes images to files.
Description vtkPImageWriter writes images to files with any data type. The data type of the file is the same scalar type as the input. The dimensionality determines whether the data will be written in one or multiple files. This class is used as the superclass of most image writing classes such as vtkBMPWriter etc. It supports streaming.
static Kitware.VTK.vtkPImageWriter.vtkPImageWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPImageWriter.vtkPImageWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPImageWriter.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.vtkImageWriter.
virtual uint Kitware.VTK.vtkPImageWriter.GetMemoryLimit | ( | ) | [virtual] |
Set / Get the memory limit in kilobytes. The writer will stream to attempt to keep the pipeline size within this limit.
override int Kitware.VTK.vtkPImageWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
static new int Kitware.VTK.vtkPImageWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
static new vtkPImageWriter Kitware.VTK.vtkPImageWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
static new vtkPImageWriter Kitware.VTK.vtkPImageWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageWriter.
virtual void Kitware.VTK.vtkPImageWriter.SetMemoryLimit | ( | uint | _arg | ) | [virtual] |
Set / Get the memory limit in kilobytes. The writer will stream to attempt to keep the pipeline size within this limit.
static internal uint Kitware.VTK.vtkPImageWriter.vtkPImageWriter_GetMemoryLimit_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPImageWriter.vtkPImageWriter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPImageWriter.vtkPImageWriter_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPImageWriter.vtkPImageWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPImageWriter.vtkPImageWriter_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPImageWriter.vtkPImageWriter_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPImageWriter.vtkPImageWriter_SetMemoryLimit_07 | ( | HandleRef | pThis, |
uint | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkPImageWriter.MRClassNameKey = "15vtkPImageWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.
new const string Kitware.VTK.vtkPImageWriter.MRFullTypeName = "Kitware.VTK.vtkPImageWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageWriter.