15 #ifndef IFFINPUTFILE_H 16 #define IFFINPUTFILE_H 18 #include "pandatoolbase.h" 23 #include "typedObject.h" 24 #include "pointerTo.h" 39 void set_input(istream *input,
bool owns_istream);
44 INLINE
bool is_eof()
const;
81 return get_class_type();
83 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
87 static void init_type() {
89 register_type(_type_handle,
"IffInputFile",
90 TypedObject::get_class_type());
99 #include "iffInputFile.I"
static void init_type()
This function is declared non-inline to work around a compiler bug in g++ 2.96.
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
The basic kind of record in an EA "IFF" file, which the LightWave object file is based on...
The name of a file, such as a texture file or an Egg file.
TypeHandle is the identifier used to differentiate C++ class types.
A four-byte chunk ID appearing in an "IFF" file.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...