#include <matrixLens.h>
Inheritance diagram for MatrixLens:
Public Member Functions | |
INLINE | MatrixLens (const MatrixLens ©) |
INLINE void | operator= (const MatrixLens ©) |
INLINE const LMatrix4f & | get_user_mat () const |
virtual | PT (Lens) make_copy() const |
virtual bool | is_linear () const |
virtual void | write (ostream &out, int indent_level=0) const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
PUBLISHED | __pad1__: INLINE void set_user_mat(const LMatrix4f &user_mat) |
Protected Member Functions | |
virtual void | compute_projection_mat () |
Private Attributes | |
PUBLISHED | __pad0__: INLINE MatrixLens() |
LMatrix4f | _user_mat |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
Reimplemented from Lens. Definition at line 66 of file matrixLens.cxx. References Lens::_projection_mat, _user_mat, Lens::adjust_comp_flags(), Lens::CF_projection_mat, Lens::CF_projection_mat_inv, Lens::get_film_mat(), and Lens::get_lens_mat_inv(). |
|
Reimplemented from Lens. Definition at line 63 of file matrixLens.h. References Lens::get_class_type(), and Lens::init_type(). |
|
Reimplemented from Lens. Definition at line 64 of file matrixLens.h. |
|
Reimplemented from Lens. Definition at line 60 of file matrixLens.h. References Lens::get_class_type(). Referenced by write(). |
|
|
|
Reimplemented from Lens. Definition at line 67 of file matrixLens.h. References Lens::get_class_type(), Lens::init_type(), and register_type(). Referenced by ConfigureFn(). |
|
Reimplemented from Lens. Definition at line 44 of file matrixLens.cxx. |
|
|
|
|
|
Reimplemented from Lens. Definition at line 54 of file matrixLens.cxx. References Lens::_projection_mat, get_type(), and indent(). |
|
Reimplemented from Lens. Definition at line 37 of file matrixLens.h. |
|
Definition at line 44 of file matrixLens.h. |
|
Reimplemented from Lens. Definition at line 22 of file matrixLens.cxx. |
|
Definition at line 57 of file matrixLens.h. Referenced by compute_projection_mat(). |