|
Blender V5.0
|
#include <BKE_geometry_set.hh>
Inherits blender::bke::GeometryComponent.
Static Public Attributes | |
| static constexpr GeometryComponent::Type | static_type = Type::Instance |
Additional Inherited Members | |
| Public Types inherited from blender::bke::GeometryComponent | |
| enum class | Type { Mesh = 0 , PointCloud = 1 , Instance = 2 , Volume = 3 , Curve = 4 , Edit = 5 , GreasePencil = 6 } |
| static GeometryComponentPtr | create (Type component_type) |
A geometry component that stores Instances.
Definition at line 641 of file BKE_geometry_set.hh.
Definition at line 16 of file geometry_component_instances.cc.
| blender::bke::InstancesComponent::InstancesComponent | ( | Instances * | instances, |
| GeometryOwnershipType | ownership = GeometryOwnershipType::Owned ) |
Definition at line 18 of file geometry_component_instances.cc.
Definition at line 23 of file geometry_component_instances.cc.
|
finalvirtual |
Get access to the attributes in this geometry component. May return none if the geometry does not support the attribute system.
Reimplemented from blender::bke::GeometryComponent.
Definition at line 110 of file geometry_component_instances.cc.
|
finalvirtual |
Reimplemented from blender::bke::GeometryComponent.
Definition at line 115 of file geometry_component_instances.cc.
|
overridevirtual |
Remove referenced data from the geometry component.
Implements blender::bke::GeometryComponent.
Definition at line 38 of file geometry_component_instances.cc.
|
overridevirtual |
Copies the component. The returned component only has a single user and is therefor mutable.
Implements blender::bke::GeometryComponent.
Definition at line 28 of file geometry_component_instances.cc.
|
overridevirtual |
Reimplemented from blender::bke::GeometryComponent.
Definition at line 103 of file geometry_component_instances.cc.
|
overridevirtual |
Implements blender::bke::GeometryComponent.
Definition at line 65 of file geometry_component_instances.cc.
| const Instances * blender::bke::InstancesComponent::get | ( | ) | const |
Definition at line 72 of file geometry_component_instances.cc.
Definition at line 77 of file geometry_component_instances.cc.
|
finalvirtual |
Reimplemented from blender::bke::GeometryComponent.
Definition at line 47 of file geometry_component_instances.cc.
|
overridevirtual |
Implements blender::bke::GeometryComponent.
Definition at line 57 of file geometry_component_instances.cc.
Definition at line 95 of file geometry_component_instances.cc.
| void blender::bke::InstancesComponent::replace | ( | Instances * | instances, |
| GeometryOwnershipType | ownership = GeometryOwnershipType::Owned ) |
Definition at line 87 of file geometry_component_instances.cc.
|
staticconstexpr |
Definition at line 673 of file BKE_geometry_set.hh.