#include <eggPoint.h>
Inheritance diagram for EggPoint:
Public Member Functions | |
INLINE | EggPoint (const string &name="") |
INLINE | EggPoint (const EggPoint ©) |
INLINE EggPoint & | operator= (const EggPoint ©) |
virtual bool | cleanup () |
virtual void | write (ostream &out, int indent_level) const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
|
|
Reimplemented from EggPrimitive. Definition at line 38 of file eggPoint.cxx. References EggPrimitive::empty(), and EggPrimitive::remove_nonunique_verts(). |
|
Reimplemented from EggPrimitive. Definition at line 54 of file eggPoint.h. References EggPrimitive::get_class_type(), and EggPrimitive::init_type(). |
|
Reimplemented from EggPrimitive. Definition at line 43 of file eggPoint.h. Referenced by EggLoader::make_indexed_primitive(), and EggLoader::make_nonindexed_primitive(). |
|
Reimplemented from EggPrimitive. Definition at line 51 of file eggPoint.h. References EggPrimitive::get_class_type(). |
|
Reimplemented from EggPrimitive. Definition at line 46 of file eggPoint.h. References EggPrimitive::get_class_type(), EggPrimitive::init_type(), and register_type(). Referenced by init_libegg(). |
|
|
|
Reimplemented from EggAttributes. Definition at line 50 of file eggPoint.cxx. References indent(), EggPrimitive::write_body(), and EggNamedObject::write_header(). |
|
Reimplemented from EggPrimitive. Definition at line 25 of file eggPoint.cxx. |