|
Blender V5.0
|
Public Member Functions | |
| RowView ()=delete | |
| RowView (Rows &rows, int64_t row_number) | |
Public Attributes | |
| int | row_number = 0 |
| MutableSpan< Pixel > | pixels |
Definition at line 266 of file pbvh_pixels_copy.cc.
|
delete |
Definition at line 271 of file pbvh_pixels_copy.cc.
References pixels, blender::bke::pbvh::pixels::Rows::resolution, row_number, blender::bke::pbvh::pixels::Rows::Rows(), and x.
| MutableSpan<Pixel> blender::bke::pbvh::pixels::Rows::RowView::pixels |
Not owning pointer into Row.pixels starts at the start of the row.
Definition at line 269 of file pbvh_pixels_copy.cc.
Referenced by RowView().
| int blender::bke::pbvh::pixels::Rows::RowView::row_number = 0 |
Definition at line 267 of file pbvh_pixels_copy.cc.
Referenced by RowView().