15 #ifndef BAMREADERPARAM_H 16 #define BAMREADERPARAM_H 18 #include "pandabase.h" 20 #include "factoryParam.h" 41 INLINE ~BamReaderParam();
45 return get_class_type();
47 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
51 static void init_type() {
52 FactoryParam::init_type();
53 register_type(_type_handle,
"BamReaderParam",
54 FactoryParam::get_class_type());
61 #include "bamReaderParam.I" This is the fundamental interface for extracting binary objects from a Bam file, as generated by a Ba...
The base class of any number of specific pieces of parameter information that might be passed to a Fa...
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...