MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / begin

Method begin

library/line.h:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136template <typename T, bool conservative>
137LineSegmentIterator<T, conservative> LineSegment<T, conservative>::begin() const
138{
139 return LineSegmentIterator<T, conservative>(this->startPoint, *this);
140}
141
142template <typename T, bool conservative>
143LineSegmentIterator<T, conservative> LineSegment<T, conservative>::end() const

Callers 15

iterateDepthFirstByNamesFunction · 0.45
writeSourceFunction · 0.45
mainFunction · 0.45
canon_stringFunction · 0.45
toLowerFunction · 0.45
FromHexMethod · 0.45
probabilityMapRandomizerFunction · 0.45
compactRectSetMethod · 0.45
pushMethod · 0.45
shuffleMethod · 0.45
generateIpairsIteratorFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36