14#ifndef EGGOPTCHARUSERDATA_H
15#define EGGOPTCHARUSERDATA_H
25class EggOptcharUserData :
public EggUserData {
27 INLINE EggOptcharUserData();
28 INLINE EggOptcharUserData(
const EggOptcharUserData ©);
29 INLINE
void operator = (
const EggOptcharUserData ©);
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();}
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...