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

A Primitive counter. +More... +

+#include <primitive_profile.h> +

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

Public Methods

 CPrimitiveProfile ()
void reset ()

Public Attributes

uint NPoints
uint NLines
uint NTriangles
uint NQuads
uint NTriangleStrips
 The number of triangles strip rendered (if you just draw 1 strip of 400 triangles, NTriangleStrips==400). More...

+


Detailed Description

+A Primitive counter. +

+

+Author:
+Lionel Berenguier , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 43 of file primitive_profile.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CPrimitiveProfile::CPrimitiveProfile   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file primitive_profile.h. +

+References NL3D_MEM_PRIMITIVE_PROFILE, and reset.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
void NL3D::CPrimitiveProfile::reset  
+
+ + + + + +
+   + + +

+ +

+Definition at line 35 of file primitive_profile.cpp. +

+References NL3D_MEM_PRIMITIVE_PROFILE, NLines, NPoints, NQuads, NTriangles, and NTriangleStrips. +

+Referenced by CPrimitiveProfile.

+


Member Data Documentation

+

+ + + + +
+ + +
uint NL3D::CPrimitiveProfile::NLines +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file primitive_profile.h. +

+Referenced by reset.

+

+ + + + +
+ + +
uint NL3D::CPrimitiveProfile::NPoints +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file primitive_profile.h. +

+Referenced by reset.

+

+ + + + +
+ + +
uint NL3D::CPrimitiveProfile::NQuads +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file primitive_profile.h. +

+Referenced by reset.

+

+ + + + +
+ + +
uint NL3D::CPrimitiveProfile::NTriangles +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file primitive_profile.h. +

+Referenced by reset.

+

+ + + + +
+ + +
uint NL3D::CPrimitiveProfile::NTriangleStrips +
+
+ + + + + +
+   + + +

+The number of triangles strip rendered (if you just draw 1 strip of 400 triangles, NTriangleStrips==400). +

+ +

+Definition at line 51 of file primitive_profile.h. +

+Referenced by reset.

+


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