ActiViz .NET
5.8.0
|
vtkPipelineSize - compute the memory required by a pipeline More...
Public Member Functions | |
vtkPipelineSize (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPipelineSize () | |
Undocumented Block. | |
uint | GetEstimatedSize (vtkAlgorithm input, int inputPort, int connection) |
Compute an estimate of how much memory a pipline will require in kilobytes (1024 bytes not 1000) This is only an estimate and the calculations in here do not take into account the specifics of many sources and filters. | |
uint | GetNumberOfSubPieces (uint memoryLimit, vtkPolyDataMapper mapper) |
Determine how many subpieces a mapper should use to fit a target memory limit. This takes into account the mapper's Piece and NumberOfPieces. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPipelineSize | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkPipelineSize | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPipelineSize | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPipelineSize" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkPipelineSize" |
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 | vtkPipelineSize_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkPipelineSize_GetEstimatedSize_01 (HandleRef pThis, HandleRef input, int inputPort, int connection) |
static internal uint | vtkPipelineSize_GetNumberOfSubPieces_02 (HandleRef pThis, uint memoryLimit, HandleRef mapper) |
static internal int | vtkPipelineSize_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkPipelineSize_IsTypeOf_04 (string type) |
static internal IntPtr | vtkPipelineSize_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPipelineSize_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkPipelineSize () |
Automatically generated type registration mechanics. |
vtkPipelineSize - compute the memory required by a pipeline
static Kitware.VTK.vtkPipelineSize.vtkPipelineSize | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPipelineSize.vtkPipelineSize | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPipelineSize.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.
uint Kitware.VTK.vtkPipelineSize.GetEstimatedSize | ( | vtkAlgorithm | input, |
int | inputPort, | ||
int | connection | ||
) |
Compute an estimate of how much memory a pipline will require in kilobytes (1024 bytes not 1000) This is only an estimate and the calculations in here do not take into account the specifics of many sources and filters.
uint Kitware.VTK.vtkPipelineSize.GetNumberOfSubPieces | ( | uint | memoryLimit, |
vtkPolyDataMapper | mapper | ||
) |
Determine how many subpieces a mapper should use to fit a target memory limit. This takes into account the mapper's Piece and NumberOfPieces.
override int Kitware.VTK.vtkPipelineSize.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkPipelineSize.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkPipelineSize Kitware.VTK.vtkPipelineSize.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkPipelineSize Kitware.VTK.vtkPipelineSize.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static internal uint Kitware.VTK.vtkPipelineSize.vtkPipelineSize_GetEstimatedSize_01 | ( | HandleRef | pThis, |
HandleRef | input, | ||
int | inputPort, | ||
int | connection | ||
) | [private] |
static internal uint Kitware.VTK.vtkPipelineSize.vtkPipelineSize_GetNumberOfSubPieces_02 | ( | HandleRef | pThis, |
uint | memoryLimit, | ||
HandleRef | mapper | ||
) | [private] |
static internal int Kitware.VTK.vtkPipelineSize.vtkPipelineSize_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPipelineSize.vtkPipelineSize_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPipelineSize.vtkPipelineSize_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPipelineSize.vtkPipelineSize_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPipelineSize.vtkPipelineSize_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkPipelineSize.MRClassNameKey = "15vtkPipelineSize" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkPipelineSize.MRFullTypeName = "Kitware.VTK.vtkPipelineSize" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.