Panda3D
pandatool
src
flt
fltRecord.I
Go to the documentation of this file.
1
/**
2
* PANDA 3D SOFTWARE
3
* Copyright (c) Carnegie Mellon University. All rights reserved.
4
*
5
* All use of this software is subject to the terms of the revised BSD
6
* license. You should have received a copy of this license along
7
* with this source code in a file named "LICENSE."
8
*
9
* @file fltRecord.I
10
* @author drose
11
* @date 2000-08-24
12
*/
13
14
INLINE std::ostream &
15
operator << (std::ostream &out,
const
FltRecord
&record) {
16
record.output(out);
17
return
out;
18
}
FltRecord
The base class for all kinds of records in a MultiGen OpenFlight file.
Definition:
fltRecord.h:36
Generated on Wed Jan 23 2019 21:40:20 for Panda3D by
1.8.15