|
Blender V5.0
|
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 236 of file pbvh_pixels_copy.cc.
|
default |
|
inline |
Definition at line 250 of file pbvh_pixels_copy.cc.
References copy_command, distance, edge_index, type, and blender::bke::pbvh::pixels::Rows::Undecided.
| CopyPixelCommand blender::bke::pbvh::pixels::Rows::Pixel::copy_command |
Definition at line 239 of file pbvh_pixels_copy.cc.
Referenced by blender::bke::pbvh::pixels::Rows::find_copy_source(), and init().
| float blender::bke::pbvh::pixels::Rows::Pixel::distance |
Definition at line 238 of file pbvh_pixels_copy.cc.
Referenced by blender::bke::pbvh::pixels::Rows::filter_pixels_for_closer_examination(), blender::bke::pbvh::pixels::Rows::find_copy_source(), and init().
| 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 246 of file pbvh_pixels_copy.cc.
Referenced by blender::bke::pbvh::pixels::Rows::filter_pixels_for_closer_examination(), blender::bke::pbvh::pixels::Rows::find_copy_source(), and init().
| PixelType blender::bke::pbvh::pixels::Rows::Pixel::type |
Definition at line 237 of file pbvh_pixels_copy.cc.
Referenced by blender::bke::pbvh::pixels::Rows::filter_pixels_for_closer_examination(), blender::bke::pbvh::pixels::Rows::find_copy_source(), and init().