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

Public Member Functions | |
| virtual idx_t | size () const =0 |
| virtual idx_t | rank () const =0 |
| virtual void | clear ()=0 |
| virtual void | reserve (idx_t boxCount) |
| virtual void | trimToSize () |
| virtual void | flushChanges () |
| virtual void | setMaskMatrix (Ref< MaskMatrix > mask)=0 |
| virtual void | getEnclosingBox (const Vector &box) const =0 |
| virtual idx_t | addBox (const Vector &box, idx_t color=0)=0 |
| virtual idx_t | addBoxes (const Matrix &boxes, idx_t color=0) |
| void | eraseBoxes (const IdxVector &iboxes) |
| virtual void | reorderBoxes (const Reordering &reord)=0 |
| virtual void | getBox (const Vector &box, idx_t ibox) const =0 |
| virtual void | getBoxes (const Matrix &boxes) const |
| virtual void | getSomeBoxes (const Matrix &boxes, const IdxVector &iboxes) const |
| virtual void | setColors (const IdxVector &colors) |
| virtual void | setSomeColors (const IdxVector &iboxes, const IdxVector &colors)=0 |
| virtual void | updateBoxes (const Matrix &boxes) |
| virtual void | updateSomeBoxes (const IdxVector &iboxes, const Matrix &boxes)=0 |
| virtual idx_t | findChangedBoxes (const IdxVector &iboxes, const Matrix &boxes) const =0 |
| virtual idx_t | findBoxNeighbors (const IdxVector &iboxes, idx_t jbox) const =0 |
| virtual idx_t | findBoxNeighbors (const IdxVector &iboxes, const Vector &box, idx_t color=0) const =0 |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual String | toString () const |
| Returns a short textual description 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... | |
Protected Member Functions | |
| virtual | ~BoxManager () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
|
protectedvirtual |
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
virtual |
Reimplemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
virtual |
Reimplemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
virtual |
Reimplemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
virtual |
Reimplemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
| void jive::geom::BoxManager::eraseBoxes | ( | const IdxVector & | iboxes | ) |
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
virtual |
Reimplemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
virtual |
Reimplemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
virtual |
Reimplemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
virtual |
Reimplemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.
|
pure virtual |
Implemented in jive::geom::GridBoxManager, and jive::geom::SimpleBoxManager.