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 |
![]() | |
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) |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
![]() | |
virtual | ~EventSource () |
![]() | |
virtual | ~Interface () |
Empty destructor. More... | |
![]() | |
virtual | ~Serializable () |
virtual void | emitVtableFunc_ () |
Additional Inherited Members | |
![]() | |
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 |