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/a02529.html | 256 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 docs/doxygen/nel/a02529.html (limited to 'docs/doxygen/nel/a02529.html') diff --git a/docs/doxygen/nel/a02529.html b/docs/doxygen/nel/a02529.html new file mode 100644 index 00000000..ce37ec00 --- /dev/null +++ b/docs/doxygen/nel/a02529.html @@ -0,0 +1,256 @@ + + +NeL: NL3D::CFillStackNode class Reference + + + +
+

NL3D::CFillStackNode Class Reference

+ + + + + + + + + + + + + + + + + +

Public Member Functions

 CFillStackNode (uint16 patch, uint16 s, uint16 t, uint8 rotate, CZoneSymmetrisation::TState state)

Data Fields

uint8 Edge
uint16 Patch
uint8 Rotate
uint16 S
CZoneSymmetrisation::TState State
uint16 T
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NL3D::CFillStackNode::CFillStackNode uint16  patch,
uint16  s,
uint16  t,
uint8  rotate,
CZoneSymmetrisation::TState  state
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 659 of file zone_symmetrisation.cpp. +

+References Rotate, s, t, uint16, and uint8. +

+

00659 { Patch = patch; S = s; T = t; Edge = 0; Rotate = rotate; State = state; };
+
+


Field Documentation

+

+ + + + +
+ + +
uint8 NL3D::CFillStackNode::Edge +
+
+ + + + + +
+   + + +

+ +

+Definition at line 663 of file zone_symmetrisation.cpp. +

+Referenced by NL3D::CZoneSymmetrisation::propagateTileState().

+

+ + + + +
+ + +
uint16 NL3D::CFillStackNode::Patch +
+
+ + + + + +
+   + + +

+ +

+Definition at line 662 of file zone_symmetrisation.cpp. +

+Referenced by NL3D::CZoneSymmetrisation::propagateTileState().

+

+ + + + +
+ + +
uint8 NL3D::CFillStackNode::Rotate +
+
+ + + + + +
+   + + +

+ +

+Definition at line 664 of file zone_symmetrisation.cpp. +

+Referenced by CFillStackNode(), and NL3D::CZoneSymmetrisation::propagateTileState().

+

+ + + + +
+ + +
uint16 NL3D::CFillStackNode::S +
+
+ + + + + +
+   + + +

+ +

+Definition at line 660 of file zone_symmetrisation.cpp. +

+Referenced by NL3D::CZoneSymmetrisation::propagateTileState().

+

+ + + + +
+ + +
CZoneSymmetrisation::TState NL3D::CFillStackNode::State +
+
+ + + + + +
+   + + +

+ +

+Definition at line 665 of file zone_symmetrisation.cpp. +

+Referenced by NL3D::CZoneSymmetrisation::propagateTileState().

+

+ + + + +
+ + +
uint16 NL3D::CFillStackNode::T +
+
+ + + + + +
+   + + +

+ +

+Definition at line 661 of file zone_symmetrisation.cpp. +

+Referenced by NL3D::CZoneSymmetrisation::propagateTileState().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 06:46:35 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1