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.vtkIdFilter Class Reference

vtkIdFilter - generate scalars or field data from point and cell ids More...

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

List of all members.

Public Member Functions

 vtkIdFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkIdFilter ()
 Construct object with PointIds and CellIds on; and ids being generated as scalars.
virtual void CellIdsOff ()
 Enable/disable the generation of point ids. Default is on.
virtual void CellIdsOn ()
 Enable/disable the generation of point ids. Default is on.
virtual void FieldDataOff ()
 Set/Get the flag which controls whether to generate scalar data or field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Default is off.
virtual void FieldDataOn ()
 Set/Get the flag which controls whether to generate scalar data or field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Default is off.
virtual int GetCellIds ()
 Enable/disable the generation of point ids. Default is on.
virtual int GetFieldData ()
 Set/Get the flag which controls whether to generate scalar data or field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Default is off.
virtual string GetIdsArrayName ()
 Set/Get the name of the Ids array if generated. By default the Ids are named "vtkIdFilter_Ids", but this can be changed with this function.
virtual int GetPointIds ()
 Enable/disable the generation of point ids. Default is on.
override int IsA (string type)
 Undocumented Block.
new vtkIdFilter NewInstance ()
 Undocumented Block.
virtual void PointIdsOff ()
 Enable/disable the generation of point ids. Default is on.
virtual void PointIdsOn ()
 Enable/disable the generation of point ids. Default is on.
virtual void SetCellIds (int _arg)
 Enable/disable the generation of point ids. Default is on.
virtual void SetFieldData (int _arg)
 Set/Get the flag which controls whether to generate scalar data or field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Default is off.
virtual void SetIdsArrayName (string _arg)
 Set/Get the name of the Ids array if generated. By default the Ids are named "vtkIdFilter_Ids", but this can be changed with this function.
virtual void SetPointIds (int _arg)
 Enable/disable the generation of point ids. Default is on.

Static Public Member Functions

static new vtkIdFilter New ()
 Construct object with PointIds and CellIds on; and ids being generated as scalars.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkIdFilter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkIdFilter"
 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 vtkIdFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkIdFilter_CellIdsOff_01 (HandleRef pThis)
static internal void vtkIdFilter_CellIdsOn_02 (HandleRef pThis)
static internal void vtkIdFilter_FieldDataOff_03 (HandleRef pThis)
static internal void vtkIdFilter_FieldDataOn_04 (HandleRef pThis)
static internal int vtkIdFilter_GetCellIds_05 (HandleRef pThis)
static internal int vtkIdFilter_GetFieldData_06 (HandleRef pThis)
static internal IntPtr vtkIdFilter_GetIdsArrayName_07 (HandleRef pThis)
static internal int vtkIdFilter_GetPointIds_08 (HandleRef pThis)
static internal int vtkIdFilter_IsA_09 (HandleRef pThis, string type)
static internal int vtkIdFilter_IsTypeOf_10 (string type)
static internal IntPtr vtkIdFilter_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkIdFilter_PointIdsOff_13 (HandleRef pThis)
static internal void vtkIdFilter_PointIdsOn_14 (HandleRef pThis)
static internal IntPtr vtkIdFilter_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkIdFilter_SetCellIds_16 (HandleRef pThis, int _arg)
static internal void vtkIdFilter_SetFieldData_17 (HandleRef pThis, int _arg)
static internal void vtkIdFilter_SetIdsArrayName_18 (HandleRef pThis, string _arg)
static internal void vtkIdFilter_SetPointIds_19 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkIdFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkIdFilter - generate scalars or field data from point and cell ids

Description vtkIdFilter is a filter to that generates scalars or field data using cell and point ids. That is, the point attribute data scalars or field data are generated from the point ids, and the cell attribute data scalars or field data are generated from the the cell ids.

Typically this filter is used with vtkLabeledDataMapper (and possibly vtkSelectVisiblePoints) to create labels for points and cells, or labels for the point or cell data scalar values.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Construct object with PointIds and CellIds on; and ids being generated as scalars.


Member Function Documentation

virtual void Kitware.VTK.vtkIdFilter.CellIdsOff ( ) [virtual]

Enable/disable the generation of point ids. Default is on.

virtual void Kitware.VTK.vtkIdFilter.CellIdsOn ( ) [virtual]

Enable/disable the generation of point ids. Default is on.

override void Kitware.VTK.vtkIdFilter.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 void Kitware.VTK.vtkIdFilter.FieldDataOff ( ) [virtual]

Set/Get the flag which controls whether to generate scalar data or field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Default is off.

virtual void Kitware.VTK.vtkIdFilter.FieldDataOn ( ) [virtual]

Set/Get the flag which controls whether to generate scalar data or field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Default is off.

virtual int Kitware.VTK.vtkIdFilter.GetCellIds ( ) [virtual]

Enable/disable the generation of point ids. Default is on.

virtual int Kitware.VTK.vtkIdFilter.GetFieldData ( ) [virtual]

Set/Get the flag which controls whether to generate scalar data or field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Default is off.

virtual string Kitware.VTK.vtkIdFilter.GetIdsArrayName ( ) [virtual]

Set/Get the name of the Ids array if generated. By default the Ids are named "vtkIdFilter_Ids", but this can be changed with this function.

virtual int Kitware.VTK.vtkIdFilter.GetPointIds ( ) [virtual]

Enable/disable the generation of point ids. Default is on.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

static new vtkIdFilter Kitware.VTK.vtkIdFilter.New ( ) [static]

Construct object with PointIds and CellIds on; and ids being generated as scalars.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

virtual void Kitware.VTK.vtkIdFilter.PointIdsOff ( ) [virtual]

Enable/disable the generation of point ids. Default is on.

virtual void Kitware.VTK.vtkIdFilter.PointIdsOn ( ) [virtual]

Enable/disable the generation of point ids. Default is on.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkIdFilter.SetCellIds ( int  _arg) [virtual]

Enable/disable the generation of point ids. Default is on.

virtual void Kitware.VTK.vtkIdFilter.SetFieldData ( int  _arg) [virtual]

Set/Get the flag which controls whether to generate scalar data or field data. If this flag is off, scalar data is generated. Otherwise, field data is generated. Default is off.

virtual void Kitware.VTK.vtkIdFilter.SetIdsArrayName ( string  _arg) [virtual]

Set/Get the name of the Ids array if generated. By default the Ids are named "vtkIdFilter_Ids", but this can be changed with this function.

virtual void Kitware.VTK.vtkIdFilter.SetPointIds ( int  _arg) [virtual]

Enable/disable the generation of point ids. Default is on.

static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_CellIdsOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_CellIdsOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_FieldDataOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_FieldDataOn_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkIdFilter.vtkIdFilter_GetCellIds_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkIdFilter.vtkIdFilter_GetFieldData_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkIdFilter.vtkIdFilter_GetIdsArrayName_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkIdFilter.vtkIdFilter_GetPointIds_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkIdFilter.vtkIdFilter_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkIdFilter.vtkIdFilter_IsTypeOf_10 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkIdFilter.vtkIdFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkIdFilter.vtkIdFilter_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_PointIdsOff_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_PointIdsOn_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkIdFilter.vtkIdFilter_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_SetCellIds_16 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_SetFieldData_17 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_SetIdsArrayName_18 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkIdFilter.vtkIdFilter_SetPointIds_19 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkIdFilter.MRClassNameKey = "11vtkIdFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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