Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osg::FieldDescriptionPLT Struct Reference
[Field Container Functions]

#include <OSGFieldDescriptionImpl.h>

List of all members.

Public Member Functions

bool operator() (const FieldDescription *pElemDesc1, const FieldDescription *pElemDesc2) const


Detailed Description

FieldDescription point less than

Definition at line 194 of file OSGFieldDescriptionImpl.h.


Member Function Documentation

bool osg::FieldDescriptionPLT::operator() const FieldDescription pElemDesc1,
const FieldDescription pElemDesc2
const [inline]
 

Definition at line 164 of file OSGFieldDescriptionImpl.inl.

References osg::FieldDescription::getFieldId().

00166 {
00167     return (pElemDesc1->getFieldId() < pElemDesc2->getFieldId());
00168 }


The documentation for this struct was generated from the following files:
Generated on Thu Aug 25 04:13:45 2005 for OpenSG by  doxygen 1.4.3