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

vtkTensor - supporting class to enable assignment and referencing of tensors More...

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

List of all members.

Public Member Functions

 vtkTensor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTensor ()
 Undocumented Block.
void AddComponent (int i, int j, double v)
 Add to the value of the tensor component at location (i,j).
void DeepCopy (vtkTensor t)
IntPtr GetColumn (int j)
 Return column vector from tensor. (Assumes 2D matrix form and 0-offset.)
double GetComponent (int i, int j)
 Get the tensor component (i,j).
void Initialize ()
override int IsA (string type)
 Undocumented Block.
new vtkTensor NewInstance ()
 Undocumented Block.
void SetComponent (int i, int j, double v)
 Set the value of the tensor component (i,j).

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "9vtkTensor"
 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 vtkTensor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTensor_AddComponent_01 (HandleRef pThis, int i, int j, double v)
static internal void vtkTensor_DeepCopy_02 (HandleRef pThis, HandleRef t)
static internal IntPtr vtkTensor_GetColumn_03 (HandleRef pThis, int j)
static internal double vtkTensor_GetComponent_04 (HandleRef pThis, int i, int j)
static internal void vtkTensor_Initialize_05 (HandleRef pThis)
static internal int vtkTensor_IsA_06 (HandleRef pThis, string type)
static internal int vtkTensor_IsTypeOf_07 (string type)
static internal IntPtr vtkTensor_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTensor_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTensor_SetComponent_11 (HandleRef pThis, int i, int j, double v)

Static Private Member Functions

static vtkTensor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTensor - supporting class to enable assignment and referencing of tensors

Description vtkTensor is a floating point representation of an nxn tensor. vtkTensor provides methods for assignment and reference of tensor components. It does it in such a way as to minimize data copying.

Caveats vtkTensor performs its operations using pointer reference. You are responsible for supplying data storage (if necessary) if local copies of data are being made.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkTensor.vtkTensor ( 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.vtkTensor.AddComponent ( int  i,
int  j,
double  v 
)

Add to the value of the tensor component at location (i,j).

----------------------------------------------------------------------------

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

Return column vector from tensor. (Assumes 2D matrix form and 0-offset.)

double Kitware.VTK.vtkTensor.GetComponent ( int  i,
int  j 
)

Get the tensor component (i,j).

----------------------------------------------------------------------------

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

void Kitware.VTK.vtkTensor.SetComponent ( int  i,
int  j,
double  v 
)

Set the value of the tensor component (i,j).

static internal void Kitware.VTK.vtkTensor.vtkTensor_AddComponent_01 ( HandleRef  pThis,
int  i,
int  j,
double  v 
) [private]
static internal void Kitware.VTK.vtkTensor.vtkTensor_DeepCopy_02 ( HandleRef  pThis,
HandleRef  t 
) [private]
static internal IntPtr Kitware.VTK.vtkTensor.vtkTensor_GetColumn_03 ( HandleRef  pThis,
int  j 
) [private]
static internal double Kitware.VTK.vtkTensor.vtkTensor_GetComponent_04 ( HandleRef  pThis,
int  i,
int  j 
) [private]
static internal void Kitware.VTK.vtkTensor.vtkTensor_Initialize_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTensor.vtkTensor_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTensor.vtkTensor_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTensor.vtkTensor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTensor.vtkTensor_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTensor.vtkTensor_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTensor.vtkTensor_SetComponent_11 ( HandleRef  pThis,
int  i,
int  j,
double  v 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTensor.MRClassNameKey = "9vtkTensor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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