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/classNL3D_1_1CTileNoise.html | 416 ++++++++++++++++++++++++++ 1 file changed, 416 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CTileNoise.html (limited to 'docs/doxygen/nel/classNL3D_1_1CTileNoise.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CTileNoise.html b/docs/doxygen/nel/classNL3D_1_1CTileNoise.html new file mode 100644 index 00000000..5a124489 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CTileNoise.html @@ -0,0 +1,416 @@ + + + + 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::CTileNoise Class Reference

This class manage tile noise. +More... +

+#include <tile_bank.h> +

+List of all members. + + + + + + + + + + + + + +

Public Methods

 CTileNoise ()
 CTileNoise (const CTileNoise &src)
 ~CTileNoise ()
CTileNoise & operator= (const CTileNoise &src)
void serial (NLMISC::IStream &f)
void setEmpty ()
void reset ()

Private Attributes

CTileNoiseMap_TileNoiseMap
std::string _FileName

Friends

class CTileBank
+


Detailed Description

+This class manage tile noise. +

+

+Author:
+Cyril Corvazier , Nevrax France
+Date:
+2000
+

+ +

+Definition at line 457 of file tile_bank.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CTileNoise::CTileNoise  
+
+ + + + + +
+   + + +

+ +

+Definition at line 1793 of file tile_bank.cpp. +

+References _FileName, and _TileNoiseMap.

+

+ + + + +
+ + + + + + + + + + +
NL3D::CTileNoise::CTileNoise const CTileNoise &   src
+
+ + + + + +
+   + + +

+ +

+Definition at line 1800 of file tile_bank.cpp. +

+References _FileName, _TileNoiseMap, and src.

+

+ + + + +
+ + + + + + + + + +
NL3D::CTileNoise::~CTileNoise  
+
+ + + + + +
+   + + +

+ +

+Definition at line 1810 of file tile_bank.cpp. +

+References _TileNoiseMap.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
CTileNoise & NL3D::CTileNoise::operator= const CTileNoise &   src
+
+ + + + + +
+   + + +

+ +

+Definition at line 1819 of file tile_bank.cpp. +

+References _FileName, _TileNoiseMap, and src.

+

+ + + + +
+ + + + + + + + + +
void NL3D::CTileNoise::reset  
+
+ + + + + +
+   + + +

+ +

+Definition at line 1866 of file tile_bank.cpp. +

+References _FileName, and _TileNoiseMap. +

+Referenced by setEmpty.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CTileNoise::serial NLMISC::IStream  f
+
+ + + + + +
+   + + +

+ +

+Definition at line 1848 of file tile_bank.cpp. +

+References _FileName.

+

+ + + + +
+ + + + + + + + + +
void NL3D::CTileNoise::setEmpty  
+
+ + + + + +
+   + + +

+ +

+Definition at line 1857 of file tile_bank.cpp. +

+References _FileName, _TileNoiseMap, NL3D_TILE_NOISE_MAP_SIZE, and reset.

+


Friends And Related Function Documentation

+

+ + + + +
+ + +
friend class CTileBank [friend] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 459 of file tile_bank.h.

+


Member Data Documentation

+

+ + + + +
+ + +
std::string NL3D::CTileNoise::_FileName [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 483 of file tile_bank.h. +

+Referenced by CTileNoise, operator=, reset, serial, and setEmpty.

+

+ + + + +
+ + +
class CTileNoiseMap* NL3D::CTileNoise::_TileNoiseMap [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 482 of file tile_bank.h. +

+Referenced by CTileNoise, operator=, reset, setEmpty, and ~CTileNoise.

+


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