ActiViz .NET
5.8.0
|
vtkProcessIdScalars - Sets cell or point scalars to the processor rank. More...
Public Member Functions | |
vtkProcessIdScalars (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkProcessIdScalars () | |
Undocumented Block. | |
virtual vtkMultiProcessController | GetController () |
By defualt this filter uses the global controller, but this method can be used to set another instead. | |
virtual int | GetRandomMode () |
Dscription: This option uses a random mapping between pieces and scalar values. The scalar values are choosen between 0 and 1. By default, random mode is off. | |
int | GetScalarMode () |
Option to centerate cell scalars of points scalars. Default is point scalars. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkProcessIdScalars | NewInstance () |
Undocumented Block. | |
virtual void | RandomModeOff () |
Dscription: This option uses a random mapping between pieces and scalar values. The scalar values are choosen between 0 and 1. By default, random mode is off. | |
virtual void | RandomModeOn () |
Dscription: This option uses a random mapping between pieces and scalar values. The scalar values are choosen between 0 and 1. By default, random mode is off. | |
virtual void | SetController (vtkMultiProcessController arg0) |
By defualt this filter uses the global controller, but this method can be used to set another instead. | |
virtual void | SetRandomMode (int _arg) |
Dscription: This option uses a random mapping between pieces and scalar values. The scalar values are choosen between 0 and 1. By default, random mode is off. | |
void | SetScalarModeToCellData () |
Option to centerate cell scalars of points scalars. Default is point scalars. | |
void | SetScalarModeToPointData () |
Option to centerate cell scalars of points scalars. Default is point scalars. | |
Static Public Member Functions | |
static new vtkProcessIdScalars | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkProcessIdScalars | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkProcessIdScalars" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkProcessIdScalars" |
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 | vtkProcessIdScalars_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkProcessIdScalars_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkProcessIdScalars_GetRandomMode_02 (HandleRef pThis) |
static internal int | vtkProcessIdScalars_GetScalarMode_03 (HandleRef pThis) |
static internal int | vtkProcessIdScalars_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkProcessIdScalars_IsTypeOf_05 (string type) |
static internal IntPtr | vtkProcessIdScalars_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkProcessIdScalars_RandomModeOff_08 (HandleRef pThis) |
static internal void | vtkProcessIdScalars_RandomModeOn_09 (HandleRef pThis) |
static internal IntPtr | vtkProcessIdScalars_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkProcessIdScalars_SetController_11 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkProcessIdScalars_SetRandomMode_12 (HandleRef pThis, int _arg) |
static internal void | vtkProcessIdScalars_SetScalarModeToCellData_13 (HandleRef pThis) |
static internal void | vtkProcessIdScalars_SetScalarModeToPointData_14 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkProcessIdScalars () |
Automatically generated type registration mechanics. |
vtkProcessIdScalars - Sets cell or point scalars to the processor rank.
Description vtkProcessIdScalars is meant to display which processor owns which cells and points. It is useful for visualizing the partitioning for streaming or distributed pipelines.
static Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkProcessIdScalars.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.
virtual vtkMultiProcessController Kitware.VTK.vtkProcessIdScalars.GetController | ( | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual int Kitware.VTK.vtkProcessIdScalars.GetRandomMode | ( | ) | [virtual] |
Dscription: This option uses a random mapping between pieces and scalar values. The scalar values are choosen between 0 and 1. By default, random mode is off.
Option to centerate cell scalars of points scalars. Default is point scalars.
override int Kitware.VTK.vtkProcessIdScalars.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkProcessIdScalars.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkProcessIdScalars Kitware.VTK.vtkProcessIdScalars.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkProcessIdScalars.RandomModeOff | ( | ) | [virtual] |
Dscription: This option uses a random mapping between pieces and scalar values. The scalar values are choosen between 0 and 1. By default, random mode is off.
virtual void Kitware.VTK.vtkProcessIdScalars.RandomModeOn | ( | ) | [virtual] |
Dscription: This option uses a random mapping between pieces and scalar values. The scalar values are choosen between 0 and 1. By default, random mode is off.
static new vtkProcessIdScalars Kitware.VTK.vtkProcessIdScalars.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkProcessIdScalars.SetController | ( | vtkMultiProcessController | arg0 | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual void Kitware.VTK.vtkProcessIdScalars.SetRandomMode | ( | int | _arg | ) | [virtual] |
Dscription: This option uses a random mapping between pieces and scalar values. The scalar values are choosen between 0 and 1. By default, random mode is off.
Option to centerate cell scalars of points scalars. Default is point scalars.
Option to centerate cell scalars of points scalars. Default is point scalars.
static internal IntPtr Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_GetController_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_GetRandomMode_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_GetScalarMode_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_RandomModeOff_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_RandomModeOn_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_SetController_11 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_SetRandomMode_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_SetScalarModeToCellData_13 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkProcessIdScalars.vtkProcessIdScalars_SetScalarModeToPointData_14 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkProcessIdScalars.MRClassNameKey = "19vtkProcessIdScalars" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkProcessIdScalars.MRFullTypeName = "Kitware.VTK.vtkProcessIdScalars" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.