Go to the documentation of this file.
14 #ifndef IFFINPUTFILE_H
15 #define IFFINPUTFILE_H
36 void set_input(std::istream *input,
bool owns_istream);
41 INLINE
bool is_eof()
const;
78 return get_class_type();
80 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
84 static void init_type() {
87 TypedObject::get_class_type());
static void init_type()
This function is declared non-inline to work around a compiler bug in g++ 2.96.
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.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
A four-byte chunk ID appearing in an "IFF" file.
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.
The basic kind of record in an EA "IFF" file, which the LightWave object file is based on.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The name of a file, such as a texture file or an Egg file.
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...