#include <LOD.h>
Public Member Functions | |
| LOD () | |
| LOD (const LOD ©) | |
| ~LOD () | |
| void | xform (const LMatrix4f &mat) |
| int | compute_child (const LPoint3f &cam_pos, const LPoint3f ¢er) const |
| void | write_datagram (Datagram &destination) const |
| void | read_datagram (DatagramIterator &source) |
| void | output (ostream &out) const |
| void | write (ostream &out, int indent_level=0) const |
Static Public Member Functions | |
| float | get_stress_factor () |
Public Attributes | |
| PUBLISHED | __pad0__: static void set_stress_factor(float stress_factor) |
| LPoint3f | _center |
| LODSwitchVector | _switch_vector |
Static Private Attributes | |
| float | _stress_factor = lod_stress_factor |
|
|
Definition at line 40 of file LOD.cxx. References _center. |
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 94 of file LOD.cxx. References _stress_factor, _switch_vector, dot(), minimum_LOD_number, select_LOD_number, and v. |
|
|
Definition at line 226 of file LOD.cxx. References _stress_factor. |
|
|
Definition at line 170 of file LOD.cxx. References _switch_vector. Referenced by operator<<(). |
|
|
Definition at line 151 of file LOD.cxx. References _center, _switch_vector, and DatagramIterator::get_uint16(). Referenced by LODNode::CData::fillin(). |
|
||||||||||||
|
Definition at line 191 of file LOD.cxx. References _switch_vector, and indent(). |
|
|
Definition at line 131 of file LOD.cxx. References _center, _switch_vector, and Datagram::add_uint16(). Referenced by LODNode::CData::write_datagram(). |
|
|
Definition at line 72 of file LOD.cxx. References _center, _switch_vector, and y. |
|
|
|
|
|
Definition at line 105 of file LOD.h. Referenced by LOD(), read_datagram(), write_datagram(), and xform(). |
|
|
Definition at line 32 of file LOD.cxx. Referenced by compute_child(), and get_stress_factor(). |
|
|
Definition at line 106 of file LOD.h. Referenced by compute_child(), output(), read_datagram(), write(), write_datagram(), and xform(). |
1.3