Blender  V2.93
geometry_set.cc File Reference
#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)
 

Function Documentation

◆ BKE_geometry_set_free()

void BKE_geometry_set_free ( GeometrySet geometry_set)

◆ BKE_geometry_set_has_instances()

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().

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
const GeometrySet geometry_set 
)

Definition at line 187 of file geometry_set.cc.

◆ operator==()

bool operator== ( const GeometrySet UNUSEDa,
const GeometrySet UNUSED
)

Definition at line 196 of file geometry_set.cc.

Referenced by ccl_try_align().