|
Jive reference manual
|
#include <jive/fem/FEIterator.h>

Public Member Functions | |
| virtual void | resetEvents () |
| virtual void | configure (const Properties &props) |
| virtual void | getConfig (const Properties &conf) const |
| virtual void | checkShapes ()=0 |
| virtual void | setShapeFlags (int flags) |
| virtual idx_t | setPrecision (idx_t prec) |
| idx_t | getPrecision () const |
| ShapeTable * | getShapeTable () const |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual String | toString () const |
| Returns a short textual description 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... | |
Public Attributes | |
| Event< Self & > | changeEvent |
Protected Member Functions | |
| FEIterator () | |
| FEIterator (const Ref< ShapeTable > &shapes, const String &context) | |
| virtual | ~FEIterator () |
| void | invalidate_ () |
| void | checkPrecision_ () |
| void | readFrom_ (ObjectInput &in) |
| virtual void | writeTo_ (ObjectOutput &out) const |
| virtual void | emitEvents_ (int events) |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jive::util::EventSource | |
| virtual | ~EventSource () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
Protected Attributes | |
| String | context_ |
| Ref< ShapeTable > | shapeTable_ |
| int | shapeFlags_ |
| idx_t | precision_ |
| bool | updated_ |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
|
protected |
|
protected |
|
protectedvirtual |
|
virtual |
Implements jive::util::EventSource.
Reimplemented in jive::fem::ElementIterator, jive::fem::IBoundaryIterator, and jive::fem::BoundaryIterator.
|
virtual |
|
virtual |
|
pure virtual |
Implemented in jive::fem::ElementIterator, jive::fem::IBoundaryIterator, and jive::fem::BoundaryIterator.
|
virtual |
Reimplemented in jive::fem::IBoundaryIterator, and jive::fem::BoundaryIterator.
|
virtual |
| idx_t jive::fem::FEIterator::getPrecision | ( | ) | const |
| ShapeTable * jive::fem::FEIterator::getShapeTable | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
Implements jive::util::EventSource.
| Event< Self& > jive::fem::FEIterator::changeEvent |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |