OSG::ClearSlot Struct Reference

List of all members.

Public Member Functions

void operator() (StateChunkPtr &slotPtr)

Detailed Description

Helper struct to remove chunks from a state.

Definition at line 66 of file OSGState.cpp.


Member Function Documentation

void OSG::ClearSlot::operator() ( StateChunkPtr &  slotPtr  )  [inline]

Definition at line 69 of file OSGState.cpp.

References NullFC, and OSG::subRef().

00070     { 
00071         subRef(slotPtr);
00072         
00073         slotPtr = NullFC;
00074     }


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