MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / SinglePatchRowIterator

Class SinglePatchRowIterator

libs/patch/PatchIterators.h:140–147  ·  view source on GitHub ↗

An iterator traversing a single row of a patch

Source from the content-addressed store, hash-verified

138
139// An iterator traversing a single row of a patch
140class SinglePatchRowIterator :
141 public SinglePatchRowIteratorBase
142{
143public:
144 SinglePatchRowIterator(IPatch& patch, std::size_t row) :
145 SinglePatchRowIteratorBase(patch, static_cast<int>(row), 0, +1)
146 {}
147};
148
149// An iterator traversing a single row of a patch in reverse order (starting from the highest column)
150class SinglePatchRowReverseIterator :

Callers 1

createdMergedPatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected