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

Public Member Functions | |
| ElementIterator () | |
| ElementIterator (const ElementSet &elems, const Ref< ShapeTable > &shapes, const String &context) | |
| ElementIterator (const ElementGroup &group, const Ref< ShapeTable > &shapes, const String &context) | |
| ElementIterator (const Properties &conf, const Properties &props, const Properties &globdat, const String &context) | |
| virtual void | readFrom (ObjectInput &in) |
| virtual void | writeTo (ObjectOutput &out) const |
| virtual void | resetEvents () |
| void | rewind () |
| bool | toNext (VirtualElement &elem) |
| virtual void | checkShapes () |
| ElementSet | getElements () const |
| NodeSet | getNodes () const |
| IdxVector | getNodeIndices () const |
| ShapeVector | getShapes () const |
| IdxVector | getShapeMap () const |
Public Member Functions inherited from jive::fem::FEIterator | |
| virtual void | configure (const Properties &props) |
| virtual void | getConfig (const Properties &conf) const |
| 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 | |
| ElementGroup | elemGroup |
| idx_t | ipos |
Public Attributes inherited from jive::fem::FEIterator | |
| Event< Self & > | changeEvent |
Protected Member Functions | |
| virtual | ~ElementIterator () |
Protected Member Functions inherited from jive::fem::FEIterator | |
| 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 Member Functions inherited from jem::io::Serializable | |
| virtual | ~Serializable () |
| virtual void | emitVtableFunc_ () |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Attributes inherited from jive::fem::FEIterator | |
| String | context_ |
| Ref< ShapeTable > | shapeTable_ |
| int | shapeFlags_ |
| idx_t | precision_ |
| bool | updated_ |
| jive::fem::ElementIterator::ElementIterator | ( | ) |
| jive::fem::ElementIterator::ElementIterator | ( | const ElementSet & | elems, |
| const Ref< ShapeTable > & | shapes, | ||
| const String & | context | ||
| ) |
| jive::fem::ElementIterator::ElementIterator | ( | const ElementGroup & | group, |
| const Ref< ShapeTable > & | shapes, | ||
| const String & | context | ||
| ) |
| jive::fem::ElementIterator::ElementIterator | ( | const Properties & | conf, |
| const Properties & | props, | ||
| const Properties & | globdat, | ||
| const String & | context | ||
| ) |
|
protectedvirtual |
|
virtual |
Implements jem::io::Serializable.
|
virtual |
Implements jem::io::Serializable.
|
virtual |
Reimplemented from jive::fem::FEIterator.
| void jive::fem::ElementIterator::rewind | ( | ) |
| bool jive::fem::ElementIterator::toNext | ( | VirtualElement & | elem | ) |
|
virtual |
Implements jive::fem::FEIterator.
| ElementSet jive::fem::ElementIterator::getElements | ( | ) | const |
| NodeSet jive::fem::ElementIterator::getNodes | ( | ) | const |
| IdxVector jive::fem::ElementIterator::getNodeIndices | ( | ) | const |
| ShapeVector jive::fem::ElementIterator::getShapes | ( | ) | const |
| IdxVector jive::fem::ElementIterator::getShapeMap | ( | ) | const |
| ElementGroup jive::fem::ElementIterator::elemGroup |
| idx_t jive::fem::ElementIterator::ipos |