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

vtkMapArrayValues - Map values in an input array to different values in an output array of (possibly) different type. More...

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

List of all members.

Public Types

enum  FieldType {
  CELL_DATA = 1, EDGE_DATA = 3, NUM_ATTRIBUTE_LOCS = 5, POINT_DATA = 0,
  ROW_DATA = 4, VERTEX_DATA = 2
}
 Get the size of the internal map. More...

Public Member Functions

 vtkMapArrayValues (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMapArrayValues ()
 Undocumented Block.
void AddToMap (int from, int to)
 Add to the internal STL map. "from" should be a value in the input array and "to" should be the new value it gets assigned in the output array.
void AddToMap (int from, string to)
 Add to the internal STL map. "from" should be a value in the input array and "to" should be the new value it gets assigned in the output array.
void AddToMap (string from, int to)
 Add to the internal STL map. "from" should be a value in the input array and "to" should be the new value it gets assigned in the output array.
void AddToMap (string from, string to)
 Add to the internal STL map. "from" should be a value in the input array and "to" should be the new value it gets assigned in the output array.
void ClearMap ()
 Clear the internal map.
virtual int GetFieldType ()
 Set/Get where the data is located that is being mapped. See FieldType enumeration for possible values. Default is POINT_DATA.
virtual double GetFillValue ()
 Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is -1.
virtual string GetInputArrayName ()
 Set/Get the name of the input array. This must be set prior to execution.
int GetMapSize ()
 Get the size of the internal map.
virtual string GetOutputArrayName ()
 Set/Get the name of the output array. Default is "ArrayMap".
virtual int GetOutputArrayType ()
 Set/Get the type of the output array. See vtkSetGet.h for possible values. Default is VTK_INT.
virtual int GetPassArray ()
 Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is off.
override int IsA (string type)
 Undocumented Block.
new vtkMapArrayValues NewInstance ()
 Undocumented Block.
virtual void PassArrayOff ()
 Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is off.
virtual void PassArrayOn ()
 Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is off.
virtual void SetFieldType (int _arg)
 Set/Get where the data is located that is being mapped. See FieldType enumeration for possible values. Default is POINT_DATA.
virtual void SetFillValue (double _arg)
 Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is -1.
virtual void SetInputArrayName (string _arg)
 Set/Get the name of the input array. This must be set prior to execution.
virtual void SetOutputArrayName (string _arg)
 Set/Get the name of the output array. Default is "ArrayMap".
virtual void SetOutputArrayType (int _arg)
 Set/Get the type of the output array. See vtkSetGet.h for possible values. Default is VTK_INT.
virtual void SetPassArray (int _arg)
 Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is off.

Static Public Member Functions

static new vtkMapArrayValues New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkMapArrayValues SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkMapArrayValues"
 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 vtkMapArrayValues_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMapArrayValues_AddToMap_01 (HandleRef pThis, int from, int to)
static internal void vtkMapArrayValues_AddToMap_02 (HandleRef pThis, int from, string to)
static internal void vtkMapArrayValues_AddToMap_03 (HandleRef pThis, string from, int to)
static internal void vtkMapArrayValues_AddToMap_04 (HandleRef pThis, string from, string to)
static internal void vtkMapArrayValues_ClearMap_05 (HandleRef pThis)
static internal int vtkMapArrayValues_GetFieldType_06 (HandleRef pThis)
static internal double vtkMapArrayValues_GetFillValue_07 (HandleRef pThis)
static internal IntPtr vtkMapArrayValues_GetInputArrayName_08 (HandleRef pThis)
static internal int vtkMapArrayValues_GetMapSize_09 (HandleRef pThis)
static internal IntPtr vtkMapArrayValues_GetOutputArrayName_10 (HandleRef pThis)
static internal int vtkMapArrayValues_GetOutputArrayType_11 (HandleRef pThis)
static internal int vtkMapArrayValues_GetPassArray_12 (HandleRef pThis)
static internal int vtkMapArrayValues_IsA_13 (HandleRef pThis, string type)
static internal int vtkMapArrayValues_IsTypeOf_14 (string type)
static internal IntPtr vtkMapArrayValues_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMapArrayValues_PassArrayOff_17 (HandleRef pThis)
static internal void vtkMapArrayValues_PassArrayOn_18 (HandleRef pThis)
static internal IntPtr vtkMapArrayValues_SafeDownCast_19 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMapArrayValues_SetFieldType_20 (HandleRef pThis, int _arg)
static internal void vtkMapArrayValues_SetFillValue_21 (HandleRef pThis, double _arg)
static internal void vtkMapArrayValues_SetInputArrayName_22 (HandleRef pThis, string _arg)
static internal void vtkMapArrayValues_SetOutputArrayName_23 (HandleRef pThis, string _arg)
static internal void vtkMapArrayValues_SetOutputArrayType_24 (HandleRef pThis, int _arg)
static internal void vtkMapArrayValues_SetPassArray_25 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkMapArrayValues ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMapArrayValues - Map values in an input array to different values in an output array of (possibly) different type.


Member Enumeration Documentation

Get the size of the internal map.

Enumerator:
CELL_DATA 

enum member

EDGE_DATA 

enum member

NUM_ATTRIBUTE_LOCS 

enum member

POINT_DATA 

enum member

ROW_DATA 

enum member

VERTEX_DATA 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

void Kitware.VTK.vtkMapArrayValues.AddToMap ( int  from,
int  to 
)

Add to the internal STL map. "from" should be a value in the input array and "to" should be the new value it gets assigned in the output array.

void Kitware.VTK.vtkMapArrayValues.AddToMap ( int  from,
string  to 
)

Add to the internal STL map. "from" should be a value in the input array and "to" should be the new value it gets assigned in the output array.

void Kitware.VTK.vtkMapArrayValues.AddToMap ( string  from,
int  to 
)

Add to the internal STL map. "from" should be a value in the input array and "to" should be the new value it gets assigned in the output array.

void Kitware.VTK.vtkMapArrayValues.AddToMap ( string  from,
string  to 
)

Add to the internal STL map. "from" should be a value in the input array and "to" should be the new value it gets assigned in the output array.

Clear the internal map.

override void Kitware.VTK.vtkMapArrayValues.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.vtkPassInputTypeAlgorithm.

virtual int Kitware.VTK.vtkMapArrayValues.GetFieldType ( ) [virtual]

Set/Get where the data is located that is being mapped. See FieldType enumeration for possible values. Default is POINT_DATA.

virtual double Kitware.VTK.vtkMapArrayValues.GetFillValue ( ) [virtual]

Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is -1.

Set/Get the name of the input array. This must be set prior to execution.

Get the size of the internal map.

Set/Get the name of the output array. Default is "ArrayMap".

Set/Get the type of the output array. See vtkSetGet.h for possible values. Default is VTK_INT.

virtual int Kitware.VTK.vtkMapArrayValues.GetPassArray ( ) [virtual]

Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is off.

override int Kitware.VTK.vtkMapArrayValues.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

virtual void Kitware.VTK.vtkMapArrayValues.PassArrayOff ( ) [virtual]

Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is off.

virtual void Kitware.VTK.vtkMapArrayValues.PassArrayOn ( ) [virtual]

Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is off.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkMapArrayValues.SetFieldType ( int  _arg) [virtual]

Set/Get where the data is located that is being mapped. See FieldType enumeration for possible values. Default is POINT_DATA.

virtual void Kitware.VTK.vtkMapArrayValues.SetFillValue ( double  _arg) [virtual]

Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is -1.

virtual void Kitware.VTK.vtkMapArrayValues.SetInputArrayName ( string  _arg) [virtual]

Set/Get the name of the input array. This must be set prior to execution.

virtual void Kitware.VTK.vtkMapArrayValues.SetOutputArrayName ( string  _arg) [virtual]

Set/Get the name of the output array. Default is "ArrayMap".

virtual void Kitware.VTK.vtkMapArrayValues.SetOutputArrayType ( int  _arg) [virtual]

Set/Get the type of the output array. See vtkSetGet.h for possible values. Default is VTK_INT.

virtual void Kitware.VTK.vtkMapArrayValues.SetPassArray ( int  _arg) [virtual]

Set/Get whether to copy the data from the input array to the output array before the mapping occurs. If turned off, FillValue is used to initialize any unmapped array indices. Default is off.

static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_AddToMap_01 ( HandleRef  pThis,
int  from,
int  to 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_AddToMap_02 ( HandleRef  pThis,
int  from,
string  to 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_AddToMap_03 ( HandleRef  pThis,
string  from,
int  to 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_AddToMap_04 ( HandleRef  pThis,
string  from,
string  to 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_ClearMap_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_GetFieldType_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_GetFillValue_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_GetInputArrayName_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_GetMapSize_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_GetOutputArrayName_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_GetOutputArrayType_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_GetPassArray_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_IsTypeOf_14 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_PassArrayOff_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_PassArrayOn_18 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_SafeDownCast_19 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_SetFieldType_20 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_SetFillValue_21 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_SetInputArrayName_22 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_SetOutputArrayName_23 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_SetOutputArrayType_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkMapArrayValues.vtkMapArrayValues_SetPassArray_25 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMapArrayValues.MRClassNameKey = "17vtkMapArrayValues" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.


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