|
Blender V4.3
|
Public Member Functions | |
| Pixel ()=default | |
| void | init (int2 coordinate) |
Public Attributes | |
| PixelType | type |
| float | distance |
| CopyPixelCommand | copy_command |
| int64_t | edge_index |
Definition at line 238 of file pbvh_pixels_copy.cc.
|
default |
|
inline |
Definition at line 252 of file pbvh_pixels_copy.cc.
References copy_command, blender::bke::pbvh::pixels::CopyPixelCommand::destination, edge_index, blender::bke::pbvh::pixels::CopyPixelCommand::mix_factor, blender::bke::pbvh::pixels::CopyPixelCommand::source_1, blender::bke::pbvh::pixels::CopyPixelCommand::source_2, and blender::bke::pbvh::pixels::Rows::Undecided.
| CopyPixelCommand blender::bke::pbvh::pixels::Rows::Pixel::copy_command |
Definition at line 241 of file pbvh_pixels_copy.cc.
Referenced by init().
| float blender::bke::pbvh::pixels::Rows::Pixel::distance |
Definition at line 240 of file pbvh_pixels_copy.cc.
| int64_t blender::bke::pbvh::pixels::Rows::Pixel::edge_index |
Index of the edge in the list of non-manifold edges.
The edge is kept to calculate the mix factor between the two pixels that have chosen to be mixed.
Definition at line 248 of file pbvh_pixels_copy.cc.
Referenced by init().
| PixelType blender::bke::pbvh::pixels::Rows::Pixel::type |
Definition at line 239 of file pbvh_pixels_copy.cc.
Referenced by blender::bke::pbvh::pixels::Rows::find_copy_source().