|
| | AnyInputPort (const std::string &name, Node *node, TypeCode *type, bool canBeNull=false) |
| |
| | AnyInputPort (const AnyInputPort &other, Node *newHelder) |
| |
| virtual | ~AnyInputPort () |
| |
| void | exSaveInit () |
| | Save the current data value for further reinitialization of the port. More...
|
| |
| void | exRestoreInit () |
| | Restore the saved data value to current data value. More...
|
| |
| Any * | getValue () const |
| |
| int | getIntValue () const |
| |
| void | releaseData () override |
| |
| void | put (Any *data) |
| |
| void * | get () const |
| |
| virtual std::string | getAsString () |
| | returns port value as a string that can be used in a GUI for example More...
|
| |
| virtual bool | isEmpty () |
| |
| void | put (const void *data) |
| |
| std::string | dump () |
| |
| virtual std::string | typeName () |
| |
| virtual | ~InputPort () |
| |
| std::string | getNameOfTypeOfCurrentInstance () const |
| |
| virtual InputPort * | getPublicRepresentant () |
| | returns the final physical port behind 'this'. More...
|
| |
| virtual bool | isIntermediate () const |
| |
| virtual bool | edIsManuallyInitialized () const |
| | Specifies if this port has been manually set by the call of InputPort::edInit. More...
|
| |
| bool | edIsInitialized () const |
| | soon deprecated More...
|
| |
| template<class T > |
| void | edInit (T value) |
| |
| void | edInit (Any *value) |
| |
| void | edInit (const std::string &impl, const void *value) |
| | Initialize the port with an object (value) coming from a world with implementation impl. More...
|
| |
| virtual void | edRemoveManInit () |
| | Removes eventually previous manual initialisation. More...
|
| |
| virtual void | checkBasicConsistency () const |
| | Check basically that this port has one chance to be specified on time. It's a necessary condition not sufficient at all. More...
|
| |
| virtual void | exInit (bool start) |
| |
| virtual std::string | getHumanRepr () |
| |
| virtual void | setStringRef (std::string strRef) |
| |
| bool | canBeNull () const |
| |
| TypeOfChannel | getTypeOfChannel () const |
| | returns type of channel the port will use for data exchange on runtime : DATAFLOW or DATASTREAM. More...
|
| |
| virtual | ~DataFlowPort () |
| |
| virtual std::string | valToStr () |
| | Gives a string representation of the data, for user interfaces. More...
|
| |
| virtual void | valFromStr (std::string valstr) |
| | Allows to set data from a string representation used in user interface. More...
|
| |
| TypeCode * | edGetType () const |
| |
| void | edSetType (TypeCode *type) |
| |
| std::string | getName () const |
| |
| void | setName (std::string theName) |
| |
| bool | isDifferentTypeOf (const DataPort *other) const |
| |
| virtual | ~Port () |
| |
| Node * | getNode () const |
| |
| int | getNumId () const |
| |
| void | modified () |
| |
| virtual int | edGetNumberOfLinks () const |
| | Returns number of physical backlinks NOT number of user backlinks. More...
|
| |
| virtual std::set< OutPort * > | edSetOutPort () const |
| | Returns physical backlinks NOT user backlinks. More...
|
| |
| bool | canSafelySqueezeMemory () const |
| |
| bool | isBackLinked () const |
| |
| virtual | ~InPort () |
| |
| static DataPort * | isCrossingType (const std::vector< DataPort * > &historyOfLink) |
| |
| static const char | NAME [] ="InputPort" |
| |
| static const char | NAME [] ="DataFlowPort" |
| |
| static const char | NAME [] ="DataPort" |
| |
| void | releaseDataUnsafe () |
| |
| | InputPort (const InputPort &other, Node *newHelder) |
| |
| | InputPort (const std::string &name, Node *node, TypeCode *type, bool canBeNull=false) |
| |
| void | releaseDataUnsafe () |
| |
| | DataFlowPort (const DataFlowPort &other, Node *newHelder) |
| |
| | DataFlowPort (const std::string &name, Node *node, TypeCode *type) |
| |
| virtual | ~DataPort () |
| |
| | DataPort (const DataPort &other, Node *newHelder) |
| |
| | DataPort (const std::string &name, Node *node, TypeCode *type) |
| |
| | Port (Node *node) |
| |
| | Port (const Port &other, Node *newHelder) |
| |
| | InPort (const InPort &other, Node *newHelder) |
| |
| | InPort (const std::string &name, Node *node, TypeCode *type) |
| |
| void | edRemoveAllLinksLinkedWithMe () |
| |
| virtual void | edNotifyReferencedBy (OutPort *fromPort, bool isLoopProof=true) |
| |
| virtual void | edNotifyDereferencedBy (OutPort *fromPort) |
| |
| Any * | _value |
| |
| Any * | _initValue |
| |
| std::string | _stringRef |
| |
| bool | _canBeNull |
| |
| TypeCode * | _type |
| |
| std::string | _name |
| |
| Node * | _node |
| |
| int | _id |
| |
| std::set< std::pair< OutPort *, bool > > | _backLinks |
| |
| static int | _total = 0 |
| |
| static const char | NAME [] ="Port" |
| |
Definition at line 40 of file ForEachLoop.hxx.