osg::ClearSlot Struct Reference

List of all members.

Public Member Functions

const NullFieldContainerPtroperator() (StateChunkPtr &slotPtr)


Detailed Description

Helper struct to remove chunks from a state.

Definition at line 64 of file OSGState.cpp.


Member Function Documentation

const NullFieldContainerPtr& osg::ClearSlot::operator() ( StateChunkPtr slotPtr  )  [inline]

Definition at line 67 of file OSGState.cpp.

References osg::NullFC, and osg::subRefCP().

00068     { 
00069         subRefCP(slotPtr);
00070         
00071         return NullFC;
00072     }


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

Generated on Mon Mar 17 12:13:10 2008 for OpenSG by  doxygen 1.5.5