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__Edge.html | 407 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 407 insertions(+) create mode 100644 docs/doxygen/nel/class__Edge.html (limited to 'docs/doxygen/nel/class__Edge.html') diff --git a/docs/doxygen/nel/class__Edge.html b/docs/doxygen/nel/class__Edge.html new file mode 100644 index 00000000..e2302d2a --- /dev/null +++ b/docs/doxygen/nel/class__Edge.html @@ -0,0 +1,407 @@ + + + + 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  
+

_Edge Class Reference

#include <TileCtrl.h> +

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

Public Methods

 _Edge ()
 ~_Edge ()
 _Edge (const _Edge& edge)
void CreateH (TileInfo *tile)
void CreateB (TileInfo *tile)
void CreateG (TileInfo *tile)
void CreateD (TileInfo *tile)
int operator== (const _Edge &ed) const

Public Attributes

int size
char* line
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+_Edge::_Edge ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 57 of file TileCtrl.cpp.

+

+ + + + +
+ + + + + + +
+_Edge::~_Edge ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file TileCtrl.cpp.

+

+ + + + +
+ + + + + + +
+_Edge::_Edge ( + +const _Edge & edge ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 67 of file TileCtrl.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void _Edge::CreateB ( + +TileInfo * tile ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 96 of file TileCtrl.cpp. +

+Referenced by TileCtrl::CheckTile().

+

+ + + + +
+ + + + + + +
+void _Edge::CreateD ( + +TileInfo * tile ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 120 of file TileCtrl.cpp. +

+Referenced by TileCtrl::CheckTile().

+

+ + + + +
+ + + + + + +
+void _Edge::CreateG ( + +TileInfo * tile ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 108 of file TileCtrl.cpp. +

+Referenced by TileCtrl::CheckTile().

+

+ + + + +
+ + + + + + +
+void _Edge::CreateH ( + +TileInfo * tile ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 84 of file TileCtrl.cpp. +

+Referenced by TileCtrl::CheckTile().

+

+ + + + +
+ + + + + + +
+int _Edge::operator== ( + +const _Edge & ed ) const +
+
+ + + + + +
+   + + +

+ +

+Definition at line 74 of file TileCtrl.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+char * _Edge::line +
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file TileCtrl.h.

+

+ + + + +
+ + + + + +
+int _Edge::size +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file TileCtrl.h.

+


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