Blender  V2.93
Classes | Typedefs | Enumerations | Functions
BKE_geometry_set.h File Reference

Go to the source code of this file.

Classes

struct  InstancedData
 

Typedefs

typedef enum GeometryComponentType GeometryComponentType
 
typedef enum InstancedDataType InstancedDataType
 
typedef struct InstancedData InstancedData
 

Enumerations

enum  GeometryComponentType { GEO_COMPONENT_TYPE_MESH = 0 , GEO_COMPONENT_TYPE_POINT_CLOUD = 1 , GEO_COMPONENT_TYPE_INSTANCES = 2 , GEO_COMPONENT_TYPE_VOLUME = 3 }
 
enum  InstancedDataType { INSTANCE_DATA_TYPE_OBJECT = 0 , INSTANCE_DATA_TYPE_COLLECTION = 1 }
 

Functions

void BKE_geometry_set_free (struct GeometrySet *geometry_set)
 
bool BKE_geometry_set_has_instances (const struct GeometrySet *geometry_set)
 

Typedef Documentation

◆ GeometryComponentType

◆ InstancedData

typedef struct InstancedData InstancedData

◆ InstancedDataType

Enumeration Type Documentation

◆ GeometryComponentType

Enumerator
GEO_COMPONENT_TYPE_MESH 
GEO_COMPONENT_TYPE_POINT_CLOUD 
GEO_COMPONENT_TYPE_INSTANCES 
GEO_COMPONENT_TYPE_VOLUME 

Definition at line 34 of file BKE_geometry_set.h.

◆ InstancedDataType

Enumerator
INSTANCE_DATA_TYPE_OBJECT 
INSTANCE_DATA_TYPE_COLLECTION 

Definition at line 45 of file BKE_geometry_set.h.

Function Documentation

◆ BKE_geometry_set_free()

void BKE_geometry_set_free ( struct GeometrySet geometry_set)

◆ BKE_geometry_set_has_instances()

bool BKE_geometry_set_has_instances ( const struct GeometrySet geometry_set)