14 #ifndef BAMREADERPARAM_H 15 #define BAMREADERPARAM_H 43 return get_class_type();
45 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
49 static void init_type() {
50 FactoryParam::init_type();
52 FactoryParam::get_class_type());
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The base class of any number of specific pieces of parameter information that might be passed to a Fa...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A class to retrieve the individual data elements previously stored in a Datagram.
TypeHandle is the identifier used to differentiate C++ class types.
The parameters that are passed through the Factory to any object constructing itself from a Bam file.