ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkPieceScalars Class Reference

vtkPieceScalars - Sets all cell scalars from the update piece. More...

Inheritance diagram for Kitware.VTK.vtkPieceScalars:
[legend]
Collaboration diagram for Kitware.VTK.vtkPieceScalars:
[legend]

List of all members.

Public Member Functions

 vtkPieceScalars (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPieceScalars ()
 Undocumented Block.
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 vtkPieceScalars 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 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 vtkPieceScalars New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPieceScalars SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkPieceScalars"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkPieceScalars"
 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 vtkPieceScalars_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPieceScalars_GetRandomMode_01 (HandleRef pThis)
static internal int vtkPieceScalars_GetScalarMode_02 (HandleRef pThis)
static internal int vtkPieceScalars_IsA_03 (HandleRef pThis, string type)
static internal int vtkPieceScalars_IsTypeOf_04 (string type)
static internal IntPtr vtkPieceScalars_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPieceScalars_RandomModeOff_07 (HandleRef pThis)
static internal void vtkPieceScalars_RandomModeOn_08 (HandleRef pThis)
static internal IntPtr vtkPieceScalars_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPieceScalars_SetRandomMode_10 (HandleRef pThis, int _arg)
static internal void vtkPieceScalars_SetScalarModeToCellData_11 (HandleRef pThis)
static internal void vtkPieceScalars_SetScalarModeToPointData_12 (HandleRef pThis)

Static Private Member Functions

static vtkPieceScalars ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPieceScalars - Sets all cell scalars from the update piece.

Description vtkPieceScalars is meant to display which piece is being requested as scalar values. It is useful for visualizing the partitioning for streaming or distributed pipelines.

vtkPolyDataStreamer


Constructor & Destructor Documentation

static Kitware.VTK.vtkPieceScalars.vtkPieceScalars ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkPieceScalars.vtkPieceScalars ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkPieceScalars.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 int Kitware.VTK.vtkPieceScalars.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.vtkPieceScalars.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

static new int Kitware.VTK.vtkPieceScalars.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

virtual void Kitware.VTK.vtkPieceScalars.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.vtkPieceScalars.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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPieceScalars.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 int Kitware.VTK.vtkPieceScalars.vtkPieceScalars_GetRandomMode_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPieceScalars.vtkPieceScalars_GetScalarMode_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPieceScalars.vtkPieceScalars_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPieceScalars.vtkPieceScalars_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPieceScalars.vtkPieceScalars_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPieceScalars.vtkPieceScalars_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPieceScalars.vtkPieceScalars_RandomModeOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPieceScalars.vtkPieceScalars_RandomModeOn_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPieceScalars.vtkPieceScalars_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPieceScalars.vtkPieceScalars_SetRandomMode_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPieceScalars.vtkPieceScalars_SetScalarModeToCellData_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPieceScalars.vtkPieceScalars_SetScalarModeToPointData_12 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPieceScalars.MRClassNameKey = "15vtkPieceScalars" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

new const string Kitware.VTK.vtkPieceScalars.MRFullTypeName = "Kitware.VTK.vtkPieceScalars"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


The documentation for this class was generated from the following file: