_composition_cache | TransformState | [private] |
_flags | TransformState | [private] |
_hpr | TransformState | [private] |
_identity_state | TransformState | [private, static] |
_inv_mat | TransformState | [private] |
_invert_composition_cache | TransformState | [private] |
_mat | TransformState | [private] |
_pos | TransformState | [private] |
_quat | TransformState | [private] |
_saved_entry | TransformState | [private] |
_scale | TransformState | [private] |
_self_compose | TransformState | [private] |
_states | TransformState | [private, static] |
_type_handle | TransformState | [private, static] |
calc_components() | TransformState | [private] |
calc_hpr() | TransformState | [private] |
calc_mat() | TransformState | [private] |
calc_quat() | TransformState | [private] |
calc_singular() | TransformState | [private] |
change_this(TypedWritable *old_ptr, BamReader *manager) | TransformState | [static] |
check_components() const | TransformState | [inline, private] |
check_hpr() const | TransformState | [inline, private] |
check_mat() const | TransformState | [inline, private] |
check_quat() const | TransformState | [inline, private] |
check_singular() const | TransformState | [inline, private] |
check_uniform_scale() | TransformState | [inline, private] |
clear_cache() | TransformState | [static] |
complete_pointers(TypedWritable **p_list, BamReader *manager) | TypedWritable | [virtual] |
components_given() const | TransformState | [inline] |
compose(const TransformState *other) const | TransformState | |
CompositionCache typedef | TransformState | [private] |
do_compose(const TransformState *other) const | TransformState | [private] |
do_invert_compose(const TransformState *other) const | TransformState | [private] |
F_components_given enum value | TransformState | [private] |
F_components_known enum value | TransformState | [private] |
F_has_components enum value | TransformState | [private] |
F_hpr_given enum value | TransformState | [private] |
F_hpr_known enum value | TransformState | [private] |
F_is_destructing enum value | TransformState | [private] |
F_is_identity enum value | TransformState | [private] |
F_is_invalid enum value | TransformState | [private] |
F_is_singular enum value | TransformState | [private] |
F_mat_known enum value | TransformState | [private] |
F_quat_given enum value | TransformState | [private] |
F_quat_known enum value | TransformState | [private] |
F_singular_known enum value | TransformState | [private] |
F_uniform_scale enum value | TransformState | [private] |
fillin(DatagramIterator &scan, BamReader *manager) | TransformState | [protected] |
finalize() | TransformState | [virtual] |
Flags enum name | TransformState | [private] |
force_init_type() | TransformState | [inline, virtual] |
get_class_type() | TransformState | [inline, static] |
get_hpr() const | TransformState | [inline] |
get_mat() const | TransformState | [inline] |
get_num_states() | TransformState | [static] |
get_num_unused_states() | TransformState | [static] |
get_pos() const | TransformState | [inline] |
get_quat() const | TransformState | [inline] |
get_ref_count() const | ReferenceCount | [inline] |
get_scale() const | TransformState | [inline] |
get_type() const | TransformState | [inline, virtual] |
get_type_index() const | TypedObject | [inline] |
get_uniform_scale() const | TransformState | [inline] |
has_components() const | TransformState | [inline] |
has_hpr() const | TransformState | [inline] |
has_mat() const | TransformState | [inline] |
has_pos() const | TransformState | [inline] |
has_quat() const | TransformState | [inline] |
has_scale() const | TransformState | [inline] |
has_uniform_scale() const | TransformState | [inline] |
hpr_given() const | TransformState | [inline] |
init_type() | TransformState | [inline, static] |
invert_compose(const TransformState *other) const | TransformState | |
is_destructing() const | TransformState | [inline, private] |
is_exact_type(TypeHandle handle) const | TypedObject | [inline] |
is_identity() const | TransformState | [inline] |
is_invalid() const | TransformState | [inline] |
is_of_type(TypeHandle handle) const | TypedObject | [inline] |
is_singular() const | TransformState | [inline] |
make_from_bam(const FactoryParams ¶ms) | TransformState | [protected, static] |
make_hpr(const LVecBase3f &hpr) | TransformState | [inline, static] |
make_identity() | TransformState | [static] |
make_invalid() | TransformState | [static] |
make_mat(const LMatrix4f &mat) | TransformState | [static] |
make_pos(const LVecBase3f &pos) | TransformState | [inline, static] |
make_pos_hpr(const LVecBase3f &pos, const LVecBase3f &hpr) | TransformState | [inline, static] |
make_pos_hpr_scale(const LVecBase3f &pos, const LVecBase3f &hpr, const LVecBase3f &scale) | TransformState | [static] |
make_pos_quat_scale(const LVecBase3f &pos, const LQuaternionf &quat, const LVecBase3f &scale) | TransformState | [static] |
make_quat(const LQuaternionf &quat) | TransformState | [inline, static] |
make_scale(float scale) | TransformState | [inline, static] |
make_scale(const LVecBase3f &scale) | TransformState | [inline, static] |
Null | TypedWritable | [static] |
operator<(const TransformState &other) const | TransformState | |
operator=(const TransformState ©) | TransformState | [private] |
TypedWritableReferenceCount::operator=(const TypedWritableReferenceCount ©) | TypedWritableReferenceCount | [inline] |
TypedWritableReferenceCount::TypedWritable::operator=(const TypedWritable ©) | TypedWritable | [inline] |
TypedWritableReferenceCount::TypedObject::operator=(const TypedObject ©) | TypedObject | [inline] |
ReferenceCount::operator=(const ReferenceCount &) | ReferenceCount | [inline, protected] |
output(ostream &out) const | TransformState | |
quat_given() const | TransformState | [inline] |
ref() const | ReferenceCount | [inline] |
ReferenceCount() | ReferenceCount | [inline, protected] |
ReferenceCount(const ReferenceCount &) | ReferenceCount | [inline, protected] |
register_with_read_factory() | TransformState | [static] |
return_new(TransformState *state) | TransformState | [private, static] |
set_destructing() | TransformState | [inline, private] |
set_hpr(const LVecBase3f &hpr) const | TransformState | |
set_pos(const LVecBase3f &pos) const | TransformState | |
set_quat(const LQuaternionf &quat) const | TransformState | |
set_scale(const LVecBase3f &scale) const | TransformState | |
States typedef | TransformState | [private] |
test_ref_count_integrity() const | ReferenceCount | [inline] |
TransformState() | TransformState | [protected] |
TransformState(const TransformState ©) | TransformState | [private] |
TypedObject() | TypedObject | [inline] |
TypedObject(const TypedObject ©) | TypedObject | [inline] |
TypedWritable() | TypedWritable | [inline] |
TypedWritable(const TypedWritable ©) | TypedWritable | [inline] |
TypedWritableReferenceCount() | TypedWritableReferenceCount | [inline] |
TypedWritableReferenceCount(const TypedWritableReferenceCount ©) | TypedWritableReferenceCount | [inline] |
unref() const | ReferenceCount | [inline] |
write(ostream &out, int indent_level) const | TransformState | |
write_datagram(BamWriter *manager, Datagram &dg) | TransformState | [virtual] |
~ReferenceCount() | ReferenceCount | [inline, protected] |
~TransformState() | TransformState | [virtual] |
~TypedObject() | TypedObject | [virtual] |
~TypedWritable() | TypedWritable | [virtual] |