|
Blender V4.3
|
#include <BKE_pbvh_api.hh>
Inherits blender::bke::pbvh::Node.
Public Member Functions | |
| Span< int > | grids () const |
Public Attributes | |
| Span< int > | prim_indices_ |
Public Attributes inherited from blender::bke::pbvh::Node | |
| Bounds< float3 > | bounds_ = {} |
| Bounds< float3 > | bounds_orig_ = {} |
| int | children_offset_ = 0 |
| PBVHNodeFlags | flag_ = PBVH_UpdateRedraw |
| float | tmin_ = 0.0f |
| int | debug_draw_gen_ = 0 |
| pixels::NodeData * | pixels_ = nullptr |
Definition at line 169 of file BKE_pbvh_api.hh.
Return grid indices contained by the node.
Definition at line 635 of file BKE_pbvh_api.hh.
References prim_indices_.
Multires grid indices for this node. Refers to a subset of Tree::prim_indices_.
Definition at line 171 of file BKE_pbvh_api.hh.
Referenced by grids().