16 #include "pandatoolbase.h" 18 #include "vrmlNodeType.h" 29 void output(ostream &out,
int indent)
const;
35 _type(type), _value(value) { }
40 typedef vector<Field> Fields;
48 inline ostream &operator << (ostream &out,
const VrmlNode &node) {
57 void output(ostream &out,
int indent)
const;
60 inline ostream &operator << (ostream &out,
const Declaration &dec) {
67 ostream &operator << (ostream &out,
const VrmlScene &scene);
This is our own Panda specialization on the default STL vector.