NLPACS::CExteriorEdgeEntry Class Reference

#include <collision_surface_temp.h>


Detailed Description

Temp collision data used for exterior mesh collision detection.
Author:
Benjamin Legros

Nevrax France

Date:
2001

Definition at line 139 of file collision_surface_temp.h.

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint16 ChainId
 The id of the interior chain id.

uint16 EdgeId
 The id of the edge.

CSurfaceIdent Exterior
 The interior and exterior surfaces along this edge.

CSurfaceIdent Interior
 The interior and exterior surfaces along this edge.


Member Function Documentation

void NLPACS::CExteriorEdgeEntry::serial NLMISC::IStream f  )  [inline]
 

Definition at line 149 of file collision_surface_temp.h.

References Exterior, Interior, and NLMISC::IStream::serial().

00149 { f.serial(EdgeId, ChainId, Interior, Exterior); }


Field Documentation

uint16 NLPACS::CExteriorEdgeEntry::ChainId
 

The id of the interior chain id.

Definition at line 145 of file collision_surface_temp.h.

uint16 NLPACS::CExteriorEdgeEntry::EdgeId
 

The id of the edge.

Definition at line 143 of file collision_surface_temp.h.

Referenced by NLPACS::CRetrieverInstance::testExteriorCollision().

CSurfaceIdent NLPACS::CExteriorEdgeEntry::Exterior
 

The interior and exterior surfaces along this edge.

Definition at line 147 of file collision_surface_temp.h.

Referenced by serial(), and NLPACS::CRetrieverInstance::testExteriorCollision().

CSurfaceIdent NLPACS::CExteriorEdgeEntry::Interior
 

The interior and exterior surfaces along this edge.

Definition at line 147 of file collision_surface_temp.h.

Referenced by serial(), and NLPACS::CRetrieverInstance::testExteriorCollision().


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 14:12:50 2004 for NeL by doxygen 1.3.6