CPPGPGPU Library - Reference (Doxygen)

Main Page | General Use | Reference | Examples Info | Get/Download CPPGPGPU | SF.net Page

TextureNode Class Reference

High Level Texture Node. More...

#include <BasicNodes.h>

Inheritance diagram for TextureNode:

NodeObject

List of all members.

Public Member Functions

 TextureNode (const string &sName)
 CLASS_RTTI (TextureNode, NodeObject)
virtual void Render ()
 Render object.

Public Attributes

Texture T


Detailed Description

High Level Texture Node.

Definition at line 33 of file BasicNodes.h.


Constructor & Destructor Documentation

TextureNode::TextureNode ( const string sName  ) 

Definition at line 32 of file BasicNodes.cpp.


Member Function Documentation

TextureNode::CLASS_RTTI ( TextureNode  ,
NodeObject   
)

void TextureNode::Render (  )  [virtual]

Render object.

Reimplemented from NodeObject.

Definition at line 64 of file BasicNodes.cpp.


Member Data Documentation

Texture TextureNode::T

Definition at line 42 of file BasicNodes.h.


The documentation for this class was generated from the following files:
© 2005-2007 Charles Lohr, Joshua Allen, David Chapman, Andrew Lohr. All material including documentation under the MIT/X11 license.