|
Jive reference manual
|
#include <jive/geom/ShapeTable.h>

Public Types | |
| typedef util::TopoVector | TopoVector |
Public Member Functions | |
| idx_t | itemCount () const |
| virtual ItemSet * | getItems () const =0 |
| virtual idx_t | maxPrecision () const =0 |
| virtual String | getContext () const |
| virtual void | resetEvents () |
| virtual void | configure (const Properties &props, const Properties &globdat) |
| virtual void | getConfig (const Properties &conf) const |
| virtual ShapeVector | getShapes (const IdxVector &map, idx_t prec=0) const |
| virtual ShapeVector | getShapes (const IdxVector &map, const IdxVector &precs) const |
| virtual ShapeMatrix | getShapes (const IdxVector &map, idx_t minPrec, idx_t maxPrec) const |
| virtual Shape * | getShapeOf (idx_t iitem, idx_t prec=0) const =0 |
| virtual ShapeVector | getShapesOf (const IdxVector &map, const IdxVector &iitems, idx_t prec=0) const |
| virtual ShapeVector | getShapesOf (const IdxVector &map, const IdxVector &iitems, const IdxVector &precs) const |
| virtual ShapeMatrix | getShapesOf (const IdxVector &map, const IdxVector &iitems, idx_t minPrec, idx_t maxPrec) const =0 |
| TopoVector | getShapeTopos (const IdxVector &map) const |
| TopoVector | getShapeToposOf (const IdxVector &map, const IdxVector &iitems) const |
| void | checkShapes (const String &context, int flags, idx_t prec=0) const |
| void | checkShapes (const String &context, int flags, const IdxVector &precs) const |
| void | checkShapes (const String &context, int flags, idx_t minPrec, idx_t maxPrec) const |
| void | checkShapesOf (const String &context, const IdxVector &iitems, int flags, idx_t prec=0) const |
| void | checkShapesOf (const String &context, const IdxVector &iitems, int flags, const IdxVector &precs) const |
| void | checkShapesOf (const String &context, const IdxVector &iitems, int flags, idx_t minPrec, idx_t maxPrec) const |
| void | store (const Properties &globdat) 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 int | getTypeFlags (const Shape &shape) |
| static Ref< Self > | find (const Ref< ItemSet > &items, const Properties &globdat) |
| static Ref< Self > | get (const Ref< ItemSet > &items, const Properties &globdat, const String &context) |
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 | |
| Event< Self & > | changeEvent |
Static Public Attributes | |
| static const int | ANY_TYPE |
| static const int | INTERNAL_TYPE |
| static const int | BOUNDARY_TYPE |
| static const int | INTERFACE_TYPE |
| static const int | REGULAR_TYPE |
| static const int | GRAD2_TYPE |
| static const int | BEZIER_TYPE |
Protected Member Functions | |
| ShapeTable (const String &name="") | |
| virtual | ~ShapeTable () |
| virtual void | emitEvents_ (int events) |
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... | |
Protected Member Functions inherited from jive::util::EventSource | |
| virtual | ~EventSource () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from jem::NamedObject | |
| String | myName_ |
|
explicitprotected |
|
protectedvirtual |
| idx_t jive::geom::ShapeTable::itemCount | ( | ) | const |
|
pure virtual |
Implemented in jive::geom::CustomShapeTable, and jive::geom::StdShapeTable.
|
pure virtual |
Implemented in jive::geom::CustomShapeTable, and jive::geom::StdShapeTable.
|
virtual |
Reimplemented from jem::NamedObject.
|
virtual |
Implements jive::util::EventSource.
Reimplemented in jive::geom::CustomShapeTable, and jive::geom::StdShapeTable.
|
virtual |
Reimplemented in jive::geom::CustomShapeTable, and jive::fem::AutoShapeTable.
|
virtual |
Reimplemented in jive::geom::CustomShapeTable, and jive::fem::AutoShapeTable.
|
virtual |
Reimplemented in jive::geom::CustomShapeTable, and jive::geom::StdShapeTable.
|
virtual |
|
virtual |
Reimplemented in jive::geom::CustomShapeTable, and jive::geom::StdShapeTable.
|
pure virtual |
Implemented in jive::geom::CustomShapeTable, and jive::geom::StdShapeTable.
|
virtual |
Reimplemented in jive::geom::CustomShapeTable, and jive::geom::StdShapeTable.
|
virtual |
|
pure virtual |
Implemented in jive::geom::CustomShapeTable, and jive::geom::StdShapeTable.
| TopoVector jive::geom::ShapeTable::getShapeTopos | ( | const IdxVector & | map | ) | const |
| TopoVector jive::geom::ShapeTable::getShapeToposOf | ( | const IdxVector & | map, |
| const IdxVector & | iitems | ||
| ) | const |
| void jive::geom::ShapeTable::checkShapes | ( | const String & | context, |
| int | flags, | ||
| idx_t | prec = 0 |
||
| ) | const |
| void jive::geom::ShapeTable::checkShapes | ( | const String & | context, |
| int | flags, | ||
| const IdxVector & | precs | ||
| ) | const |
| void jive::geom::ShapeTable::checkShapes | ( | const String & | context, |
| int | flags, | ||
| idx_t | minPrec, | ||
| idx_t | maxPrec | ||
| ) | const |
| void jive::geom::ShapeTable::checkShapesOf | ( | const String & | context, |
| const IdxVector & | iitems, | ||
| int | flags, | ||
| idx_t | prec = 0 |
||
| ) | const |
| void jive::geom::ShapeTable::checkShapesOf | ( | const String & | context, |
| const IdxVector & | iitems, | ||
| int | flags, | ||
| const IdxVector & | precs | ||
| ) | const |
| void jive::geom::ShapeTable::checkShapesOf | ( | const String & | context, |
| const IdxVector & | iitems, | ||
| int | flags, | ||
| idx_t | minPrec, | ||
| idx_t | maxPrec | ||
| ) | const |
|
static |
| void jive::geom::ShapeTable::store | ( | const Properties & | globdat | ) | const |
|
static |
|
static |
|
protectedvirtual |
Implements jive::util::EventSource.
| Event< Self& > jive::geom::ShapeTable::changeEvent |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |