Blender V5.0
GeometryKey Struct Reference

#include <id_map.h>

Public Member Functions

 GeometryKey (void *id, Geometry::Type geometry_type)
bool operator< (const GeometryKey &k) const

Public Attributes

void * id
Geometry::Type geometry_type

Detailed Description

Definition at line 262 of file id_map.h.

Constructor & Destructor Documentation

◆ GeometryKey()

GeometryKey::GeometryKey ( void * id,
Geometry::Type geometry_type )
inline

Definition at line 266 of file id_map.h.

References geometry_type, and id.

Referenced by operator<().

Member Function Documentation

◆ operator<()

bool GeometryKey::operator< ( const GeometryKey & k) const
inline

Definition at line 268 of file id_map.h.

References geometry_type, GeometryKey(), and id.

Member Data Documentation

◆ geometry_type

Geometry::Type GeometryKey::geometry_type

Definition at line 264 of file id_map.h.

Referenced by GeometryKey(), and operator<().

◆ id

void* GeometryKey::id

Definition at line 263 of file id_map.h.

Referenced by GeometryKey(), and operator<().


The documentation for this struct was generated from the following file: