Go to the documentation of this file.
14 #ifndef EGGOPTCHARUSERDATA_H
15 #define EGGOPTCHARUSERDATA_H
31 INLINE
bool is_static()
const;
32 INLINE
bool is_identity()
const;
33 INLINE
bool is_empty()
const;
34 INLINE
bool is_top()
const;
46 LMatrix4d _static_mat;
53 static void init_type() {
54 EggUserData::init_type();
56 EggUserData::get_class_type());
59 return get_class_type();
61 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
This is a base class for a user-defined data type to extend egg structures in processing code.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class contains extra user data which is piggybacked onto EggGroup objects for the purpose of the...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.