#include <collision_surface_temp.h>
Nevrax France
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. |
|
Definition at line 149 of file collision_surface_temp.h. References Exterior, Interior, and NLMISC::IStream::serial().
00149 { f.serial(EdgeId, ChainId, Interior, Exterior); } |
|
The id of the interior chain id.
Definition at line 145 of file collision_surface_temp.h. |
|
The id of the edge.
Definition at line 143 of file collision_surface_temp.h. Referenced by NLPACS::CRetrieverInstance::testExteriorCollision(). |
|
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 interior and exterior surfaces along this edge.
Definition at line 147 of file collision_surface_temp.h. Referenced by serial(), and NLPACS::CRetrieverInstance::testExteriorCollision(). |