Skip to content

Commit

Permalink
Update Src/libCZI/SingleChannelAccessorBase.h
Browse files Browse the repository at this point in the history
Co-authored-by: DaveyJonesBitPail <[email protected]>
  • Loading branch information
ptahmose and DaveyJonesBitPail authored Nov 13, 2023
1 parent 5adf06c commit 737c3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI/SingleChannelAccessorBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CSingleChannelAccessorBase
/// The value it returns is the subblock index (in the subblock repository) to check.
/// - The subblocks are assumed to be rendered in the order given, so the one we get by calling 'get_subblock_index' with
/// argument 0 is the first one to be rendered, the one with argument 1 is the second one, and so on. The rendering
/// is assumed to be done with 'painter's algorithm", so what is rendered last is on top.
/// is assumed to be done with the 'painter's algorithm", so what is rendered last is on top.
/// - We return a list of indices which are to be rendered, potentially leaving out some which have been determined
/// as not being visible. The indices returned are "indices as used by the 'get_subblock_index' functor, i.e.
/// it is **not** the subblock-number, but the argument that was passed to the functor.
Expand Down

0 comments on commit 737c3b8

Please sign in to comment.