14#ifndef FLTTRANSFORMGENERALMATRIX_H
15#define FLTTRANSFORMGENERALMATRIX_H
38 return get_class_type();
40 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
44 static void init_type() {
45 FltTransformRecord::init_type();
47 FltTransformRecord::get_class_type());
This class turns an istream into a sequence of FltRecords by reading a sequence of Datagrams and extr...
This class writes a sequence of FltRecords to an ostream, handling opcode and size counts properly.
TypeHandle is the identifier used to differentiate C++ class types.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...