# 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::CSurfaceIdent Class Reference

Ident of a surface. More...

#include <collision_desc.h>

List of all members.

Public Methods

bool operator== (const CSurfaceIdent &o) const
bool operator!= (const CSurfaceIdent &o) const
 CSurfaceIdent ()
 CSurfaceIdent (sint32 retInstance, sint32 surfId)
void serial (NLMISC::IStream &f)

Public Attributes

sint32 RetrieverInstanceId
 the surface mesh instance Id. More...

sint32 SurfaceId
 the surface Id of this surface mesh instance. -1 if Wall/impossible to walk through. More...


Detailed Description

Ident of a surface.

Author:
Lionel Berenguier , Nevrax France
Date:
2001

Definition at line 65 of file collision_desc.h.


Constructor & Destructor Documentation

NLPACS::CSurfaceIdent::CSurfaceIdent   [inline]
 

Definition at line 85 of file collision_desc.h.

Referenced by operator!=, and operator==.

NLPACS::CSurfaceIdent::CSurfaceIdent sint32    retInstance,
sint32    surfId
[inline]
 

Definition at line 86 of file collision_desc.h.

References RetrieverInstanceId, and SurfaceId.


Member Function Documentation

bool NLPACS::CSurfaceIdent::operator!= const CSurfaceIdent &    o const [inline]
 

Definition at line 78 of file collision_desc.h.

References CSurfaceIdent.

bool NLPACS::CSurfaceIdent::operator== const CSurfaceIdent &    o const [inline]
 

Definition at line 73 of file collision_desc.h.

References CSurfaceIdent, RetrieverInstanceId, and SurfaceId.

void NLPACS::CSurfaceIdent::serial NLMISC::IStream   f [inline]
 

Definition at line 88 of file collision_desc.h.

References RetrieverInstanceId, NLMISC::IStream::serial, and SurfaceId.


Member Data Documentation

sint32 NLPACS::CSurfaceIdent::RetrieverInstanceId
 

the surface mesh instance Id.

Definition at line 69 of file collision_desc.h.

Referenced by CSurfaceIdent, NLPACS::CGlobalRetriever::getSurfaceById, operator==, and serial.

sint32 NLPACS::CSurfaceIdent::SurfaceId
 

the surface Id of this surface mesh instance. -1 if Wall/impossible to walk through.

Definition at line 71 of file collision_desc.h.

Referenced by CSurfaceIdent, NLPACS::CGlobalRetriever::getSurfaceById, operator==, and serial.


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