Blender  V3.3
Public Member Functions | Public Attributes | List of all members
ParticleSystemKey Struct Reference

#include <id_map.h>

Public Member Functions

 ParticleSystemKey (void *ob_, int id_[OBJECT_PERSISTENT_ID_SIZE])
 
bool operator< (const ParticleSystemKey &k) const
 

Public Attributes

voidob
 
int id [OBJECT_PERSISTENT_ID_SIZE]
 

Detailed Description

Definition at line 256 of file id_map.h.

Constructor & Destructor Documentation

◆ ParticleSystemKey()

ParticleSystemKey::ParticleSystemKey ( void ob_,
int  id_[OBJECT_PERSISTENT_ID_SIZE] 
)
inline

Definition at line 260 of file id_map.h.

Member Function Documentation

◆ operator<()

bool ParticleSystemKey::operator< ( const ParticleSystemKey k) const
inline

Definition at line 268 of file id_map.h.

References id, ob, and OBJECT_PERSISTENT_ID_SIZE.

Member Data Documentation

◆ id

int ParticleSystemKey::id[OBJECT_PERSISTENT_ID_SIZE]

Definition at line 258 of file id_map.h.

Referenced by operator<().

◆ ob

void* ParticleSystemKey::ob

Definition at line 257 of file id_map.h.

Referenced by operator<().


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