#include <RssConstColor.hxx>
Inheritance diagram for RayGina::CORE::RssConstColor:

Public Member Functions | |
| RssConstColor () | |
| RssConstColor (RColor newColor) | |
| virtual | ~RssConstColor () |
| virtual RColor | shade (RRenderCom *currentRenderCom) |
| virtual RColor | getColor () const |
| virtual void | setColor (RColor newColor) |
| virtual const RExtension * | getInstanceExtension () const |
Static Public Member Functions | |
| RExtension * | __getExtension () |
Static Private Member Functions | |
| RObject * | _createInstance () |
| const RStatus | _setColorAttr (RObject *shader, const RColor newColor) |
| const RColor | _getColorAttr (const RObject *shader, RRenderCom *renderCom) |
| const RStatus | _initialize (RatStaticContainer *attributes) |
Private Attributes | |
| RColor | _Color |
Static Private Attributes | |
| RExtension | _extensionData |
| RatStaticContainer * | _attributes |
|
|
Definition at line 36 of file RssConstColor.hxx. |
|
|
Definition at line 39 of file RssConstColor.hxx. |
|
|
Definition at line 42 of file RssConstColor.hxx. |
|
|
Definition at line 55 of file RssConstColor.hxx. |
|
|
Definition at line 16 of file RssConstColor.hxx. |
|
||||||||||||
|
Reimplemented from RayGina::CORE::RssBase. Definition at line 25 of file RssConstColor.hxx. |
|
|
Reimplemented from RayGina::CORE::RssBase. Definition at line 29 of file RssConstColor.hxx. |
|
||||||||||||
|
Reimplemented from RayGina::CORE::RssBase. Definition at line 20 of file RssConstColor.hxx. |
|
|
Definition at line 48 of file RssConstColor.hxx. |
|
|
returns the RExtension for the instance If it returns NULL this instance is not able to act as an extension Implements RayGina::CORE::RObject. Definition at line 58 of file RssConstColor.hxx. |
|
|
Definition at line 51 of file RssConstColor.hxx. |
|
|
Implements RayGina::CORE::RssBase. Definition at line 44 of file RssConstColor.hxx. |
|
|
Definition at line 14 of file RssConstColor.hxx. |
|
|
Definition at line 10 of file RssConstColor.hxx. |
|
|
Initial value: RExtension(RExtension::SUPERCLASSID_SHADER,
RExtension::CLASSID_CORE_RSSCONSTCOLOR,
1,
1,
"Constant color shader",
"RssConstColor",
"rayGina::CORE::Team",
"core@raygina.de",
"www.raygina.de",
RssConstColor::_createInstance,
RssConstColor::_initialize
)
Definition at line 6 of file RssConstColor.cxx. |
1.3.9.1