Blender V4.3
blender::bke::pbvh::pixels::Rows::RowView Struct Reference

Public Member Functions

 RowView ()=delete
 
 RowView (Rows &rows, int64_t row_number)
 

Public Attributes

int row_number = 0
 
MutableSpan< Pixelpixels
 

Detailed Description

Definition at line 268 of file pbvh_pixels_copy.cc.

Constructor & Destructor Documentation

◆ RowView() [1/2]

blender::bke::pbvh::pixels::Rows::RowView::RowView ( )
delete

◆ RowView() [2/2]

blender::bke::pbvh::pixels::Rows::RowView::RowView ( Rows & rows,
int64_t row_number )
inline

Definition at line 273 of file pbvh_pixels_copy.cc.

Member Data Documentation

◆ pixels

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 271 of file pbvh_pixels_copy.cc.

◆ row_number

int blender::bke::pbvh::pixels::Rows::RowView::row_number = 0

Definition at line 269 of file pbvh_pixels_copy.cc.


The documentation for this struct was generated from the following file: