#include <fltTransformGeneralMatrix.h>
Inheritance diagram for FltTransformGeneralMatrix:
Public Member Functions | |
FltTransformGeneralMatrix (FltHeader *header) | |
void | set_matrix (const LMatrix4d &matrix) |
void | set_matrix (const LMatrix4f &matrix) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
virtual bool | extract_record (FltRecordReader &reader) |
virtual bool | build_record (FltRecordWriter &writer) const |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 31 of file fltTransformGeneralMatrix.cxx. |
|
Reimplemented from FltRecord. Definition at line 90 of file fltTransformGeneralMatrix.cxx. References FltTransformRecord::_matrix, Datagram::add_be_float32(), FltRecord::build_record(), c, FO_general_matrix, r, and writer(). |
|
Reimplemented from FltRecord. Definition at line 63 of file fltTransformGeneralMatrix.cxx. References FltTransformRecord::_matrix, c, FltRecord::check_remaining_size(), FltRecord::extract_record(), FO_general_matrix, DatagramIterator::get_be_float32(), nassertr, r, and reader(). |
|
Reimplemented from FltTransformRecord. Definition at line 47 of file fltTransformGeneralMatrix.h. References get_class_type(), and init_type(). |
|
Reimplemented from FltTransformRecord. Definition at line 48 of file fltTransformGeneralMatrix.h. References _type_handle. Referenced by force_init_type(), and get_type(). |
|
Reimplemented from FltTransformRecord. Definition at line 44 of file fltTransformGeneralMatrix.h. References get_class_type(). |
|
Reimplemented from FltTransformRecord. Definition at line 51 of file fltTransformGeneralMatrix.h. References _type_handle, FltTransformRecord::get_class_type(), FltTransformRecord::init_type(), and register_type(). Referenced by force_init_type(), and init_libflt(). |
|
Definition at line 50 of file fltTransformGeneralMatrix.cxx. References FltTransformRecord::_matrix, LCAST, and matrix. |
|
Definition at line 40 of file fltTransformGeneralMatrix.cxx. References FltTransformRecord::_matrix, and matrix. Referenced by FltBead::set_transform(). |
|
Reimplemented from FltTransformRecord. Definition at line 23 of file fltTransformGeneralMatrix.cxx. Referenced by get_class_type(), and init_type(). |