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

vtkExtractTensorComponents - extract parts of tensor and create a scalar, vector, normal, or texture coordinates. More...

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

List of all members.

Public Member Functions

 vtkExtractTensorComponents (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkExtractTensorComponents ()
 Construct object to extract nothing and to not pass tensor data through the pipeline.
virtual void ExtractNormalsOff ()
 Boolean controls whether normal data is extracted from tensor.
virtual void ExtractNormalsOn ()
 Boolean controls whether normal data is extracted from tensor.
virtual void ExtractScalarsOff ()
 Boolean controls whether scalar data is extracted from tensor.
virtual void ExtractScalarsOn ()
 Boolean controls whether scalar data is extracted from tensor.
virtual void ExtractTCoordsOff ()
 Boolean controls whether texture coordinates are extracted from tensor.
virtual void ExtractTCoordsOn ()
 Boolean controls whether texture coordinates are extracted from tensor.
virtual void ExtractVectorsOff ()
 Boolean controls whether vector data is extracted from tensor.
virtual void ExtractVectorsOn ()
 Boolean controls whether vector data is extracted from tensor.
virtual int GetExtractNormals ()
 Boolean controls whether normal data is extracted from tensor.
virtual int GetExtractScalars ()
 Boolean controls whether scalar data is extracted from tensor.
virtual int GetExtractTCoords ()
 Boolean controls whether texture coordinates are extracted from tensor.
virtual int GetExtractVectors ()
 Boolean controls whether vector data is extracted from tensor.
virtual int[] GetNormalComponents ()
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
virtual void GetNormalComponents (IntPtr data)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
virtual int GetNormalizeNormals ()
 Boolean controls whether normal vector is converted to unit normal after extraction.
virtual int GetNumberOfTCoords ()
 Set the dimension of the texture coordinates to extract.
virtual int GetNumberOfTCoordsMaxValue ()
 Set the dimension of the texture coordinates to extract.
virtual int GetNumberOfTCoordsMinValue ()
 Set the dimension of the texture coordinates to extract.
virtual int GetPassTensorsToOutput ()
 Boolean controls whether tensor data is passed through to output.
virtual int[] GetScalarComponents ()
 Specify the (row,column) tensor component to extract as a scalar.
virtual void GetScalarComponents (IntPtr data)
 Specify the (row,column) tensor component to extract as a scalar.
virtual int GetScalarMode ()
 Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.
virtual int[] GetTCoordComponents ()
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector. Up to NumberOfTCoords components are extracted.
virtual void GetTCoordComponents (IntPtr data)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector. Up to NumberOfTCoords components are extracted.
virtual int[] GetVectorComponents ()
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
virtual void GetVectorComponents (IntPtr data)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
override int IsA (string type)
 Undocumented Block.
new vtkExtractTensorComponents NewInstance ()
 Undocumented Block.
virtual void NormalizeNormalsOff ()
 Boolean controls whether normal vector is converted to unit normal after extraction.
virtual void NormalizeNormalsOn ()
 Boolean controls whether normal vector is converted to unit normal after extraction.
virtual void PassTensorsToOutputOff ()
 Boolean controls whether tensor data is passed through to output.
virtual void PassTensorsToOutputOn ()
 Boolean controls whether tensor data is passed through to output.
void ScalarIsComponent ()
 Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.
void ScalarIsDeterminant ()
 Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.
void ScalarIsEffectiveStress ()
 Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.
virtual void SetExtractNormals (int _arg)
 Boolean controls whether normal data is extracted from tensor.
virtual void SetExtractScalars (int _arg)
 Boolean controls whether scalar data is extracted from tensor.
virtual void SetExtractTCoords (int _arg)
 Boolean controls whether texture coordinates are extracted from tensor.
virtual void SetExtractVectors (int _arg)
 Boolean controls whether vector data is extracted from tensor.
virtual void SetNormalComponents (int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
virtual void SetNormalComponents (IntPtr _arg)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
virtual void SetNormalizeNormals (int _arg)
 Boolean controls whether normal vector is converted to unit normal after extraction.
virtual void SetNumberOfTCoords (int _arg)
 Set the dimension of the texture coordinates to extract.
virtual void SetPassTensorsToOutput (int _arg)
 Boolean controls whether tensor data is passed through to output.
virtual void SetScalarComponents (int _arg1, int _arg2)
 Specify the (row,column) tensor component to extract as a scalar.
void SetScalarComponents (IntPtr _arg)
 Specify the (row,column) tensor component to extract as a scalar.
virtual void SetScalarMode (int _arg)
 Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.
void SetScalarModeToComponent ()
 Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.
void SetScalarModeToDeterminant ()
 Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.
void SetScalarModeToEffectiveStress ()
 Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.
virtual void SetTCoordComponents (int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector. Up to NumberOfTCoords components are extracted.
virtual void SetTCoordComponents (IntPtr _arg)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector. Up to NumberOfTCoords components are extracted.
virtual void SetVectorComponents (int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.
virtual void SetVectorComponents (IntPtr _arg)
 Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

Static Public Member Functions

static new
vtkExtractTensorComponents 
New ()
 Construct object to extract nothing and to not pass tensor data through the pipeline.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkExtractTensorComponents 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkExtractTensorComponents"
 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 vtkExtractTensorComponents_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractTensorComponents_ExtractNormalsOff_01 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ExtractNormalsOn_02 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ExtractScalarsOff_03 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ExtractScalarsOn_04 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ExtractTCoordsOff_05 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ExtractTCoordsOn_06 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ExtractVectorsOff_07 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ExtractVectorsOn_08 (HandleRef pThis)
static internal int vtkExtractTensorComponents_GetExtractNormals_09 (HandleRef pThis)
static internal int vtkExtractTensorComponents_GetExtractScalars_10 (HandleRef pThis)
static internal int vtkExtractTensorComponents_GetExtractTCoords_11 (HandleRef pThis)
static internal int vtkExtractTensorComponents_GetExtractVectors_12 (HandleRef pThis)
static internal IntPtr vtkExtractTensorComponents_GetNormalComponents_13 (HandleRef pThis)
static internal void vtkExtractTensorComponents_GetNormalComponents_14 (HandleRef pThis, IntPtr data)
static internal int vtkExtractTensorComponents_GetNormalizeNormals_15 (HandleRef pThis)
static internal int vtkExtractTensorComponents_GetNumberOfTCoords_16 (HandleRef pThis)
static internal int vtkExtractTensorComponents_GetNumberOfTCoordsMaxValue_17 (HandleRef pThis)
static internal int vtkExtractTensorComponents_GetNumberOfTCoordsMinValue_18 (HandleRef pThis)
static internal int vtkExtractTensorComponents_GetPassTensorsToOutput_19 (HandleRef pThis)
static internal IntPtr vtkExtractTensorComponents_GetScalarComponents_20 (HandleRef pThis)
static internal void vtkExtractTensorComponents_GetScalarComponents_21 (HandleRef pThis, IntPtr data)
static internal int vtkExtractTensorComponents_GetScalarMode_22 (HandleRef pThis)
static internal IntPtr vtkExtractTensorComponents_GetTCoordComponents_23 (HandleRef pThis)
static internal void vtkExtractTensorComponents_GetTCoordComponents_24 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkExtractTensorComponents_GetVectorComponents_25 (HandleRef pThis)
static internal void vtkExtractTensorComponents_GetVectorComponents_26 (HandleRef pThis, IntPtr data)
static internal int vtkExtractTensorComponents_IsA_27 (HandleRef pThis, string type)
static internal int vtkExtractTensorComponents_IsTypeOf_28 (string type)
static internal IntPtr vtkExtractTensorComponents_NewInstance_30 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractTensorComponents_NormalizeNormalsOff_31 (HandleRef pThis)
static internal void vtkExtractTensorComponents_NormalizeNormalsOn_32 (HandleRef pThis)
static internal void vtkExtractTensorComponents_PassTensorsToOutputOff_33 (HandleRef pThis)
static internal void vtkExtractTensorComponents_PassTensorsToOutputOn_34 (HandleRef pThis)
static internal IntPtr vtkExtractTensorComponents_SafeDownCast_35 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkExtractTensorComponents_ScalarIsComponent_36 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ScalarIsDeterminant_37 (HandleRef pThis)
static internal void vtkExtractTensorComponents_ScalarIsEffectiveStress_38 (HandleRef pThis)
static internal void vtkExtractTensorComponents_SetExtractNormals_39 (HandleRef pThis, int _arg)
static internal void vtkExtractTensorComponents_SetExtractScalars_40 (HandleRef pThis, int _arg)
static internal void vtkExtractTensorComponents_SetExtractTCoords_41 (HandleRef pThis, int _arg)
static internal void vtkExtractTensorComponents_SetExtractVectors_42 (HandleRef pThis, int _arg)
static internal void vtkExtractTensorComponents_SetNormalComponents_43 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
static internal void vtkExtractTensorComponents_SetNormalComponents_44 (HandleRef pThis, IntPtr _arg)
static internal void vtkExtractTensorComponents_SetNormalizeNormals_45 (HandleRef pThis, int _arg)
static internal void vtkExtractTensorComponents_SetNumberOfTCoords_46 (HandleRef pThis, int _arg)
static internal void vtkExtractTensorComponents_SetPassTensorsToOutput_47 (HandleRef pThis, int _arg)
static internal void vtkExtractTensorComponents_SetScalarComponents_48 (HandleRef pThis, int _arg1, int _arg2)
static internal void vtkExtractTensorComponents_SetScalarComponents_49 (HandleRef pThis, IntPtr _arg)
static internal void vtkExtractTensorComponents_SetScalarMode_50 (HandleRef pThis, int _arg)
static internal void vtkExtractTensorComponents_SetScalarModeToComponent_51 (HandleRef pThis)
static internal void vtkExtractTensorComponents_SetScalarModeToDeterminant_52 (HandleRef pThis)
static internal void vtkExtractTensorComponents_SetScalarModeToEffectiveStress_53 (HandleRef pThis)
static internal void vtkExtractTensorComponents_SetTCoordComponents_54 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
static internal void vtkExtractTensorComponents_SetTCoordComponents_55 (HandleRef pThis, IntPtr _arg)
static internal void vtkExtractTensorComponents_SetVectorComponents_56 (HandleRef pThis, int _arg1, int _arg2, int _arg3, int _arg4, int _arg5, int _arg6)
static internal void vtkExtractTensorComponents_SetVectorComponents_57 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkExtractTensorComponents ()
 Automatically generated type registration mechanics.

Detailed Description

vtkExtractTensorComponents - extract parts of tensor and create a scalar, vector, normal, or texture coordinates.

Description vtkExtractTensorComponents is a filter that extracts components of a tensor to create a scalar, vector, normal, or texture coords. For example, if the tensor contains components of stress, then you could extract the normal stress in the x-direction as a scalar (i.e., tensor component (0,0).

To use this filter, you must set some boolean flags to control which data is extracted from the tensors, and whether you want to pass the tensor data through to the output. Also, you must specify the tensor component(s) for each type of data you want to extract. The tensor component(s) is(are) specified using matrix notation into a 3x3 matrix. That is, use the (row,column) address to specify a particular tensor component; and if the data you are extracting requires more than one component, use a list of addresses. (Note that the addresses are 0-offset -> (0,0) specifies upper left corner of the tensor.)

There are two optional methods to extract scalar data. You can extract the determinant of the tensor, or you can extract the effective stress of the tensor. These require that the ivar ExtractScalars is on, and the appropriate scalar extraction mode is set.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Construct object to extract nothing and to not pass tensor data through the pipeline.


Member Function Documentation

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

Boolean controls whether normal data is extracted from tensor.

Boolean controls whether normal data is extracted from tensor.

Boolean controls whether scalar data is extracted from tensor.

Boolean controls whether scalar data is extracted from tensor.

Boolean controls whether texture coordinates are extracted from tensor.

Boolean controls whether texture coordinates are extracted from tensor.

Boolean controls whether vector data is extracted from tensor.

Boolean controls whether vector data is extracted from tensor.

Boolean controls whether normal data is extracted from tensor.

Boolean controls whether scalar data is extracted from tensor.

Boolean controls whether texture coordinates are extracted from tensor.

Boolean controls whether vector data is extracted from tensor.

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

virtual void Kitware.VTK.vtkExtractTensorComponents.GetNormalComponents ( IntPtr  data) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

Boolean controls whether normal vector is converted to unit normal after extraction.

Set the dimension of the texture coordinates to extract.

Set the dimension of the texture coordinates to extract.

Set the dimension of the texture coordinates to extract.

Boolean controls whether tensor data is passed through to output.

Specify the (row,column) tensor component to extract as a scalar.

virtual void Kitware.VTK.vtkExtractTensorComponents.GetScalarComponents ( IntPtr  data) [virtual]

Specify the (row,column) tensor component to extract as a scalar.

Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector. Up to NumberOfTCoords components are extracted.

virtual void Kitware.VTK.vtkExtractTensorComponents.GetTCoordComponents ( IntPtr  data) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector. Up to NumberOfTCoords components are extracted.

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

virtual void Kitware.VTK.vtkExtractTensorComponents.GetVectorComponents ( IntPtr  data) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Construct object to extract nothing and to not pass tensor data through the pipeline.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Boolean controls whether normal vector is converted to unit normal after extraction.

Boolean controls whether normal vector is converted to unit normal after extraction.

Boolean controls whether tensor data is passed through to output.

Boolean controls whether tensor data is passed through to output.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.

Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.

Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetExtractNormals ( int  _arg) [virtual]

Boolean controls whether normal data is extracted from tensor.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetExtractScalars ( int  _arg) [virtual]

Boolean controls whether scalar data is extracted from tensor.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetExtractTCoords ( int  _arg) [virtual]

Boolean controls whether texture coordinates are extracted from tensor.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetExtractVectors ( int  _arg) [virtual]

Boolean controls whether vector data is extracted from tensor.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetNormalComponents ( int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetNormalComponents ( IntPtr  _arg) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetNormalizeNormals ( int  _arg) [virtual]

Boolean controls whether normal vector is converted to unit normal after extraction.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetNumberOfTCoords ( int  _arg) [virtual]

Set the dimension of the texture coordinates to extract.

Boolean controls whether tensor data is passed through to output.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetScalarComponents ( int  _arg1,
int  _arg2 
) [virtual]

Specify the (row,column) tensor component to extract as a scalar.

Specify the (row,column) tensor component to extract as a scalar.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetScalarMode ( int  _arg) [virtual]

Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.

Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.

Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.

Specify how to extract the scalar. You can extract it as one of the components of the tensor, as effective stress, or as the determinant of the tensor. If you extract a component make sure that you set the ScalarComponents ivar.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetTCoordComponents ( int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector. Up to NumberOfTCoords components are extracted.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetTCoordComponents ( IntPtr  _arg) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector. Up to NumberOfTCoords components are extracted.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetVectorComponents ( int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

virtual void Kitware.VTK.vtkExtractTensorComponents.SetVectorComponents ( IntPtr  _arg) [virtual]

Specify the ((row,column)0,(row,column)1,(row,column)2) tensor components to extract as a vector.

static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_GetNormalComponents_14 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_GetScalarComponents_21 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_GetTCoordComponents_24 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_GetVectorComponents_26 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_IsA_27 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_NewInstance_30 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SafeDownCast_35 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetExtractNormals_39 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetExtractScalars_40 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetExtractTCoords_41 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetExtractVectors_42 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetNormalComponents_43 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetNormalComponents_44 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetNormalizeNormals_45 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetNumberOfTCoords_46 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetPassTensorsToOutput_47 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetScalarComponents_48 ( HandleRef  pThis,
int  _arg1,
int  _arg2 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetScalarComponents_49 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetScalarMode_50 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetTCoordComponents_54 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetTCoordComponents_55 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetVectorComponents_56 ( HandleRef  pThis,
int  _arg1,
int  _arg2,
int  _arg3,
int  _arg4,
int  _arg5,
int  _arg6 
) [private]
static internal void Kitware.VTK.vtkExtractTensorComponents.vtkExtractTensorComponents_SetVectorComponents_57 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkExtractTensorComponents.MRClassNameKey = "26vtkExtractTensorComponents" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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