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

NL3D::CZoneLighter::CHeightField Class Reference

#include <zone_lighter.h> +

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

Public Types

enum  TDirection {
+  North, +NorthEast, +East, +SouthEast, +
+  South, +SouthWest, +West, +NorthWest +
+ }

Public Member Functions

void build (std::vector< float > &heightField, const NLMISC::CVector &origine, float cellSeize, uint width, uint height)
float getMaxHeight (const NLMISC::CVector &position, TDirection direction) const

Private Attributes

std::vector< std::vector<
+ float > > 
HeightFields
+


Member Enumeration Documentation

+

+ + + + +
+ + +
enum NL3D::CZoneLighter::CHeightField::TDirection +
+
+ + + + + +
+   + + +

+

Enumeration values:
+ + + + + + + + + +
North  +
NorthEast  +
East  +
SouthEast  +
South  +
SouthWest  +
West  +
NorthWest  +
+
+ +

+Definition at line 294 of file zone_lighter.h. +

+

00295                 {
+00296                         North,
+00297                         NorthEast,
+00298                         East,
+00299                         SouthEast,
+00300                         South,
+00301                         SouthWest,
+00302                         West,
+00303                         NorthWest
+00304                 };
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void NL3D::CZoneLighter::CHeightField::build std::vector< float > &  heightField,
const NLMISC::CVector origine,
float  cellSeize,
uint  width,
uint  height
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
float NL3D::CZoneLighter::CHeightField::getMaxHeight const NLMISC::CVector position,
TDirection  direction
const
+
+ + + + + +
+   + + +

+

+


Field Documentation

+

+ + + + +
+ + +
std::vector<std::vector<float> > NL3D::CZoneLighter::CHeightField::HeightFields [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 313 of file zone_lighter.h.

+


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