VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkLinearSystem Class Reference

Base container to hold sparse matrice objects representing a linear system of equations Ax = B. More...

#include <vtkvmtkLinearSystem.h>

Inheritance diagram for vtkvmtkLinearSystem:
[legend]
Collaboration diagram for vtkvmtkLinearSystem:
[legend]

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkLinearSystemNewInstance () const
 
virtual void SetA (vtkvmtkSparseMatrix *)
 
virtual vtkvmtkSparseMatrixGetA ()
 
virtual void SetX (vtkvmtkDoubleVector *)
 
virtual vtkvmtkDoubleVectorGetX ()
 
virtual void SetB (vtkvmtkDoubleVector *)
 
virtual vtkvmtkDoubleVectorGetB ()
 
int CheckSystem ()
 

Static Public Member Functions

static vtkvmtkLinearSystemNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkLinearSystemSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkLinearSystem ()
 
 ~vtkvmtkLinearSystem ()
 

Protected Attributes

vtkvmtkSparseMatrixA
 
vtkvmtkDoubleVectorX
 
vtkvmtkDoubleVectorB
 

Detailed Description

Base container to hold sparse matrice objects representing a linear system of equations Ax = B.

Date
2006/04/06 16:46:43
Revision
1.3

..

Definition at line 37 of file vtkvmtkLinearSystem.h.

Member Typedef Documentation

◆ Superclass

Definition at line 41 of file vtkvmtkLinearSystem.h.

Constructor & Destructor Documentation

◆ vtkvmtkLinearSystem()

vtkvmtkLinearSystem::vtkvmtkLinearSystem ( )
protected

◆ ~vtkvmtkLinearSystem()

vtkvmtkLinearSystem::~vtkvmtkLinearSystem ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkLinearSystem* vtkvmtkLinearSystem::New ( )
static

◆ IsTypeOf()

static int vtkvmtkLinearSystem::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkLinearSystem::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkvmtkLinearSystem* vtkvmtkLinearSystem::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkLinearSystem::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkLinearSystem* vtkvmtkLinearSystem::NewInstance ( ) const

◆ SetA()

virtual void vtkvmtkLinearSystem::SetA ( vtkvmtkSparseMatrix )
virtual

◆ GetA()

virtual vtkvmtkSparseMatrix* vtkvmtkLinearSystem::GetA ( )
virtual

◆ SetX()

virtual void vtkvmtkLinearSystem::SetX ( vtkvmtkDoubleVector )
virtual

◆ GetX()

virtual vtkvmtkDoubleVector* vtkvmtkLinearSystem::GetX ( )
virtual

◆ SetB()

virtual void vtkvmtkLinearSystem::SetB ( vtkvmtkDoubleVector )
virtual

◆ GetB()

virtual vtkvmtkDoubleVector* vtkvmtkLinearSystem::GetB ( )
virtual

◆ CheckSystem()

int vtkvmtkLinearSystem::CheckSystem ( )

Member Data Documentation

◆ A

vtkvmtkSparseMatrix* vtkvmtkLinearSystem::A
protected

Definition at line 58 of file vtkvmtkLinearSystem.h.

◆ X

vtkvmtkDoubleVector* vtkvmtkLinearSystem::X
protected

Definition at line 59 of file vtkvmtkLinearSystem.h.

◆ B

vtkvmtkDoubleVector* vtkvmtkLinearSystem::B
protected

Definition at line 60 of file vtkvmtkLinearSystem.h.


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