#include <colorScaleAttrib.h>
Inheritance diagram for ColorScaleAttrib:
Public Member Functions | |
virtual void | issue (GraphicsStateGuardianBase *gsg) const |
virtual void | output (ostream &out) const |
virtual void | write_datagram (BamWriter *manager, Datagram &dg) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
void | register_with_read_factory () |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
virtual int | compare_to_impl (const RenderAttrib *other) const |
virtual | CPT (RenderAttrib) compose_impl(const RenderAttrib *other) const |
virtual | CPT (RenderAttrib) invert_compose_impl(const RenderAttrib *other) const |
virtual RenderAttrib * | make_default_impl () const |
void | fillin (DatagramIterator &scan, BamReader *manager) |
Static Protected Member Functions | |
TypedWritable * | make_from_bam (const FactoryParams ¶ms) |
Private Member Functions | |
INLINE | ColorScaleAttrib (const LVecBase4f &scale) |
INLINE const LVecBase4f & | get_scale () const |
Private Attributes | |
PUBLISHED | __pad0__: static CPT(RenderAttrib) make(const LVecBase4f &scale) |
LVecBase4f | _scale |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Referenced by make_default_impl(), and make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 81 of file colorScaleAttrib.cxx. References _scale, and DCAST_INTO_R. |
|
Reimplemented from RenderAttrib. |
|
Reimplemented from RenderAttrib. |
|
Reimplemented from RenderAttrib. Definition at line 207 of file colorScaleAttrib.cxx. References _scale, and RenderAttrib::fillin(). Referenced by make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 76 of file colorScaleAttrib.h. References RenderAttrib::get_class_type(), and RenderAttrib::init_type(). |
|
Reimplemented from RenderAttrib. Definition at line 65 of file colorScaleAttrib.h. Referenced by AccumulatedAttribs::apply_to_node(), NodePath::clear_color_scale(), AccumulatedAttribs::collect(), NodePath::get_color_scale(), NodePath::has_color_scale(), and register_with_read_factory(). |
|
Referenced by TextNode::apply_attribs_to_vertices(), GeomNode::apply_attribs_to_vertices(), NodePath::get_color_scale(), GraphicsStateGuardian::issue_color_scale(), and output(). |
|
Reimplemented from RenderAttrib. Definition at line 73 of file colorScaleAttrib.h. References RenderAttrib::get_class_type(). Referenced by output(). |
|
Reimplemented from RenderAttrib. Definition at line 68 of file colorScaleAttrib.h. References RenderAttrib::get_class_type(), RenderAttrib::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Reimplemented from RenderAttrib. Definition at line 51 of file colorScaleAttrib.cxx. References GraphicsStateGuardianBase::issue_color_scale(). |
|
Implements RenderAttrib. Definition at line 151 of file colorScaleAttrib.cxx. References ColorScaleAttrib(). |
|
Definition at line 188 of file colorScaleAttrib.cxx. References ColorScaleAttrib(), fillin(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Definition at line 61 of file colorScaleAttrib.cxx. References get_scale(), and get_type(). |
|
Definition at line 162 of file colorScaleAttrib.cxx. References get_class_type(), BamReader::get_factory(), make_from_bam(), and Factory< TypedWritable >::register_factory(). Referenced by init_libpgraph(). |
|
Reimplemented from RenderAttrib. Definition at line 173 of file colorScaleAttrib.cxx. References _scale, and RenderAttrib::write_datagram(). |
|
Reimplemented from RenderAttrib. Definition at line 39 of file colorScaleAttrib.h. |
|
Definition at line 54 of file colorScaleAttrib.h. Referenced by compare_to_impl(), fillin(), and write_datagram(). |
|
Reimplemented from RenderAttrib. Definition at line 27 of file colorScaleAttrib.cxx. |