15 #ifndef EGGVERTEXAUX_H
16 #define EGGVERTEXAUX_H
18 #include "pandabase.h"
20 #include "eggMorphList.h"
21 #include "eggNamedObject.h"
40 INLINE
void set_name(
const string &name);
48 void write(ostream &out,
int indent_level)
const;
58 static void init_type() {
59 EggNamedObject::init_type();
60 register_type(_type_handle,
"EggVertexAux",
61 EggNamedObject::get_class_type());
64 return get_class_type();
66 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
72 #include "eggVertexAux.I"
This is the base class for all three-component vectors and points.
The set of named auxiliary data that may or may not be assigned to a vertex.
This is a fairly low-level base class–any egg object that has a name.
An STL function object class, this is intended to be used on any ordered collection of class objects ...
TypeHandle is the identifier used to differentiate C++ class types.