|
virtual void | clear ()=0 |
|
virtual void | reserve (idx_t count) |
|
virtual void | trimToSize () |
|
virtual idx_t | addPoint (const Vector &coords)=0 |
|
virtual idx_t | addPoint (idx_t id, const Vector &coords)=0 |
|
virtual idx_t | addPoints (const Matrix &coords)=0 |
|
void | erasePoints (const IdxVector &ipoints) |
|
virtual void | reorderPoints (const Reordering &reord)=0 |
|
virtual void | setPointCoords (idx_t ipoint, const Vector &coords)=0 |
|
virtual void | setPointXCoord (idx_t ipoint, double coord, idx_t idim=0)=0 |
|
virtual void | setCoords (const Matrix &coords) |
|
virtual void | setXCoords (const Vector &coords, idx_t idim=0) |
|
virtual void | setSomeCoords (const IdxVector &ipoints, const Matrix &coords) |
|
virtual void | setSomeXCoords (const IdxVector &ipoints, const Vector &coords, idx_t idim=0) |
|
virtual idx_t | rank () const =0 |
|
virtual String | getItemName () const |
| Returns the type name of an item. More...
|
|
virtual void | getPointCoords (const Vector &coords, idx_t ipoint) const =0 |
|
virtual double | getPointXCoord (idx_t ipoint, idx_t idim=0) const =0 |
|
virtual void | getCoords (const Matrix &coords) const |
|
virtual void | getXCoords (const Vector &coords, idx_t idim=0) const |
|
virtual void | getSomeCoords (const Matrix &coords, const IdxVector &ipoints) const |
|
virtual void | getSomeXCoords (const Vector &coords, const IdxVector &ipoints, idx_t idim=0) const |
|
virtual Matrix | toMatrix () const |
|
virtual void | printSubset (PrintWriter &out, const IdxVector &ipoints) const |
|
virtual String | toString () const |
| Returns a short textual description of this object. More...
|
|
virtual int | size () const |
| Returns the size of this item set. More...
|
|
String | getName () const |
| Returns the (descriptive) name of this item set. More...
|
|
virtual String | getTagName () const |
| Returns an XML tag name for this item set. More...
|
|
virtual String | getItemsName () const |
| Returns the plural of an item type name. More...
|
|
String | getContext () const |
| Returns a context string. More...
|
|
virtual ItemMap * | getItemMap () const =0 |
| Returns the item map associated with this item set. More...
|
|
String | getItemPath (int itemID) const |
| Returns an identification string for an item. More...
|
|
int | findItem (int itemID) const |
| Returns the index of an item with a given ID. More...
|
|
int | getItemID (int iitem) const |
| Returns the ID of the item with a given index. More...
|
|
virtual void | printTo (Printer &out) const |
| Prints the contents of this item set. More...
|
|
void | store (const String &name, const Properties &globdat) const |
| Stores this item set in a (global) data set. More...
|
|
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...
|
|