#include <dynamicVertices.h>
Inheritance diagram for DynamicVertices:
Public Member Functions | |
DynamicVertices () | |
DynamicVertices (const DynamicVertices ©) | |
virtual void | write_datagram (BamWriter *manager, Datagram &me) |
void | fillin (DatagramIterator &scan, BamReader *manager) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
DynamicVertices | deep_copy (const DynamicVertices ©) |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
PTA_Vertexf | _coords |
PTA_Normalf | _norms |
PTA_Colorf | _colors |
PTA_TexCoordf | _texcoords |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 35 of file dynamicVertices.cxx. |
|
Definition at line 46 of file dynamicVertices.cxx. |
|
|
Reimplemented from TypedWritable. Definition at line 107 of file dynamicVertices.cxx. References _colors, _coords, _norms, _texcoords, and READ_PTA. Referenced by Character::fillin(). |
|
Reimplemented from TypedWritable. Definition at line 58 of file dynamicVertices.h. References TypedObject::get_class_type(), and TypedWritable::init_type(). |
|
Reimplemented from TypedObject. Definition at line 59 of file dynamicVertices.h. |
|
Reimplemented from TypedWritable. Definition at line 55 of file dynamicVertices.h. References TypedObject::get_class_type(). |
|
Reimplemented from TypedWritable. Definition at line 62 of file dynamicVertices.h. References TypedObject::get_class_type(), TypedWritable::init_type(), and register_type(). Referenced by init_libchar(). |
|
Reimplemented from TypedWritable. Definition at line 90 of file dynamicVertices.cxx. References _colors, _coords, _norms, _texcoords, and WRITE_PTA. Referenced by Character::write_datagram(). |
|
Definition at line 47 of file dynamicVertices.h. Referenced by deep_copy(), fillin(), ComputedVerticesMaker::make_computed_vertices(), ComputedVertices::make_orig(), PT(), ComputedVertices::update(), and write_datagram(). |
|
Definition at line 45 of file dynamicVertices.h. Referenced by deep_copy(), fillin(), ComputedVerticesMaker::make_computed_vertices(), ComputedVertices::make_orig(), PT(), ComputedVertices::update(), and write_datagram(). |
|
Definition at line 46 of file dynamicVertices.h. Referenced by deep_copy(), fillin(), ComputedVerticesMaker::make_computed_vertices(), ComputedVertices::make_orig(), PT(), ComputedVertices::update(), and write_datagram(). |
|
Definition at line 48 of file dynamicVertices.h. Referenced by deep_copy(), fillin(), ComputedVerticesMaker::make_computed_vertices(), ComputedVertices::make_orig(), PT(), ComputedVertices::update(), and write_datagram(). |
|
Reimplemented from TypedWritable. Definition at line 27 of file dynamicVertices.cxx. |