|
Blender
V2.93
|
#include "DNA_pointcloud_types.h"#include "BKE_attribute_access.hh"#include "BKE_geometry_set.hh"#include "BKE_lib_id.h"#include "BKE_pointcloud.h"#include "attribute_access_intern.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::bke | |
Functions | |
| template<typename T , AttributeDomain Domain> | |
| static ReadAttributePtr | blender::bke::make_array_read_attribute (const void *data, const int domain_size) |
| template<typename T , AttributeDomain Domain> | |
| static WriteAttributePtr | blender::bke::make_array_write_attribute (void *data, const int domain_size) |
| static ComponentAttributeProviders | blender::bke::create_attribute_providers_for_point_cloud () |