|
| SimpleShapeTable () |
|
| SimpleShapeTable (const String &name, const Ref< ItemSet > &items, const IdxVector &map, const ShapeMatrix &shapes) |
|
virtual void | readFrom (ObjectInput &in) |
|
virtual void | writeTo (ObjectOutput &out) const |
|
virtual void | resetEvents () |
|
virtual ItemSet * | getItems () const |
|
virtual idx_t | maxPrecision () const |
|
virtual ShapeVector | getShapes (const IdxVector &map, idx_t prec) const |
|
virtual ShapeMatrix | getShapes (const IdxVector &map, idx_t minPrec, idx_t maxPrec) const |
|
virtual Shape * | getShapeOf (idx_t iitem, idx_t prec) const |
|
virtual ShapeVector | getShapesOf (const IdxVector &shapeMap, const IdxVector &iitems, idx_t prec) const |
|
virtual ShapeMatrix | getShapesOf (const IdxVector &shapeMap, const IdxVector &iitems, idx_t minPrec, idx_t maxPrec) const |
|
idx_t | itemCount () const |
|
virtual String | getContext () const |
|
virtual void | configure (const Properties &props, const Properties &globdat) |
|
virtual void | getConfig (const Properties &conf) const |
|
virtual ShapeVector | getShapes (const IdxVector &map, const IdxVector &precs) const |
|
virtual ShapeVector | getShapesOf (const IdxVector &map, const IdxVector &iitems, const IdxVector &precs) const |
|
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 |
|
| NamedObject (const String &name="") |
|
virtual String | toString () const |
| Returns a short textual description of this object. More...
|
|
String | getName () const |
|
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...
|
|