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

Public Member Functions | |
| BoundaryManager () | |
| BoundaryManager (const ElementSet &elems, const Ref< ShapeTable > &shapes) | |
| BoundaryManager (const ElementGroup &group, const Ref< ShapeTable > &shapes) | |
| BoundaryManager (const XBoundarySet &bounds, const Ref< ShapeTable > &shapes) | |
| BoundaryManager (const ElementGroup &group, const XBoundarySet &bounds, const Ref< ShapeTable > &shapes) | |
| virtual void | resetEvents () |
| virtual void | readFrom (ObjectInput &in) |
| virtual void | writeTo (ObjectOutput &out) const |
| void | update () |
| BoundarySet | getBoundaries () const |
| BoundaryGroup | getXBoundaries () const |
| BoundaryGroup | getIBoundaries () const |
| IdxVector | getBuddies () 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 & > | newBuddiesEvent |
Protected Member Functions | |
| virtual | ~BoundaryManager () |
| 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... | |
| jive::fem::BoundaryManager::BoundaryManager | ( | ) |
| jive::fem::BoundaryManager::BoundaryManager | ( | const ElementSet & | elems, |
| const Ref< ShapeTable > & | shapes | ||
| ) |
| jive::fem::BoundaryManager::BoundaryManager | ( | const ElementGroup & | group, |
| const Ref< ShapeTable > & | shapes | ||
| ) |
| jive::fem::BoundaryManager::BoundaryManager | ( | const XBoundarySet & | bounds, |
| const Ref< ShapeTable > & | shapes | ||
| ) |
| jive::fem::BoundaryManager::BoundaryManager | ( | const ElementGroup & | group, |
| const XBoundarySet & | bounds, | ||
| const Ref< ShapeTable > & | shapes | ||
| ) |
|
protectedvirtual |
|
virtual |
Implements jive::util::EventSource.
|
virtual |
Implements jem::io::Serializable.
|
virtual |
Implements jem::io::Serializable.
| void jive::fem::BoundaryManager::update | ( | ) |
| BoundarySet jive::fem::BoundaryManager::getBoundaries | ( | ) | const |
| BoundaryGroup jive::fem::BoundaryManager::getXBoundaries | ( | ) | const |
| BoundaryGroup jive::fem::BoundaryManager::getIBoundaries | ( | ) | const |
| IdxVector jive::fem::BoundaryManager::getBuddies | ( | ) | const |
|
protectedvirtual |
Implements jive::util::EventSource.
| Event< Self& > jive::fem::BoundaryManager::newBuddiesEvent |