From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_NL3D__UTextureFile.html | 192 +++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__UTextureFile.html (limited to 'docs/doxygen/nel/class_NL3D__UTextureFile.html') diff --git a/docs/doxygen/nel/class_NL3D__UTextureFile.html b/docs/doxygen/nel/class_NL3D__UTextureFile.html new file mode 100644 index 00000000..0d89ba28 --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__UTextureFile.html @@ -0,0 +1,192 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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::UTextureFile Class Reference

Game interface for manipulating texture File. +More... +

+#include <u_texture.h> +

+Inheritance diagram for NL3D::UTextureFile

Inheritance graph
+ + + + +
[legend]
Collaboration diagram for NL3D::UTextureFile:

Collaboration graph
+ + + +
[legend]
List of all members. + + + + + +

Public Methods

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

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

+

Detailed Description

+Game interface for manipulating texture File. +

+

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

+ +

+Definition at line 158 of file u_texture.h.


Member Function Documentation

+

+ + + + +
+ + + + + + +
+std::string NL3D::UTextureFile::getFileName ( + +) const [pure virtual] +
+
+ + + + + +
+   + + +

+get the name of the file containing the texture. +

+

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

+Reimplemented in NL3D::CTextureFileUser.

+

+ + + + +
+ + + + + + +
+void NL3D::UTextureFile::setFileName ( + +std::string s ) [pure virtual] +
+
+ + + + + +
+   + + +

+Set the name of the file containing the texture. +

+

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

+Reimplemented in NL3D::CTextureFileUser.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1