Blender V5.0
blender::geometry::AllPointCloudsInfo Struct Reference

Public Attributes

OrderedAttributes attributes
VectorSet< const PointCloud * > order
Array< PointCloudRealizeInforealize_info
bool create_id_attribute = false
bool create_radius_attribute = false

Detailed Description

Definition at line 206 of file realize_instances.cc.

Member Data Documentation

◆ attributes

OrderedAttributes blender::geometry::AllPointCloudsInfo::attributes

Ordering of all attributes that are propagated to the output point cloud generically.

Definition at line 208 of file realize_instances.cc.

Referenced by blender::geometry::gather_realize_tasks_for_instances(), blender::geometry::preprocess_pointclouds(), and blender::geometry::realize_instances().

◆ create_id_attribute

bool blender::geometry::AllPointCloudsInfo::create_id_attribute = false

◆ create_radius_attribute

bool blender::geometry::AllPointCloudsInfo::create_radius_attribute = false

◆ order

VectorSet<const PointCloud *> blender::geometry::AllPointCloudsInfo::order

Ordering of the original point clouds that are joined.

Definition at line 210 of file realize_instances.cc.

Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_pointclouds().

◆ realize_info

Array<PointCloudRealizeInfo> blender::geometry::AllPointCloudsInfo::realize_info

Preprocessed data about every original point cloud. This is ordered by order.

Definition at line 212 of file realize_instances.cc.

Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_pointclouds().


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