Jive reference manual
|
#include <jive/fem/MeshBlock.h>
Public Types | |
enum | NoOverlapTag { NO_OVERLAP } |
Public Member Functions | |
MeshBlock () | |
MeshBlock (const String &name, util::StorageMode mode=util::DEFAULT_STORAGE) | |
MeshBlock (const String &name, NoOverlapTag tag, util::StorageMode mode=util::DEFAULT_STORAGE) | |
MeshBlock (const XNodeSet &nodes, const XElementSet &elems, util::StorageMode mode=util::DEFAULT_STORAGE) | |
MeshBlock (const XNodeSet &nodes, const XElementSet &elems, NoOverlapTag tag, util::StorageMode mode=util::DEFAULT_STORAGE) | |
virtual void | readFrom (ObjectInput &in) |
virtual void | writeTo (ObjectOutput &out) const |
void | printTo (PrintWriter &out) 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... | |
Protected Member Functions | |
virtual | ~MeshBlock () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
![]() | |
virtual | ~Serializable () |
virtual void | emitVtableFunc_ () |
![]() | |
virtual | ~Interface () |
Empty destructor. More... | |
Additional Inherited Members | |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
jive::fem::MeshBlock::MeshBlock | ( | ) |
|
explicit |
jive::fem::MeshBlock::MeshBlock | ( | const String & | name, |
NoOverlapTag | tag, | ||
util::StorageMode | mode = util::DEFAULT_STORAGE |
||
) |
jive::fem::MeshBlock::MeshBlock | ( | const XNodeSet & | nodes, |
const XElementSet & | elems, | ||
util::StorageMode | mode = util::DEFAULT_STORAGE |
||
) |
jive::fem::MeshBlock::MeshBlock | ( | const XNodeSet & | nodes, |
const XElementSet & | elems, | ||
NoOverlapTag | tag, | ||
util::StorageMode | mode = util::DEFAULT_STORAGE |
||
) |
|
protectedvirtual |
|
virtual |
Implements jem::io::Serializable.
|
virtual |
Implements jem::io::Serializable.
void jive::fem::MeshBlock::printTo | ( | PrintWriter & | out | ) | const |
XNodeSet jive::fem::MeshBlock::nodes |
XElementSet jive::fem::MeshBlock::elems |
XBorderSet jive::fem::MeshBlock::recvNodeBorders |
XBorderSet jive::fem::MeshBlock::sendNodeBorders |
XBorderSet jive::fem::MeshBlock::recvElemBorders |
XBorderSet jive::fem::MeshBlock::sendElemBorders |