|
Blender
V2.93
|
#include "BLI_map.hh"#include "BKE_attribute.h"#include "BKE_attribute_access.hh"#include "BKE_geometry_set.hh"#include "BKE_lib_id.h"#include "BKE_mesh.h"#include "BKE_mesh_wrapper.h"#include "BKE_modifier.h"#include "BKE_pointcloud.h"#include "BKE_volume.h"#include "DNA_collection_types.h"#include "DNA_object_types.h"#include "BLI_rand.hh"#include "MEM_guardedalloc.h"Go to the source code of this file.
Functions | |
Geometry Set | |
| std::ostream & | operator<< (std::ostream &stream, const GeometrySet &geometry_set) |
| bool | operator== (const GeometrySet &UNUSED(a), const GeometrySet &UNUSED(b)) |
C API | |
| void | BKE_geometry_set_free (GeometrySet *geometry_set) |
| bool | BKE_geometry_set_has_instances (const GeometrySet *geometry_set) |
| void BKE_geometry_set_free | ( | GeometrySet * | geometry_set | ) |
Definition at line 336 of file geometry_set.cc.
Referenced by BKE_object_free_derived_caches(), and BKE_object_preview_geometry_set_add().
| bool BKE_geometry_set_has_instances | ( | const GeometrySet * | geometry_set | ) |
Definition at line 341 of file geometry_set.cc.
References GeometrySet::get_component_for_read().
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const GeometrySet & | geometry_set | ||
| ) |
Definition at line 187 of file geometry_set.cc.
| bool operator== | ( | const GeometrySet & | UNUSEDa, |
| const GeometrySet & | UNUSEDb | ||
| ) |
Definition at line 196 of file geometry_set.cc.
Referenced by ccl_try_align().