# 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: