# 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  

NLPACS::CInteriorSurface Class Reference

The interior surface class. More...

List of all members.

Public Methods

CCollisionFacegetFace (uint face)
CCollisionFacegetNeighbor (uint face, uint edge)

Public Attributes

CCollisionMeshBuildCollisionMeshBuild
 The collision mesh root object. More...

std::vector< uint32Faces
 The faces that compose the surface. More...

sint32 Id
 The Id of the surface. More...

NLMISC::CVector Center
 The center of the surface. More...

sint32 Material
 The material of the surface. More...


Detailed Description

The interior surface class.

Intermediate to compute real retriever surfaces

Author:
Benjamin Legros , Nevrax France
Date:
2001

Definition at line 49 of file build_indoor.cpp.


Member Function Documentation

CCollisionFace& NLPACS::CInteriorSurface::getFace uint    face [inline]
 

Definition at line 68 of file build_indoor.cpp.

References CollisionMeshBuild, and Faces.

Referenced by getNeighbor.

CCollisionFace& NLPACS::CInteriorSurface::getNeighbor uint    face,
uint    edge
[inline]
 

Definition at line 69 of file build_indoor.cpp.

References CollisionMeshBuild, and getFace.


Member Data Documentation

NLMISC::CVector NLPACS::CInteriorSurface::Center
 

The center of the surface.

Definition at line 62 of file build_indoor.cpp.

CCollisionMeshBuild* NLPACS::CInteriorSurface::CollisionMeshBuild
 

The collision mesh root object.

Definition at line 53 of file build_indoor.cpp.

Referenced by getFace, and getNeighbor.

std::vector<uint32> NLPACS::CInteriorSurface::Faces
 

The faces that compose the surface.

Definition at line 56 of file build_indoor.cpp.

Referenced by getFace.

sint32 NLPACS::CInteriorSurface::Id
 

The Id of the surface.

Definition at line 59 of file build_indoor.cpp.

sint32 NLPACS::CInteriorSurface::Material
 

The material of the surface.

Definition at line 65 of file build_indoor.cpp.


The documentation for this class was generated from the following file: