#include <outlineShader.h>
Inheritance diagram for OutlineShader:
Public Member Functions | |
OutlineShader (void) | |
OutlineShader (const Colorf &color) | |
~OutlineShader () | |
virtual void | config (void) |
virtual void | apply (Node *node, const AllAttributesWrapper &init_state, const AllTransitionsWrapper &net_trans, GraphicsStateGuardian *gsg) |
INLINE void | set_color (const Colorf &color) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Protected Attributes | |
Colorf | _color |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 41 of file outlineShader.cxx. References Colorf, and set_color(). |
|
Definition at line 50 of file outlineShader.cxx. References set_color(). |
|
Definition at line 40 of file outlineShader.h. |
|
Reimplemented from Shader. Definition at line 69 of file outlineShader.cxx. References _color, Shader::apply(), and c. |
|
Reimplemented from Configurable. Definition at line 59 of file outlineShader.cxx. References Configurable::config(). |
|
Reimplemented from Shader. Definition at line 64 of file outlineShader.h. References Shader::get_class_type(), and Shader::init_type(). |
|
Reimplemented from Shader. Definition at line 53 of file outlineShader.h. Referenced by ConfigureFn(). |
|
Reimplemented from Shader. Definition at line 61 of file outlineShader.h. References Shader::get_class_type(). |
|
Reimplemented from Shader. Definition at line 56 of file outlineShader.h. References Shader::get_class_type(), Shader::init_type(), and register_type(). Referenced by ConfigureFn(). |
|
Definition at line 47 of file outlineShader.h. Referenced by OutlineShader(). |
|
Definition at line 50 of file outlineShader.h. Referenced by apply(). |
|
Reimplemented from Shader. Definition at line 34 of file outlineShader.cxx. |