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

Method end

library/line.h:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142template <typename T, bool conservative>
143LineSegmentIterator<T, conservative> LineSegment<T, conservative>::end() const
144{
145 return LineSegmentIterator<T, conservative>(this->endPoint + this->inc, *this);
146}
147
148} // namespace OpenApoc

Callers 15

getSaveListMethod · 0.80
validateResearchMethod · 0.80
validateSceneryMethod · 0.80
invasionMethod · 0.80
cleanUpDeathNoteMethod · 0.80
weeklyPlayerUpdateMethod · 0.80
operator==Function · 0.80
serializeOutFunction · 0.80
serializeOutSectionMapFunction · 0.80
drawMethod · 0.80
removeFromMapMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64