#include <RelationList.h>

Public Member Functions | |
| RelationList () | |
| RelationList (const RelationList &model) | |
| ~RelationList () | |
| template<class Target > | |
| void | makeOwnCopy (const Target &t) |
| void | erase () |
| void | addRelation (RelationListItem *item) |
| void | notifyPreRead () const |
| void | notifyPostWrite () const |
| RelationListItem * | operator() (int i) const |
| RelationListItem * | operator() (int i) |
| int | size () const |
| void | setDirty () const |
| Set the dirty flags for all relations. | |
| void | clearDirty () const |
| Set the dirty flags for all relations. | |
| bool | dirty () const |
| Query if any of the relations is dirty. | |
| RelationList::RelationList | ( | ) | [inline] |
| RelationList::RelationList | ( | const RelationList & | model | ) | [inline] |
| RelationList::~RelationList | ( | ) | [inline] |
| void RelationList::makeOwnCopy | ( | const Target & | t | ) | [inline] |
References RelationRetargetBase< Target >::retarget().
Referenced by FieldEngine< Mesh, T, EngineTag >::makeOwnCopy().
| void RelationList::erase | ( | ) | [inline] |
| void RelationList::addRelation | ( | RelationListItem * | item | ) | [inline] |
| void RelationList::notifyPreRead | ( | ) | const [inline] |
| void RelationList::notifyPostWrite | ( | ) | const [inline] |
| void RelationList::setDirty | ( | ) | const [inline] |
| void RelationList::clearDirty | ( | ) | const [inline] |
Set the dirty flags for all relations.
| bool RelationList::dirty | ( | ) | const [inline] |
Query if any of the relations is dirty.
| RelationListItem* RelationList::operator() | ( | int | i | ) | const [inline] |
| RelationListItem* RelationList::operator() | ( | int | i | ) | [inline] |
| int RelationList::size | ( | ) | const [inline] |
Referenced by operator()().
1.5.9