Blender V5.0
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 266 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

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

Referenced by RowView().

◆ row_number

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

Definition at line 267 of file pbvh_pixels_copy.cc.

Referenced by RowView().


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