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

vtkCellDerivatives - compute derivatives of scalars and vectors More...

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

List of all members.

Public Member Functions

 vtkCellDerivatives (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCellDerivatives ()
 Construct to compute the gradient of the scalars and vectors.
virtual int GetTensorMode ()
 Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.
string GetTensorModeAsString ()
 Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.
virtual int GetVectorMode ()
 Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.
string GetVectorModeAsString ()
 Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.
override int IsA (string type)
 Undocumented Block.
new vtkCellDerivatives NewInstance ()
 Undocumented Block.
virtual void SetTensorMode (int _arg)
 Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.
void SetTensorModeToComputeGradient ()
 Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.
void SetTensorModeToComputeStrain ()
 Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.
void SetTensorModeToPassTensors ()
 Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.
virtual void SetVectorMode (int _arg)
 Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.
void SetVectorModeToComputeGradient ()
 Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.
void SetVectorModeToComputeVorticity ()
 Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.
void SetVectorModeToPassVectors ()
 Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.

Static Public Member Functions

static new vtkCellDerivatives New ()
 Construct to compute the gradient of the scalars and vectors.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkCellDerivatives SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkCellDerivatives"
 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 vtkCellDerivatives_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkCellDerivatives_GetTensorMode_01 (HandleRef pThis)
static internal IntPtr vtkCellDerivatives_GetTensorModeAsString_02 (HandleRef pThis)
static internal int vtkCellDerivatives_GetVectorMode_03 (HandleRef pThis)
static internal IntPtr vtkCellDerivatives_GetVectorModeAsString_04 (HandleRef pThis)
static internal int vtkCellDerivatives_IsA_05 (HandleRef pThis, string type)
static internal int vtkCellDerivatives_IsTypeOf_06 (string type)
static internal IntPtr vtkCellDerivatives_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCellDerivatives_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCellDerivatives_SetTensorMode_10 (HandleRef pThis, int _arg)
static internal void vtkCellDerivatives_SetTensorModeToComputeGradient_11 (HandleRef pThis)
static internal void vtkCellDerivatives_SetTensorModeToComputeStrain_12 (HandleRef pThis)
static internal void vtkCellDerivatives_SetTensorModeToPassTensors_13 (HandleRef pThis)
static internal void vtkCellDerivatives_SetVectorMode_14 (HandleRef pThis, int _arg)
static internal void vtkCellDerivatives_SetVectorModeToComputeGradient_15 (HandleRef pThis)
static internal void vtkCellDerivatives_SetVectorModeToComputeVorticity_16 (HandleRef pThis)
static internal void vtkCellDerivatives_SetVectorModeToPassVectors_17 (HandleRef pThis)

Static Private Member Functions

static vtkCellDerivatives ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCellDerivatives - compute derivatives of scalars and vectors

Description vtkCellDerivatives is a filter that computes derivatives of scalars and vectors at the center of cells. You can choose to generate different output including the scalar gradient (a vector), computed tensor vorticity (a vector), gradient of input vectors (a tensor), and strain matrix of the input vectors (a tensor); or you may choose to pass data through to the output.

Note that it is assumed that on input scalars and vector point data is available, which are then used to generate cell vectors and tensors. (The interpolation functions of the cells are used to compute the derivatives which is why point data is required.)


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Construct to compute the gradient of the scalars and vectors.


Member Function Documentation

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

Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.

Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.

Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.

Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Construct to compute the gradient of the scalars and vectors.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkCellDerivatives.SetTensorMode ( int  _arg) [virtual]

Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.

Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.

Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.

Control how the filter works to generate tensor cell data. You can choose to pass the input cell tensors, compute the gradient of the input vectors, or compute the strain tensor of the vector gradient tensor. By default (TensorModeToComputeGradient), the filter will take the gradient of the vector data to construct a tensor.

virtual void Kitware.VTK.vtkCellDerivatives.SetVectorMode ( int  _arg) [virtual]

Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.

Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.

Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.

Control how the filter works to generate vector cell data. You can choose to pass the input cell vectors, compute the gradient of the input scalars, or extract the vorticity of the computed vector gradient tensor. By default (VectorModeToComputeGradient), the filter will take the gradient of the input scalar data.

static internal int Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_GetTensorMode_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_GetTensorModeAsString_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_GetVectorMode_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_GetVectorModeAsString_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_SetTensorMode_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_SetTensorModeToComputeStrain_12 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_SetTensorModeToPassTensors_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_SetVectorMode_14 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCellDerivatives.vtkCellDerivatives_SetVectorModeToPassVectors_17 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCellDerivatives.MRClassNameKey = "18vtkCellDerivatives" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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