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

Public Member Functions

 Pixel ()=default
 
void init (int2 coordinate)
 

Public Attributes

PixelType type
 
float distance
 
CopyPixelCommand copy_command
 
int64_t edge_index
 

Detailed Description

Definition at line 238 of file pbvh_pixels_copy.cc.

Constructor & Destructor Documentation

◆ Pixel()

blender::bke::pbvh::pixels::Rows::Pixel::Pixel ( )
default

Member Function Documentation

◆ init()

Member Data Documentation

◆ copy_command

CopyPixelCommand blender::bke::pbvh::pixels::Rows::Pixel::copy_command

Definition at line 241 of file pbvh_pixels_copy.cc.

Referenced by init().

◆ distance

float blender::bke::pbvh::pixels::Rows::Pixel::distance

Definition at line 240 of file pbvh_pixels_copy.cc.

◆ edge_index

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().

◆ type

PixelType blender::bke::pbvh::pixels::Rows::Pixel::type

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