| 132 | ofVec2f GetCableStart(int index) const; |
| 133 | ofVec2f GetCableStartDir(int index, ofVec2f dest) const; |
| 134 | void SetModulatorOwner(IModulator* modulator) { mModulatorOwner = modulator; } |
| 135 | IModulator* GetModulatorOwner() const { return mModulatorOwner; } |
| 136 | void SetIsPartOfCircularDependency(bool set) { mIsPartOfCircularDependency = set; } |
| 137 | bool GetIsPartOfCircularDependency() const { return mIsPartOfCircularDependency; } |
no outgoing calls
no test coverage detected