#include <ElementaryPoint.hxx>


Private Attributes | |
| Node * | _node |
Additional Inherited Members | |
Static Public Member Functions inherited from YACS::ENGINE::AbstractPoint | |
| static bool | IsGatherB4Ext (Node *node) |
| static bool | IsSimplyLinkedAfterExt (Node *node) |
| static bool | IsScatterAfterExt (Node *node) |
| static bool | IsSimplyLinkedBeforeExt (Node *node) |
| static bool | IsNoLinksBefore (Node *node) |
| static bool | IsNoLinksAfter (Node *node) |
| static Node * | GetNodeB4 (Node *node) |
| static Node * | GetNodeAfter (Node *node) |
| static AbstractPoint * | GetDirectSonOf (AbstractPoint *refFather, AbstractPoint *sonOrLittleSon) |
| static bool | IsCommonDirectSonOf (AbstractPoint *refFather, const std::list< OutGate * > &outgs, AbstractPoint *&ret) |
| static bool | IsCommonDirectSonOf (AbstractPoint *refFather, const std::list< InGate * > &ings, AbstractPoint *&ret) |
Protected Attributes inherited from YACS::ENGINE::AbstractPoint | |
| AbstractPoint * | _father |
Definition at line 34 of file ElementaryPoint.hxx.
|
inline |
Definition at line 39 of file ElementaryPoint.hxx.
|
virtual |
Definition at line 25 of file ElementaryPoint.cxx.
|
virtual |
Implements YACS::ENGINE::AbstractPoint.
Definition at line 37 of file ElementaryPoint.cxx.
References _node.
|
virtual |
Implements YACS::ENGINE::AbstractPoint.
Definition at line 29 of file ElementaryPoint.cxx.
References _node.
|
virtual |
Implements YACS::ENGINE::AbstractPoint.
Definition at line 42 of file ElementaryPoint.cxx.
References _node.
|
virtual |
Implements YACS::ENGINE::AbstractPoint.
Definition at line 47 of file ElementaryPoint.cxx.
References _node.
|
virtual |
Implements YACS::ENGINE::AbstractPoint.
Definition at line 57 of file ElementaryPoint.cxx.
References _node, and YACS::ENGINE::Node::getMaxLevelOfParallelism().
|
virtual |
Implements YACS::ENGINE::AbstractPoint.
Definition at line 52 of file ElementaryPoint.cxx.
|
virtual |
Implements YACS::ENGINE::AbstractPoint.
Definition at line 62 of file ElementaryPoint.cxx.
References _node, and YACS::ENGINE::Node::getName().
|
private |
Definition at line 37 of file ElementaryPoint.hxx.
Referenced by contains(), findPointWithNode(), getFirstNode(), getLastNode(), getMaxLevelOfParallelism(), and getRepr().