Class to handle operating on rows of a sparse matrix.
More...
#include <vtkvmtkSparseMatrixRow.h>
Class to handle operating on rows of a sparse matrix.
- Date
- 2006/04/06 16:46:44
- Revision
- 1.3
..
Definition at line 37 of file vtkvmtkSparseMatrixRow.h.
◆ Superclass
◆ vtkvmtkSparseMatrixRow()
vtkvmtkSparseMatrixRow::vtkvmtkSparseMatrixRow |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkSparseMatrixRow()
vtkvmtkSparseMatrixRow::~vtkvmtkSparseMatrixRow |
( |
| ) |
|
|
protected |
◆ New()
◆ IsTypeOf()
static int vtkvmtkSparseMatrixRow::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkSparseMatrixRow::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkSparseMatrixRow::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ GetElementId()
vtkIdType vtkvmtkSparseMatrixRow::GetElementId |
( |
vtkIdType |
i | ) |
|
|
inline |
◆ SetElementId()
void vtkvmtkSparseMatrixRow::SetElementId |
( |
vtkIdType |
i, |
|
|
vtkIdType |
id |
|
) |
| |
|
inline |
◆ GetElement()
double vtkvmtkSparseMatrixRow::GetElement |
( |
vtkIdType |
i | ) |
|
|
inline |
◆ SetElement()
void vtkvmtkSparseMatrixRow::SetElement |
( |
vtkIdType |
i, |
|
|
double |
element |
|
) |
| |
|
inline |
◆ GetElementIndex()
vtkIdType vtkvmtkSparseMatrixRow::GetElementIndex |
( |
vtkIdType |
id | ) |
|
◆ GetNumberOfElements()
vtkIdType vtkvmtkSparseMatrixRow::GetNumberOfElements |
( |
| ) |
|
|
inline |
◆ SetNumberOfElements()
void vtkvmtkSparseMatrixRow::SetNumberOfElements |
( |
vtkIdType |
numberOfElements | ) |
|
◆ SetDiagonalElement()
virtual void vtkvmtkSparseMatrixRow::SetDiagonalElement |
( |
double |
| ) |
|
|
virtual |
◆ GetDiagonalElement()
virtual double vtkvmtkSparseMatrixRow::GetDiagonalElement |
( |
| ) |
|
|
virtual |
◆ Initialize()
void vtkvmtkSparseMatrixRow::Initialize |
( |
| ) |
|
◆ CopyStencil()
◆ CopyNeighborhood()
◆ DeepCopy()
Standard DeepCopy method. Since this object contains no reference to other objects, there is no ShallowCopy.
◆ ElementIds
vtkIdType* vtkvmtkSparseMatrixRow::ElementIds |
|
protected |
◆ Elements
double* vtkvmtkSparseMatrixRow::Elements |
|
protected |
◆ DiagonalElement
double vtkvmtkSparseMatrixRow::DiagonalElement |
|
protected |
◆ NElements
vtkIdType vtkvmtkSparseMatrixRow::NElements |
|
protected |
The documentation for this class was generated from the following file: