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

Public Member Functions | |
| GridBoxManager () | |
| GridBoxManager (idx_t rank, idx_t boxesPerCell=10) | |
| virtual void | readFrom (ObjectInput &in) |
| virtual void | writeTo (ObjectOutput &out) const |
| virtual idx_t | size () const |
| virtual idx_t | rank () const |
| virtual void | clear () |
| virtual void | reserve (idx_t boxCount) |
| virtual void | trimToSize () |
| virtual void | flushChanges () |
| virtual void | setMaskMatrix (Ref< MaskMatrix > mask) |
| virtual void | getEnclosingBox (const Vector &box) const |
| virtual idx_t | addBox (const Vector &box, idx_t color) |
| virtual idx_t | addBoxes (const Matrix &boxes, idx_t color) |
| virtual void | reorderBoxes (const Reordering &reord) |
| virtual void | getBox (const Vector &box, idx_t ibox) const |
| 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) |
| virtual void | updateBoxes (const Matrix &boxes) |
| virtual void | updateSomeBoxes (const IdxVector &iboxes, const Matrix &boxes) |
| virtual idx_t | findChangedBoxes (const IdxVector &iboxes, const Matrix &boxes) const |
| virtual idx_t | findBoxNeighbors (const IdxVector &iboxes, idx_t jbox) const |
| virtual idx_t | findBoxNeighbors (const IdxVector &iboxes, const Vector &box, idx_t color) const |
Public Member Functions inherited from jive::geom::BoxManager | |
| void | eraseBoxes (const IdxVector &iboxes) |
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 | ~GridBoxManager () |
Protected Member Functions inherited from jive::geom::BoxManager | |
| virtual | ~BoxManager () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jem::io::Serializable | |
| virtual | ~Serializable () |
| virtual void | emitVtableFunc_ () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
Friends | |
| class | Utils_ |
| class | Data_ |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
| jive::geom::GridBoxManager::GridBoxManager | ( | ) |
|
explicit |
|
protectedvirtual |
|
virtual |
Implements jem::io::Serializable.
|
virtual |
Implements jem::io::Serializable.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Reimplemented from jive::geom::BoxManager.
|
virtual |
Reimplemented from jive::geom::BoxManager.
|
virtual |
Reimplemented from jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Reimplemented from jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Reimplemented from jive::geom::BoxManager.
|
virtual |
Reimplemented from jive::geom::BoxManager.
|
virtual |
Reimplemented from jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Reimplemented from jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
virtual |
Implements jive::geom::BoxManager.
|
friend |
|
friend |