102 MAKE_PROPERTY(type, get_type);
104 INLINE
int get_type_index()
const;
105 INLINE
bool is_of_type(
TypeHandle handle)
const;
106 INLINE
bool is_exact_type(
TypeHandle handle)
const;
109 INLINE
int get_best_parent_from_Set(
const std::set<int> &)
const;
129 static void init_type();
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class is intended to be the base class of all objects in Panda that might be allocated and delet...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.