World::TexLib::Plain Class Reference

#include <Texture.hh>

Inheritance diagram for World::TexLib::Plain:

Inheritance graph
[legend]
Collaboration diagram for World::TexLib::Plain:

Collaboration graph
[legend]

List of all members.


Detailed Description

Plain texture class.

Definition at line 77 of file Texture.hh.


Public Member Functions

 Plain (const Color &C)
virtual Color Get (Math::Point UV) const

Protected Member Functions

virtual std::string Dump () const

Protected Attributes

const Color C

Constructor & Destructor Documentation

World::TexLib::Plain::Plain ( const Color C  )  [inline]

Initialize plain texture

Definition at line 85 of file Texture.hh.


Member Function Documentation

std::string World::TexLib::Plain::Dump (  )  const [protected, virtual]

Debug function; dumps information about texture

Reimplemented from World::Texture.

Definition at line 41 of file Texture.cc.

References C, and World::Texture::Dump().

Here is the call graph for this function:

virtual Color World::TexLib::Plain::Get ( Math::Point  UV  )  const [inline, virtual]

Get texture color at point (u,v)

Implements World::Texture.

Definition at line 87 of file Texture.hh.

References C.


Member Data Documentation

const Color World::TexLib::Plain::C [protected]

Plain texture color

Definition at line 80 of file Texture.hh.

Referenced by Dump(), and Get().


The documentation for this class was generated from the following files:

Generated on Wed Mar 12 00:37:17 2008 for blaRAY by  doxygen 1.5.5