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

#include <jive/fem/FEIterator.h>

Inheritance diagram for jive::fem::FEIterator:
Inheritance graph

Public Member Functions

virtual void resetEvents ()
 
virtual void configure (const Properties &props)
 
virtual void getConfig (const Properties &conf) const
 
virtual void checkShapes ()=0
 
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

Event< Self & > changeEvent
 

Protected Member Functions

 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 Attributes

String context_
 
Ref< ShapeTableshapeTable_
 
int shapeFlags_
 
idx_t precision_
 
bool updated_
 

Additional Inherited Members

- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Constructor & Destructor Documentation

jive::fem::FEIterator::FEIterator ( )
protected
jive::fem::FEIterator::FEIterator ( const Ref< ShapeTable > &  shapes,
const String context 
)
protected
virtual jive::fem::FEIterator::~FEIterator ( )
protectedvirtual

Member Function Documentation

virtual void jive::fem::FEIterator::resetEvents ( )
virtual
virtual void jive::fem::FEIterator::configure ( const Properties props)
virtual
virtual void jive::fem::FEIterator::getConfig ( const Properties conf) const
virtual
virtual void jive::fem::FEIterator::checkShapes ( )
pure virtual
virtual void jive::fem::FEIterator::setShapeFlags ( int  flags)
virtual
virtual idx_t jive::fem::FEIterator::setPrecision ( idx_t  prec)
virtual
idx_t jive::fem::FEIterator::getPrecision ( ) const
ShapeTable * jive::fem::FEIterator::getShapeTable ( ) const
void jive::fem::FEIterator::invalidate_ ( )
protected
void jive::fem::FEIterator::checkPrecision_ ( )
protected
void jive::fem::FEIterator::readFrom_ ( ObjectInput in)
protected
virtual void jive::fem::FEIterator::writeTo_ ( ObjectOutput out) const
protectedvirtual
virtual void jive::fem::FEIterator::emitEvents_ ( int  events)
protectedvirtual

Member Data Documentation

Event< Self& > jive::fem::FEIterator::changeEvent
String jive::fem::FEIterator::context_
protected
Ref<ShapeTable> jive::fem::FEIterator::shapeTable_
protected
int jive::fem::FEIterator::shapeFlags_
protected
idx_t jive::fem::FEIterator::precision_
protected
bool jive::fem::FEIterator::updated_
protected