|
Jive reference manual
|
#include <jive/mesh/Ellipse.h>

Classes | |
| struct | GroupNames |
Public Types | |
| enum | ElemType { TRIANGLE3, TRIANGLE6 } |
Public Member Functions | |
| Ellipse (const String &name="ellipse") | |
| virtual idx_t | rank () const |
| virtual void | configure (const Properties &props) |
| virtual void | getConfig (const Properties &conf) const |
| virtual void | makeMesh (const XMesh &mesh, const Params ¶m) |
Public Member Functions inherited from jive::mesh::Geometry | |
| Geometry (const String &name="") | |
| virtual String | getContext () 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 void | declare () |
| static Ref< Geometry > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
Static Public Member Functions inherited from jive::mesh::Geometry | |
| static void | addGroup (const Params ¶ms, const String &name, const IdxVector &inodes, const NodeSet &nodes) |
| static void | addGroup (const Params ¶ms, const String &name, const IdxVector &ielems, const ElementSet &elems) |
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... | |
Public Attributes | |
| GroupNames | groupNames |
Static Public Attributes | |
| static const char * | TYPE_NAME |
Static Public Attributes inherited from jive::mesh::Geometry | |
| static const double | PI |
Protected Member Functions | |
| virtual | ~Ellipse () |
Protected Member Functions inherited from jive::mesh::Geometry | |
| virtual | ~Geometry () |
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 | |
Protected Attributes inherited from jem::NamedObject | |
| String | myName_ |
|
explicit |
|
protectedvirtual |
|
virtual |
Implements jive::mesh::Geometry.
|
virtual |
Reimplemented from jive::mesh::Geometry.
|
virtual |
Reimplemented from jive::mesh::Geometry.
Implements jive::mesh::Geometry.
|
static |
|
static |
|
static |
| GroupNames jive::mesh::Ellipse::groupNames |