#include <jive/model/MatrixModel.h>
|
| MatrixModel () |
|
| MatrixModel (const String &name, const Ref< DofSpace > &dofs, const Ref< Model > &child) |
|
| MatrixModel (const String &name, const Properties &conf, const Properties &props, const Ref< DofSpace > &dofs, const Ref< Model > &child) |
|
| MatrixModel (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
|
virtual void | readFrom (ObjectInput &in) |
|
virtual void | writeTo (ObjectOutput &out) const |
|
virtual Model * | findModel (const String &name) const |
|
virtual void | configure (const Properties &props, const Properties &globdat) |
|
virtual void | getConfig (const Properties &conf, const Properties &globdat) const |
|
virtual bool | takeAction (const String &action, const Properties ¶ms, const Properties &globdat) |
|
Ref< AbstractMatrix > | newMatrix (int imat, const Properties &globdat) |
|
void | setLinear (bool yesno=true) |
|
bool | isLinear () const |
|
void | setDebugLevel (int level) |
|
int | getDebugLevel () const |
|
| Model (const String &name="") |
|
| Model (const Self &rhs) |
|
virtual String | getContext () const |
|
void | store (const Properties &globdat) const |
|
| NamedObject (const String &name="") |
|
virtual String | toString () const |
| Returns a short textual description of this object. More...
|
|
String | getName () const |
|
virtual Class * | getClass () const |
| Returns the Class instance representing the runtime class of this object. More...
|
|
virtual long | hashValue () const |
| Returns a hash value for this object. More...
|
|
virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More...
|
|
Ref< Object > | clone () const |
| Returns a copy of this object. More...
|
|
jive::model::MatrixModel::MatrixModel |
( |
| ) |
|
virtual jive::model::MatrixModel::~MatrixModel |
( |
| ) |
|
|
protectedvirtual |
virtual void jive::model::MatrixModel::readFrom |
( |
ObjectInput & |
in | ) |
|
|
virtual |
virtual void jive::model::MatrixModel::writeTo |
( |
ObjectOutput & |
out | ) |
const |
|
virtual |
virtual Model* jive::model::MatrixModel::findModel |
( |
const String & |
name | ) |
const |
|
virtual |
virtual void jive::model::MatrixModel::configure |
( |
const Properties & |
props, |
|
|
const Properties & |
globdat |
|
) |
| |
|
virtual |
virtual void jive::model::MatrixModel::getConfig |
( |
const Properties & |
conf, |
|
|
const Properties & |
globdat |
|
) |
| const |
|
virtual |
virtual bool jive::model::MatrixModel::takeAction |
( |
const String & |
action, |
|
|
const Properties & |
params, |
|
|
const Properties & |
globdat |
|
) |
| |
|
virtual |
void jive::model::MatrixModel::setLinear |
( |
bool |
yesno = true | ) |
|
bool jive::model::MatrixModel::isLinear |
( |
| ) |
const |
void jive::model::MatrixModel::setDebugLevel |
( |
int |
level | ) |
|
int jive::model::MatrixModel::getDebugLevel |
( |
| ) |
const |
static void jive::model::MatrixModel::declare |
( |
| ) |
|
|
static |
const char* jive::model::MatrixModel::TYPE_NAME |
|
static |
const char* jive::model::MatrixModel::MATRIX_NAMES[3] |
|
static |