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

vtkBlankStructuredGrid - translate point attribute data into a blanking field More...

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

List of all members.

Public Member Functions

 vtkBlankStructuredGrid (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBlankStructuredGrid ()
 Undocumented Block.
virtual int GetArrayId ()
 Specify the data array id to use to generate the blanking field. Alternatively, you can specify the array name. (If both are set, the array name takes precedence.)
virtual string GetArrayName ()
 Specify the data array name to use to generate the blanking field. Alternatively, you can specify the array id. (If both are set, the array name takes precedence.)
virtual int GetComponent ()
 Specify the component in the data array to use to generate the blanking field.
virtual int GetComponentMaxValue ()
 Specify the component in the data array to use to generate the blanking field.
virtual int GetComponentMinValue ()
 Specify the component in the data array to use to generate the blanking field.
virtual double GetMaxBlankingValue ()
 Specify the upper data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
virtual double GetMinBlankingValue ()
 Specify the lower data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
override int IsA (string type)
 Undocumented Block.
new vtkBlankStructuredGrid NewInstance ()
 Undocumented Block.
virtual void SetArrayId (int _arg)
 Specify the data array id to use to generate the blanking field. Alternatively, you can specify the array name. (If both are set, the array name takes precedence.)
virtual void SetArrayName (string _arg)
 Specify the data array name to use to generate the blanking field. Alternatively, you can specify the array id. (If both are set, the array name takes precedence.)
virtual void SetComponent (int _arg)
 Specify the component in the data array to use to generate the blanking field.
virtual void SetMaxBlankingValue (double _arg)
 Specify the upper data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.
virtual void SetMinBlankingValue (double _arg)
 Specify the lower data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkBlankStructuredGrid"
 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 vtkBlankStructuredGrid_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkBlankStructuredGrid_GetArrayId_01 (HandleRef pThis)
static internal IntPtr vtkBlankStructuredGrid_GetArrayName_02 (HandleRef pThis)
static internal int vtkBlankStructuredGrid_GetComponent_03 (HandleRef pThis)
static internal int vtkBlankStructuredGrid_GetComponentMaxValue_04 (HandleRef pThis)
static internal int vtkBlankStructuredGrid_GetComponentMinValue_05 (HandleRef pThis)
static internal double vtkBlankStructuredGrid_GetMaxBlankingValue_06 (HandleRef pThis)
static internal double vtkBlankStructuredGrid_GetMinBlankingValue_07 (HandleRef pThis)
static internal int vtkBlankStructuredGrid_IsA_08 (HandleRef pThis, string type)
static internal int vtkBlankStructuredGrid_IsTypeOf_09 (string type)
static internal IntPtr vtkBlankStructuredGrid_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBlankStructuredGrid_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBlankStructuredGrid_SetArrayId_13 (HandleRef pThis, int _arg)
static internal void vtkBlankStructuredGrid_SetArrayName_14 (HandleRef pThis, string _arg)
static internal void vtkBlankStructuredGrid_SetComponent_15 (HandleRef pThis, int _arg)
static internal void vtkBlankStructuredGrid_SetMaxBlankingValue_16 (HandleRef pThis, double _arg)
static internal void vtkBlankStructuredGrid_SetMinBlankingValue_17 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkBlankStructuredGrid ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBlankStructuredGrid - translate point attribute data into a blanking field


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid ( 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.vtkBlankStructuredGrid.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.vtkStructuredGridAlgorithm.

Specify the data array id to use to generate the blanking field. Alternatively, you can specify the array name. (If both are set, the array name takes precedence.)

Specify the data array name to use to generate the blanking field. Alternatively, you can specify the array id. (If both are set, the array name takes precedence.)

Specify the component in the data array to use to generate the blanking field.

Specify the component in the data array to use to generate the blanking field.

Specify the component in the data array to use to generate the blanking field.

Specify the upper data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.

Specify the lower data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkBlankStructuredGrid.SetArrayId ( int  _arg) [virtual]

Specify the data array id to use to generate the blanking field. Alternatively, you can specify the array name. (If both are set, the array name takes precedence.)

virtual void Kitware.VTK.vtkBlankStructuredGrid.SetArrayName ( string  _arg) [virtual]

Specify the data array name to use to generate the blanking field. Alternatively, you can specify the array id. (If both are set, the array name takes precedence.)

virtual void Kitware.VTK.vtkBlankStructuredGrid.SetComponent ( int  _arg) [virtual]

Specify the component in the data array to use to generate the blanking field.

virtual void Kitware.VTK.vtkBlankStructuredGrid.SetMaxBlankingValue ( double  _arg) [virtual]

Specify the upper data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.

virtual void Kitware.VTK.vtkBlankStructuredGrid.SetMinBlankingValue ( double  _arg) [virtual]

Specify the lower data value in the data array specified which will be converted into a "blank" (or off) value in the blanking array.

static internal int Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_GetArrayId_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_GetArrayName_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_GetComponent_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_GetMaxBlankingValue_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_GetMinBlankingValue_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_SetArrayId_13 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_SetArrayName_14 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_SetComponent_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_SetMaxBlankingValue_16 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkBlankStructuredGrid.vtkBlankStructuredGrid_SetMinBlankingValue_17 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkBlankStructuredGrid.MRClassNameKey = "22vtkBlankStructuredGrid" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkStructuredGridAlgorithm.


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