Jive reference manual
|
#include <jive/mesh/BndgenModule.h>
Public Member Functions | |
BndgenModule (const String &name="bndgen") | |
virtual Status | init (const Properties &conf, const Properties &props, const Properties &globdat) |
virtual void | configure (const Properties &props, const Properties &globdat) |
virtual void | getConfig (const Properties &conf, const Properties &globdat) const |
Public Member Functions inherited from jive::app::Module | |
Module (const String &name="") | |
virtual Status | run (const Properties &globdat) |
virtual void | shutdown (const Properties &globdat) |
virtual bool | takeAction (const String &action, const Properties ¶ms, const Properties &globdat) |
virtual String | getContext () const |
void | notAliveError () const |
void | notAliveError (const String &where) const |
Public Member Functions inherited from jem::NamedObject | |
NamedObject (const String &name="") | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
String | getName () const |
Public Member Functions inherited from jem::Object | |
virtual Class * | getClass () const |
Returns the Class instance representing the runtime class 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... | |
Static Public Member Functions | |
static Ref< Module > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
static void | declare () |
Static Public Member Functions inherited from jem::NamedObject | |
static String | makeContext (const String &kind, const String &name) |
Static Public Member Functions inherited from jem::Object | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Static Public Attributes | |
static const char * | TYPE_NAME |
static const int | MAKE_ELEMENTS |
static const int | MAKE_BOUNDARIES |
Static Public Attributes inherited from jive::app::Module | |
static const char * | CASE_NAME |
Protected Member Functions | |
virtual | ~BndgenModule () |
Protected Member Functions inherited from jive::app::Module | |
virtual | ~Module () |
Protected Member Functions inherited from jem::NamedObject | |
virtual | ~NamedObject () |
Protected Member Functions inherited from jem::Collectable | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Additional Inherited Members | |
Public Types inherited from jive::app::Module | |
enum | Status { OK, DONE, EXIT } |
Protected Attributes inherited from jem::NamedObject | |
String | myName_ |
|
explicit |
|
protectedvirtual |
|
virtual |
Reimplemented from jive::app::Module.
|
virtual |
Reimplemented from jive::app::Module.
|
virtual |
Reimplemented from jive::app::Module.
|
static |
|
static |
|
static |
|
static |
|
static |