35 INLINE
explicit EggTable(
const std::string &name =
"");
39 INLINE
void set_table_type(TableType type);
40 INLINE TableType get_table_type()
const;
42 bool has_transform()
const;
43 virtual void write(std::ostream &out,
int indent_level)
const;
45 static TableType string_table_type(
const std::string &
string);
48 virtual void r_transform(
const LMatrix4d &mat,
const LMatrix4d &inv,
49 CoordinateSystem to_cs);
60 static void init_type() {
61 EggGroupNode::init_type();
63 EggGroupNode::get_class_type());
66 return get_class_type();
68 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
74 std::ostream &operator << (std::ostream &out, EggTable::TableType t);