Blender  V3.3
Public Attributes | List of all members
blender::geometry::AllPointCloudsInfo Struct Reference

Public Attributes

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

Detailed Description

Definition at line 165 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 167 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

◆ order

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

Ordering of the original point clouds that are joined.

Definition at line 169 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 171 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: