ActiViz .NET
5.8.0
|
vtkPieceRequestFilter - Sets the piece request for upstream filters. More...
Public Member Functions | |
vtkPieceRequestFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPieceRequestFilter () | |
Undocumented Block. | |
virtual int | GetNumberOfPieces () |
The total number of pieces. | |
virtual int | GetNumberOfPiecesMaxValue () |
The total number of pieces. | |
virtual int | GetNumberOfPiecesMinValue () |
The total number of pieces. | |
vtkDataObject | GetOutput () |
Get the output data object for a port on this algorithm. | |
vtkDataObject | GetOutput (int arg0) |
Get the output data object for a port on this algorithm. | |
virtual int | GetPiece () |
The piece to extract. | |
virtual int | GetPieceMaxValue () |
The piece to extract. | |
virtual int | GetPieceMinValue () |
The piece to extract. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPieceRequestFilter | NewInstance () |
Undocumented Block. | |
void | SetInput (vtkDataObject arg0) |
Set an input of this algorithm. | |
void | SetInput (int arg0, vtkDataObject arg1) |
Set an input of this algorithm. | |
virtual void | SetNumberOfPieces (int _arg) |
The total number of pieces. | |
virtual void | SetPiece (int _arg) |
The piece to extract. | |
Static Public Member Functions | |
static new vtkPieceRequestFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPieceRequestFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPieceRequestFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkPieceRequestFilter" |
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 | vtkPieceRequestFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPieceRequestFilter_GetNumberOfPieces_01 (HandleRef pThis) |
static internal int | vtkPieceRequestFilter_GetNumberOfPiecesMaxValue_02 (HandleRef pThis) |
static internal int | vtkPieceRequestFilter_GetNumberOfPiecesMinValue_03 (HandleRef pThis) |
static internal IntPtr | vtkPieceRequestFilter_GetOutput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPieceRequestFilter_GetOutput_05 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkPieceRequestFilter_GetPiece_06 (HandleRef pThis) |
static internal int | vtkPieceRequestFilter_GetPieceMaxValue_07 (HandleRef pThis) |
static internal int | vtkPieceRequestFilter_GetPieceMinValue_08 (HandleRef pThis) |
static internal int | vtkPieceRequestFilter_IsA_09 (HandleRef pThis, string type) |
static internal int | vtkPieceRequestFilter_IsTypeOf_10 (string type) |
static internal IntPtr | vtkPieceRequestFilter_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPieceRequestFilter_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPieceRequestFilter_SetInput_14 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkPieceRequestFilter_SetInput_15 (HandleRef pThis, int arg0, HandleRef arg1) |
static internal void | vtkPieceRequestFilter_SetNumberOfPieces_16 (HandleRef pThis, int _arg) |
static internal void | vtkPieceRequestFilter_SetPiece_17 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkPieceRequestFilter () |
Automatically generated type registration mechanics. |
vtkPieceRequestFilter - Sets the piece request for upstream filters.
Description Sends the piece and number of pieces to upstream filters; passes the input to the output unmodified.
static Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkPieceRequestFilter.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.vtkAlgorithm.
virtual int Kitware.VTK.vtkPieceRequestFilter.GetNumberOfPieces | ( | ) | [virtual] |
The total number of pieces.
virtual int Kitware.VTK.vtkPieceRequestFilter.GetNumberOfPiecesMaxValue | ( | ) | [virtual] |
The total number of pieces.
virtual int Kitware.VTK.vtkPieceRequestFilter.GetNumberOfPiecesMinValue | ( | ) | [virtual] |
The total number of pieces.
Get the output data object for a port on this algorithm.
Get the output data object for a port on this algorithm.
virtual int Kitware.VTK.vtkPieceRequestFilter.GetPiece | ( | ) | [virtual] |
The piece to extract.
virtual int Kitware.VTK.vtkPieceRequestFilter.GetPieceMaxValue | ( | ) | [virtual] |
The piece to extract.
virtual int Kitware.VTK.vtkPieceRequestFilter.GetPieceMinValue | ( | ) | [virtual] |
The piece to extract.
override int Kitware.VTK.vtkPieceRequestFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
static new int Kitware.VTK.vtkPieceRequestFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
static new vtkPieceRequestFilter Kitware.VTK.vtkPieceRequestFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
static new vtkPieceRequestFilter Kitware.VTK.vtkPieceRequestFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
void Kitware.VTK.vtkPieceRequestFilter.SetInput | ( | vtkDataObject | arg0 | ) |
Set an input of this algorithm.
void Kitware.VTK.vtkPieceRequestFilter.SetInput | ( | int | arg0, |
vtkDataObject | arg1 | ||
) |
Set an input of this algorithm.
virtual void Kitware.VTK.vtkPieceRequestFilter.SetNumberOfPieces | ( | int | _arg | ) | [virtual] |
The total number of pieces.
virtual void Kitware.VTK.vtkPieceRequestFilter.SetPiece | ( | int | _arg | ) | [virtual] |
The piece to extract.
static internal int Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_GetNumberOfPieces_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_GetNumberOfPiecesMaxValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_GetNumberOfPiecesMinValue_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_GetOutput_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_GetOutput_05 | ( | HandleRef | pThis, |
int | arg0, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_GetPiece_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_GetPieceMaxValue_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_GetPieceMinValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_IsA_09 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_IsTypeOf_10 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_NewInstance_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_SetInput_14 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_SetInput_15 | ( | HandleRef | pThis, |
int | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_SetNumberOfPieces_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPieceRequestFilter.vtkPieceRequestFilter_SetPiece_17 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkPieceRequestFilter.MRClassNameKey = "21vtkPieceRequestFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.
new const string Kitware.VTK.vtkPieceRequestFilter.MRFullTypeName = "Kitware.VTK.vtkPieceRequestFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAlgorithm.