ActiViz .NET
5.8.0
|
vtkDicer - abstract superclass to divide dataset into pieces More...
Public Member Functions | |
vtkDicer (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual void | FieldDataOff () |
Set/Get the flag which controls whether to generate point scalar data or point field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Note that the generated the data are integer numbers indicating which piece a particular point belongs to. | |
virtual void | FieldDataOn () |
Set/Get the flag which controls whether to generate point scalar data or point field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Note that the generated the data are integer numbers indicating which piece a particular point belongs to. | |
virtual int | GetDiceMode () |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used. | |
virtual int | GetDiceModeMaxValue () |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used. | |
virtual int | GetDiceModeMinValue () |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used. | |
virtual int | GetFieldData () |
Set/Get the flag which controls whether to generate point scalar data or point field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Note that the generated the data are integer numbers indicating which piece a particular point belongs to. | |
virtual uint | GetMemoryLimit () |
Control piece size based on a memory limit. (This ivar has effect only when the DiceMode is set to SetDiceModeToMemoryLimit()). The memory limit should be set in kilobytes. | |
virtual uint | GetMemoryLimitMaxValue () |
Control piece size based on a memory limit. (This ivar has effect only when the DiceMode is set to SetDiceModeToMemoryLimit()). The memory limit should be set in kilobytes. | |
virtual uint | GetMemoryLimitMinValue () |
Control piece size based on a memory limit. (This ivar has effect only when the DiceMode is set to SetDiceModeToMemoryLimit()). The memory limit should be set in kilobytes. | |
virtual int | GetNumberOfActualPieces () |
Use the following method after the filter has updated to determine the actual number of pieces the data was separated into. | |
virtual int | GetNumberOfPieces () |
Set/Get the number of pieces the object is to be separated into. (This ivar has effect only when the DiceMode is set to SetDiceModeToSpecifiedNumber()). Note that the ivar NumberOfPieces is a target - depending on the particulars of the data, more or less number of pieces than the target value may be created. | |
virtual int | GetNumberOfPiecesMaxValue () |
Set/Get the number of pieces the object is to be separated into. (This ivar has effect only when the DiceMode is set to SetDiceModeToSpecifiedNumber()). Note that the ivar NumberOfPieces is a target - depending on the particulars of the data, more or less number of pieces than the target value may be created. | |
virtual int | GetNumberOfPiecesMinValue () |
Set/Get the number of pieces the object is to be separated into. (This ivar has effect only when the DiceMode is set to SetDiceModeToSpecifiedNumber()). Note that the ivar NumberOfPieces is a target - depending on the particulars of the data, more or less number of pieces than the target value may be created. | |
virtual int | GetNumberOfPointsPerPiece () |
Control piece size based on the maximum number of points per piece. (This ivar has effect only when the DiceMode is set to SetDiceModeToNumberOfPoints().) | |
virtual int | GetNumberOfPointsPerPieceMaxValue () |
Control piece size based on the maximum number of points per piece. (This ivar has effect only when the DiceMode is set to SetDiceModeToNumberOfPoints().) | |
virtual int | GetNumberOfPointsPerPieceMinValue () |
Control piece size based on the maximum number of points per piece. (This ivar has effect only when the DiceMode is set to SetDiceModeToNumberOfPoints().) | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDicer | NewInstance () |
Undocumented Block. | |
virtual void | SetDiceMode (int _arg) |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used. | |
void | SetDiceModeToMemoryLimitPerPiece () |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used. | |
void | SetDiceModeToNumberOfPointsPerPiece () |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used. | |
void | SetDiceModeToSpecifiedNumberOfPieces () |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used. | |
virtual void | SetFieldData (int _arg) |
Set/Get the flag which controls whether to generate point scalar data or point field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Note that the generated the data are integer numbers indicating which piece a particular point belongs to. | |
virtual void | SetMemoryLimit (uint _arg) |
Control piece size based on a memory limit. (This ivar has effect only when the DiceMode is set to SetDiceModeToMemoryLimit()). The memory limit should be set in kilobytes. | |
virtual void | SetNumberOfPieces (int _arg) |
Set/Get the number of pieces the object is to be separated into. (This ivar has effect only when the DiceMode is set to SetDiceModeToSpecifiedNumber()). Note that the ivar NumberOfPieces is a target - depending on the particulars of the data, more or less number of pieces than the target value may be created. | |
virtual void | SetNumberOfPointsPerPiece (int _arg) |
Control piece size based on the maximum number of points per piece. (This ivar has effect only when the DiceMode is set to SetDiceModeToNumberOfPoints().) | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDicer | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDicer" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "8vtkDicer" |
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 void | vtkDicer_FieldDataOff_01 (HandleRef pThis) |
static internal void | vtkDicer_FieldDataOn_02 (HandleRef pThis) |
static internal int | vtkDicer_GetDiceMode_03 (HandleRef pThis) |
static internal int | vtkDicer_GetDiceModeMaxValue_04 (HandleRef pThis) |
static internal int | vtkDicer_GetDiceModeMinValue_05 (HandleRef pThis) |
static internal int | vtkDicer_GetFieldData_06 (HandleRef pThis) |
static internal uint | vtkDicer_GetMemoryLimit_07 (HandleRef pThis) |
static internal uint | vtkDicer_GetMemoryLimitMaxValue_08 (HandleRef pThis) |
static internal uint | vtkDicer_GetMemoryLimitMinValue_09 (HandleRef pThis) |
static internal int | vtkDicer_GetNumberOfActualPieces_10 (HandleRef pThis) |
static internal int | vtkDicer_GetNumberOfPieces_11 (HandleRef pThis) |
static internal int | vtkDicer_GetNumberOfPiecesMaxValue_12 (HandleRef pThis) |
static internal int | vtkDicer_GetNumberOfPiecesMinValue_13 (HandleRef pThis) |
static internal int | vtkDicer_GetNumberOfPointsPerPiece_14 (HandleRef pThis) |
static internal int | vtkDicer_GetNumberOfPointsPerPieceMaxValue_15 (HandleRef pThis) |
static internal int | vtkDicer_GetNumberOfPointsPerPieceMinValue_16 (HandleRef pThis) |
static internal int | vtkDicer_IsA_17 (HandleRef pThis, string type) |
static internal int | vtkDicer_IsTypeOf_18 (string type) |
static internal IntPtr | vtkDicer_NewInstance_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDicer_SafeDownCast_20 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDicer_SetDiceMode_21 (HandleRef pThis, int _arg) |
static internal void | vtkDicer_SetDiceModeToMemoryLimitPerPiece_22 (HandleRef pThis) |
static internal void | vtkDicer_SetDiceModeToNumberOfPointsPerPiece_23 (HandleRef pThis) |
static internal void | vtkDicer_SetDiceModeToSpecifiedNumberOfPieces_24 (HandleRef pThis) |
static internal void | vtkDicer_SetFieldData_25 (HandleRef pThis, int _arg) |
static internal void | vtkDicer_SetMemoryLimit_26 (HandleRef pThis, uint _arg) |
static internal void | vtkDicer_SetNumberOfPieces_27 (HandleRef pThis, int _arg) |
static internal void | vtkDicer_SetNumberOfPointsPerPiece_28 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkDicer () |
Automatically generated type registration mechanics. |
vtkDicer - abstract superclass to divide dataset into pieces
Description Subclasses of vtkDicer divides the input dataset into separate pieces. These pieces can then be operated on by other filters (e.g., vtkThreshold). One application is to break very large polygonal models into pieces and performing viewing and occlusion culling on the pieces. Multiple pieces can also be streamed through the visualization pipeline.
To use this filter, you must specify the execution mode of the filter; i.e., set the way that the piece size is controlled (do this by setting the DiceMode ivar). The filter does not change the geometry or topology of the input dataset, rather it generates integer numbers that indicate which piece a particular point belongs to (i.e., it modifies the point and cell attribute data). The integer number can be placed into the output scalar data, or the output field data.
static Kitware.VTK.vtkDicer.vtkDicer | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDicer.vtkDicer | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkDicer.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.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkOBBDicer.
virtual void Kitware.VTK.vtkDicer.FieldDataOff | ( | ) | [virtual] |
Set/Get the flag which controls whether to generate point scalar data or point field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Note that the generated the data are integer numbers indicating which piece a particular point belongs to.
virtual void Kitware.VTK.vtkDicer.FieldDataOn | ( | ) | [virtual] |
Set/Get the flag which controls whether to generate point scalar data or point field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Note that the generated the data are integer numbers indicating which piece a particular point belongs to.
virtual int Kitware.VTK.vtkDicer.GetDiceMode | ( | ) | [virtual] |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used.
virtual int Kitware.VTK.vtkDicer.GetDiceModeMaxValue | ( | ) | [virtual] |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used.
virtual int Kitware.VTK.vtkDicer.GetDiceModeMinValue | ( | ) | [virtual] |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used.
virtual int Kitware.VTK.vtkDicer.GetFieldData | ( | ) | [virtual] |
Set/Get the flag which controls whether to generate point scalar data or point field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Note that the generated the data are integer numbers indicating which piece a particular point belongs to.
virtual uint Kitware.VTK.vtkDicer.GetMemoryLimit | ( | ) | [virtual] |
Control piece size based on a memory limit. (This ivar has effect only when the DiceMode is set to SetDiceModeToMemoryLimit()). The memory limit should be set in kilobytes.
virtual uint Kitware.VTK.vtkDicer.GetMemoryLimitMaxValue | ( | ) | [virtual] |
Control piece size based on a memory limit. (This ivar has effect only when the DiceMode is set to SetDiceModeToMemoryLimit()). The memory limit should be set in kilobytes.
virtual uint Kitware.VTK.vtkDicer.GetMemoryLimitMinValue | ( | ) | [virtual] |
Control piece size based on a memory limit. (This ivar has effect only when the DiceMode is set to SetDiceModeToMemoryLimit()). The memory limit should be set in kilobytes.
virtual int Kitware.VTK.vtkDicer.GetNumberOfActualPieces | ( | ) | [virtual] |
Use the following method after the filter has updated to determine the actual number of pieces the data was separated into.
virtual int Kitware.VTK.vtkDicer.GetNumberOfPieces | ( | ) | [virtual] |
Set/Get the number of pieces the object is to be separated into. (This ivar has effect only when the DiceMode is set to SetDiceModeToSpecifiedNumber()). Note that the ivar NumberOfPieces is a target - depending on the particulars of the data, more or less number of pieces than the target value may be created.
virtual int Kitware.VTK.vtkDicer.GetNumberOfPiecesMaxValue | ( | ) | [virtual] |
Set/Get the number of pieces the object is to be separated into. (This ivar has effect only when the DiceMode is set to SetDiceModeToSpecifiedNumber()). Note that the ivar NumberOfPieces is a target - depending on the particulars of the data, more or less number of pieces than the target value may be created.
virtual int Kitware.VTK.vtkDicer.GetNumberOfPiecesMinValue | ( | ) | [virtual] |
Set/Get the number of pieces the object is to be separated into. (This ivar has effect only when the DiceMode is set to SetDiceModeToSpecifiedNumber()). Note that the ivar NumberOfPieces is a target - depending on the particulars of the data, more or less number of pieces than the target value may be created.
virtual int Kitware.VTK.vtkDicer.GetNumberOfPointsPerPiece | ( | ) | [virtual] |
Control piece size based on the maximum number of points per piece. (This ivar has effect only when the DiceMode is set to SetDiceModeToNumberOfPoints().)
virtual int Kitware.VTK.vtkDicer.GetNumberOfPointsPerPieceMaxValue | ( | ) | [virtual] |
Control piece size based on the maximum number of points per piece. (This ivar has effect only when the DiceMode is set to SetDiceModeToNumberOfPoints().)
virtual int Kitware.VTK.vtkDicer.GetNumberOfPointsPerPieceMinValue | ( | ) | [virtual] |
Control piece size based on the maximum number of points per piece. (This ivar has effect only when the DiceMode is set to SetDiceModeToNumberOfPoints().)
override int Kitware.VTK.vtkDicer.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkOBBDicer.
static new int Kitware.VTK.vtkDicer.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkOBBDicer.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkOBBDicer.
static new vtkDicer Kitware.VTK.vtkDicer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkOBBDicer.
virtual void Kitware.VTK.vtkDicer.SetDiceMode | ( | int | _arg | ) | [virtual] |
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used.
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used.
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used.
Specify the method to determine how many pieces the data should be broken into. By default, the number of points per piece is used.
virtual void Kitware.VTK.vtkDicer.SetFieldData | ( | int | _arg | ) | [virtual] |
Set/Get the flag which controls whether to generate point scalar data or point field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Note that the generated the data are integer numbers indicating which piece a particular point belongs to.
virtual void Kitware.VTK.vtkDicer.SetMemoryLimit | ( | uint | _arg | ) | [virtual] |
Control piece size based on a memory limit. (This ivar has effect only when the DiceMode is set to SetDiceModeToMemoryLimit()). The memory limit should be set in kilobytes.
virtual void Kitware.VTK.vtkDicer.SetNumberOfPieces | ( | int | _arg | ) | [virtual] |
Set/Get the number of pieces the object is to be separated into. (This ivar has effect only when the DiceMode is set to SetDiceModeToSpecifiedNumber()). Note that the ivar NumberOfPieces is a target - depending on the particulars of the data, more or less number of pieces than the target value may be created.
virtual void Kitware.VTK.vtkDicer.SetNumberOfPointsPerPiece | ( | int | _arg | ) | [virtual] |
Control piece size based on the maximum number of points per piece. (This ivar has effect only when the DiceMode is set to SetDiceModeToNumberOfPoints().)
static internal void Kitware.VTK.vtkDicer.vtkDicer_FieldDataOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_FieldDataOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetDiceMode_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetDiceModeMaxValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetDiceModeMinValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetFieldData_06 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkDicer.vtkDicer_GetMemoryLimit_07 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkDicer.vtkDicer_GetMemoryLimitMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkDicer.vtkDicer_GetMemoryLimitMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetNumberOfActualPieces_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetNumberOfPieces_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetNumberOfPiecesMaxValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetNumberOfPiecesMinValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetNumberOfPointsPerPiece_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetNumberOfPointsPerPieceMaxValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_GetNumberOfPointsPerPieceMinValue_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_IsA_17 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDicer.vtkDicer_IsTypeOf_18 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDicer.vtkDicer_NewInstance_19 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDicer.vtkDicer_SafeDownCast_20 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_SetDiceMode_21 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_SetDiceModeToMemoryLimitPerPiece_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_SetDiceModeToNumberOfPointsPerPiece_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_SetDiceModeToSpecifiedNumberOfPieces_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_SetFieldData_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_SetMemoryLimit_26 | ( | HandleRef | pThis, |
uint | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_SetNumberOfPieces_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDicer.vtkDicer_SetNumberOfPointsPerPiece_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkDicer.MRClassNameKey = "8vtkDicer" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkOBBDicer.
new const string Kitware.VTK.vtkDicer.MRFullTypeName = "Kitware.VTK.vtkDicer" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkOBBDicer.