MCPcopy Create free account
hub / github.com/crawl/crawl / get_iter

Method get_iter

crawl-ref/source/mapdef.cc:497–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497rectangle_iterator map_lines::get_iter() const
498{
499 ASSERT(width() > 0);
500 ASSERT(height() > 0);
501
502 coord_def tl(0, 0);
503 coord_def br(width() - 1, height() - 1);
504 return rectangle_iterator(tl, br);
505}
506
507char map_lines::operator () (const coord_def &c) const
508{

Callers 3

apply_subvault_maskMethod · 0.80
_make_seedFunction · 0.80

Calls 1

rectangle_iteratorClass · 0.70

Tested by

no test coverage detected