# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CTextureFileUser Class Reference

UTextureFile implementation. More...

#include <texture_user.h>

Inheritance diagram for NL3D::CTextureFileUser

Inheritance graph
[legend]
Collaboration diagram for NL3D::CTextureFileUser:

Collaboration graph
[legend]
List of all members.

Public Methods

 CTextureFileUser ()
 CTextureFileUser (std::string s)
virtual ~CTextureFileUser ()
virtual void setFileName (std::string s)
 Set the name of the file containing the texture. More...

virtual std::string getFileName () const
 get the name of the file containing the texture. More...


Detailed Description

UTextureFile implementation.

Author(s):
Lionel Berenguier , Nevrax France
Date:
2001

Definition at line 136 of file texture_user.h.


Constructor & Destructor Documentation

NL3D::CTextureFileUser::CTextureFileUser ( ) [inline]
 

Definition at line 143 of file texture_user.h.

NL3D::CTextureFileUser::CTextureFileUser ( std::string s ) [inline]
 

Definition at line 146 of file texture_user.h.

NL3D::CTextureFileUser::~CTextureFileUser ( ) [inline, virtual]
 

Definition at line 149 of file texture_user.h.


Member Function Documentation

std::string NL3D::CTextureFileUser::getFileName ( ) const [inline, virtual]
 

get the name of the file containing the texture.

Returns:
name of the file
Author(s):
Stephane Coutelas
Date:
2000

Reimplemented from NL3D::UTextureFile.

Definition at line 160 of file texture_user.h.

void NL3D::CTextureFileUser::setFileName ( std::string s ) [inline, virtual]
 

Set the name of the file containing the texture.

Parameters:
name   of the file
Author(s):
Stephane Coutelas
Date:
2000

Reimplemented from NL3D::UTextureFile.

Definition at line 155 of file texture_user.h.


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