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());
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The parameters that are passed through the Factory to any object constructing itself from a Bam file.
This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
A class to retrieve the individual data elements previously stored in a Datagram.
The base class of any number of specific pieces of parameter information that might be passed to a Fa...
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.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...