NL3D::CRadiusPair Struct Reference

#include <ps_zone.h>


Detailed Description

a radius and its suare in the same struct

Definition at line 183 of file ps_zone.h.

Public Member Functions

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Data Fields

float R
float R2


Member Function Documentation

void NL3D::CRadiusPair::serial NLMISC::IStream f  )  throw (NLMISC::EStream) [inline]
 

Definition at line 187 of file ps_zone.h.

References R2.

00188         {
00189                 f.serial(R, R2);
00190         }


Field Documentation

float NL3D::CRadiusPair::R
 

Definition at line 186 of file ps_zone.h.

Referenced by NL3D::CPSZoneDisc::newElement(), and NL3D::CPSZoneSphere::newElement().

float NL3D::CRadiusPair::R2
 

Definition at line 186 of file ps_zone.h.

Referenced by NL3D::CPSZoneDisc::newElement(), NL3D::CPSZoneSphere::newElement(), and serial().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 07:36:05 2004 for NeL by doxygen 1.3.6