Jive reference manual
List of all members | Public Member Functions | Public Attributes | Protected Member Functions
jive::fem::ElementIterator Class Reference

#include <jive/fem/ElementIterator.h>

Inheritance diagram for jive::fem::ElementIterator:
Inheritance graph

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
 
ShapeTablegetShapeTable () const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () 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< Objectclone () 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 ClassgetType ()
 Returns the Class instance representing the Object class. More...
 
- Protected Attributes inherited from jive::fem::FEIterator
String context_
 
Ref< ShapeTableshapeTable_
 
int shapeFlags_
 
idx_t precision_
 
bool updated_
 

Constructor & Destructor Documentation

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 
)
virtual jive::fem::ElementIterator::~ElementIterator ( )
protectedvirtual

Member Function Documentation

virtual void jive::fem::ElementIterator::readFrom ( ObjectInput in)
virtual

Implements jem::io::Serializable.

virtual void jive::fem::ElementIterator::writeTo ( ObjectOutput out) const
virtual

Implements jem::io::Serializable.

virtual void jive::fem::ElementIterator::resetEvents ( )
virtual

Reimplemented from jive::fem::FEIterator.

void jive::fem::ElementIterator::rewind ( )
bool jive::fem::ElementIterator::toNext ( VirtualElement elem)
virtual void jive::fem::ElementIterator::checkShapes ( )
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

Member Data Documentation

ElementGroup jive::fem::ElementIterator::elemGroup
idx_t jive::fem::ElementIterator::ipos