ActiViz .NET
5.8.0
|
vtkDiagonalMatrixSource - generates a sparse or dense square matrix with user-specified values for the diagonal, superdiagonal, and subdiagonal. More...
Public Types | |
enum | StorageType { DENSE = 0, SPARSE = 1 } |
Undocumented Block. More... | |
Public Member Functions | |
vtkDiagonalMatrixSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDiagonalMatrixSource () | |
Undocumented Block. | |
virtual int | GetArrayType () |
Undocumented Block. | |
virtual string | GetColumnLabel () |
Controls the output matrix column dimension label. Default: "columns". | |
virtual double | GetDiagonal () |
Stores the value that will be assigned to diagonal elements (default: 1) | |
virtual int | GetExtents () |
Stores the extents of the output matrix (which is square) | |
virtual string | GetRowLabel () |
Controls the output matrix row dimension label. Default: "rows". | |
virtual double | GetSubDiagonal () |
Stores the value that will be assigned to subdiagonal elements (default: 0) | |
virtual double | GetSuperDiagonal () |
Stores the value that will be assigned to superdiagonal elements (default: 0) | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDiagonalMatrixSource | NewInstance () |
Undocumented Block. | |
virtual void | SetArrayType (int _arg) |
Undocumented Block. | |
virtual void | SetColumnLabel (string _arg) |
Controls the output matrix column dimension label. Default: "columns". | |
virtual void | SetDiagonal (double _arg) |
Stores the value that will be assigned to diagonal elements (default: 1) | |
virtual void | SetExtents (int _arg) |
Stores the extents of the output matrix (which is square) | |
virtual void | SetRowLabel (string _arg) |
Controls the output matrix row dimension label. Default: "rows". | |
virtual void | SetSubDiagonal (double _arg) |
Stores the value that will be assigned to subdiagonal elements (default: 0) | |
virtual void | SetSuperDiagonal (double _arg) |
Stores the value that will be assigned to superdiagonal elements (default: 0) | |
Static Public Member Functions | |
static new vtkDiagonalMatrixSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDiagonalMatrixSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDiagonalMatrixSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkDiagonalMatrixSource" |
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 | vtkDiagonalMatrixSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDiagonalMatrixSource_GetArrayType_01 (HandleRef pThis) |
static internal IntPtr | vtkDiagonalMatrixSource_GetColumnLabel_02 (HandleRef pThis) |
static internal double | vtkDiagonalMatrixSource_GetDiagonal_03 (HandleRef pThis) |
static internal int | vtkDiagonalMatrixSource_GetExtents_04 (HandleRef pThis) |
static internal IntPtr | vtkDiagonalMatrixSource_GetRowLabel_05 (HandleRef pThis) |
static internal double | vtkDiagonalMatrixSource_GetSubDiagonal_06 (HandleRef pThis) |
static internal double | vtkDiagonalMatrixSource_GetSuperDiagonal_07 (HandleRef pThis) |
static internal int | vtkDiagonalMatrixSource_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkDiagonalMatrixSource_IsTypeOf_09 (string type) |
static internal IntPtr | vtkDiagonalMatrixSource_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDiagonalMatrixSource_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDiagonalMatrixSource_SetArrayType_13 (HandleRef pThis, int _arg) |
static internal void | vtkDiagonalMatrixSource_SetColumnLabel_14 (HandleRef pThis, string _arg) |
static internal void | vtkDiagonalMatrixSource_SetDiagonal_15 (HandleRef pThis, double _arg) |
static internal void | vtkDiagonalMatrixSource_SetExtents_16 (HandleRef pThis, int _arg) |
static internal void | vtkDiagonalMatrixSource_SetRowLabel_17 (HandleRef pThis, string _arg) |
static internal void | vtkDiagonalMatrixSource_SetSubDiagonal_18 (HandleRef pThis, double _arg) |
static internal void | vtkDiagonalMatrixSource_SetSuperDiagonal_19 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkDiagonalMatrixSource () |
Automatically generated type registration mechanics. |
vtkDiagonalMatrixSource - generates a sparse or dense square matrix with user-specified values for the diagonal, superdiagonal, and subdiagonal.
Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
static Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDiagonalMatrixSource.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.vtkArrayDataAlgorithm.
virtual int Kitware.VTK.vtkDiagonalMatrixSource.GetArrayType | ( | ) | [virtual] |
Undocumented Block.
virtual string Kitware.VTK.vtkDiagonalMatrixSource.GetColumnLabel | ( | ) | [virtual] |
Controls the output matrix column dimension label. Default: "columns".
virtual double Kitware.VTK.vtkDiagonalMatrixSource.GetDiagonal | ( | ) | [virtual] |
Stores the value that will be assigned to diagonal elements (default: 1)
virtual int Kitware.VTK.vtkDiagonalMatrixSource.GetExtents | ( | ) | [virtual] |
Stores the extents of the output matrix (which is square)
virtual string Kitware.VTK.vtkDiagonalMatrixSource.GetRowLabel | ( | ) | [virtual] |
Controls the output matrix row dimension label. Default: "rows".
virtual double Kitware.VTK.vtkDiagonalMatrixSource.GetSubDiagonal | ( | ) | [virtual] |
Stores the value that will be assigned to subdiagonal elements (default: 0)
virtual double Kitware.VTK.vtkDiagonalMatrixSource.GetSuperDiagonal | ( | ) | [virtual] |
Stores the value that will be assigned to superdiagonal elements (default: 0)
override int Kitware.VTK.vtkDiagonalMatrixSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new int Kitware.VTK.vtkDiagonalMatrixSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new vtkDiagonalMatrixSource Kitware.VTK.vtkDiagonalMatrixSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
static new vtkDiagonalMatrixSource Kitware.VTK.vtkDiagonalMatrixSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
virtual void Kitware.VTK.vtkDiagonalMatrixSource.SetArrayType | ( | int | _arg | ) | [virtual] |
Undocumented Block.
virtual void Kitware.VTK.vtkDiagonalMatrixSource.SetColumnLabel | ( | string | _arg | ) | [virtual] |
Controls the output matrix column dimension label. Default: "columns".
virtual void Kitware.VTK.vtkDiagonalMatrixSource.SetDiagonal | ( | double | _arg | ) | [virtual] |
Stores the value that will be assigned to diagonal elements (default: 1)
virtual void Kitware.VTK.vtkDiagonalMatrixSource.SetExtents | ( | int | _arg | ) | [virtual] |
Stores the extents of the output matrix (which is square)
virtual void Kitware.VTK.vtkDiagonalMatrixSource.SetRowLabel | ( | string | _arg | ) | [virtual] |
Controls the output matrix row dimension label. Default: "rows".
virtual void Kitware.VTK.vtkDiagonalMatrixSource.SetSubDiagonal | ( | double | _arg | ) | [virtual] |
Stores the value that will be assigned to subdiagonal elements (default: 0)
virtual void Kitware.VTK.vtkDiagonalMatrixSource.SetSuperDiagonal | ( | double | _arg | ) | [virtual] |
Stores the value that will be assigned to superdiagonal elements (default: 0)
static internal int Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_GetArrayType_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_GetColumnLabel_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_GetDiagonal_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_GetExtents_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_GetRowLabel_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_GetSubDiagonal_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_GetSuperDiagonal_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_SetArrayType_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_SetColumnLabel_14 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_SetDiagonal_15 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_SetExtents_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_SetRowLabel_17 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_SetSubDiagonal_18 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDiagonalMatrixSource.vtkDiagonalMatrixSource_SetSuperDiagonal_19 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkDiagonalMatrixSource.MRClassNameKey = "23vtkDiagonalMatrixSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.
new const string Kitware.VTK.vtkDiagonalMatrixSource.MRFullTypeName = "Kitware.VTK.vtkDiagonalMatrixSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkArrayDataAlgorithm.