Jive reference manual
|
#include <jive/fem/BoundaryIterator.h>
Public Member Functions | |
BoundaryIterator () | |
BoundaryIterator (const BoundaryGroup &group, const Ref< ShapeTable > &shapes, const String &context) | |
BoundaryIterator (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 (VirtualBoundary &bnd) |
virtual void | checkShapes () |
virtual void | setShapeFlags (int flags) |
BoundarySet | getBoundaries () const |
ElementSet | getElements () const |
NodeSet | getNodes () const |
IdxVector | getNodeIndices () const |
IShapeVector | getShapes () const |
IdxVector | getShapeMap () const |
![]() | |
virtual void | configure (const Properties &props) |
virtual void | getConfig (const Properties &conf) const |
virtual idx_t | setPrecision (idx_t prec) |
idx_t | getPrecision () const |
ShapeTable * | getShapeTable () 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 | |
BoundaryGroup | bndGroup |
idx_t | ipos |
![]() | |
Event< Self & > | changeEvent |
Protected Member Functions | |
virtual | ~BoundaryIterator () |
![]() | |
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) |
![]() | |
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... | |
![]() | |
String | context_ |
Ref< ShapeTable > | shapeTable_ |
int | shapeFlags_ |
idx_t | precision_ |
bool | updated_ |
jive::fem::BoundaryIterator::BoundaryIterator | ( | ) |
jive::fem::BoundaryIterator::BoundaryIterator | ( | const BoundaryGroup & | group, |
const Ref< ShapeTable > & | shapes, | ||
const String & | context | ||
) |
jive::fem::BoundaryIterator::BoundaryIterator | ( | 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::BoundaryIterator::rewind | ( | ) |
bool jive::fem::BoundaryIterator::toNext | ( | VirtualBoundary & | bnd | ) |
|
virtual |
Implements jive::fem::FEIterator.
|
virtual |
Reimplemented from jive::fem::FEIterator.
BoundarySet jive::fem::BoundaryIterator::getBoundaries | ( | ) | const |
ElementSet jive::fem::BoundaryIterator::getElements | ( | ) | const |
NodeSet jive::fem::BoundaryIterator::getNodes | ( | ) | const |
IdxVector jive::fem::BoundaryIterator::getNodeIndices | ( | ) | const |
IShapeVector jive::fem::BoundaryIterator::getShapes | ( | ) | const |
IdxVector jive::fem::BoundaryIterator::getShapeMap | ( | ) | const |
BoundaryGroup jive::fem::BoundaryIterator::bndGroup |
idx_t jive::fem::BoundaryIterator::ipos |