boost::gil::bit_aligned_pixel_iterator::bit_aligned_pixel_iterator
Constructors
Synopses
Default constructor
Copy constructor
Construct from bit_aligned_pixel_iterator
template<typename Ref>
bit_aligned_pixel_iterator(bit_aligned_pixel_iterator<Ref> const& p);
Construct from reference
explicit
bit_aligned_pixel_iterator(
bit_range_t::byte_t* data,
int bit_offset = 0);
Created with MrDocs