Blender V4.3
geometry_set.cc File Reference
#include "BLI_bounds.hh"
#include "BLI_map.hh"
#include "BLI_memory_counter.hh"
#include "BLI_task.hh"
#include "BLT_translation.hh"
#include "BKE_attribute.hh"
#include "BKE_curves.hh"
#include "BKE_geometry_set.hh"
#include "BKE_geometry_set_instances.hh"
#include "BKE_grease_pencil.hh"
#include "BKE_instances.hh"
#include "BKE_lib_id.hh"
#include "BKE_mesh.hh"
#include "BKE_mesh_wrapper.hh"
#include "BKE_modifier.hh"
#include "BKE_object_types.hh"
#include "BKE_pointcloud.hh"
#include "BKE_volume.hh"
#include "DNA_collection_types.h"
#include "DNA_object_types.h"
#include "DNA_pointcloud_types.h"
#include "BLI_rand.hh"
#include "MEM_guardedalloc.h"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::bke
 

Functions

Geometry Set
std::ostream & blender::bke::operator<< (std::ostream &stream, const GeometrySet &geometry_set)
 
bool blender::bke::attribute_is_builtin_on_component_type (const GeometryComponent::Type type, StringRef name)
 
static void blender::bke::gather_component_types_recursive (const GeometrySet &geometry_set, const bool include_instances, const bool ignore_empty, Vector< GeometryComponent::Type > &r_types)
 
static void blender::bke::gather_mutable_geometry_sets (GeometrySet &geometry_set, Vector< GeometrySet * > &r_geometry_sets)
 
bool blender::bke::object_has_geometry_set_instances (const Object &object)