28 void* get_attachement_data()
const;
53#include <cgv/config/lib_end.h>
interface for an attachment slot that can store a base pointer
void * attachment_user_data
allow to add user data to the attachment
base_ptr attachment
allow to attach some object to group
int get_attachement_data_int() const
return current attachment
complete implementation of method actions that only call one method when entering a node
base_ptr get_attachment(base_ptr slot_object)
query the attachment of an attach_slot object.
bool attach(base_ptr slot_object, base_ptr attachment_object, void *user_data)
function to attach an object to an object of type attach_slot.
void * get_attachment_data(base_ptr slot_object)
query the user data of the attachment of an attach_slot object.