15 #include "lwoSurfaceSmoothingAngle.h"
16 #include "lwoInputFile.h"
20 #include "deg_2_rad.h"
22 TypeHandle LwoSurfaceSmoothingAngle::_type_handle;
48 void LwoSurfaceSmoothingAngle::
49 write(ostream &out,
int indent_level)
const {
50 indent(out, indent_level)
51 <<
get_id() <<
" { angle = " << rad_2_deg(_angle) <<
" degrees }\n";
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.
IffId get_id() const
Returns the ID associated with this chunk.
TypeHandle is the identifier used to differentiate C++ class types.