| 112 | } |
| 113 | |
| 114 | inline void setDomain(const GraphSubset& g) |
| 115 | { |
| 116 | _range_domain = GraphSubset::intersection(g, _range_base); |
| 117 | } |
| 118 | inline const GraphSubset& getDomain() const |
| 119 | { |
| 120 | return _range_domain; |
no outgoing calls
no test coverage detected