Changeset 988 for branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGPipelineComposerBase.inl
- Timestamp:
- 10/24/07 19:30:30 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGPipelineComposerBase.inl
r976 r988 49 49 \*****************************************************************************/ 50 50 51 #include "OSGContainerPtrFuncs.h"51 // #include "OSGContainerPtrFuncs.h" 52 52 53 53 OSG_BEGIN_NAMESPACE 54 54 55 55 //! access the type of the class 56 inline 57 OSG::FieldContainerType &PipelineComposerBase::getClassType(void)56 inline OSG::FieldContainerType & 57 PipelineComposerBase::getClassType(void) 58 58 { 59 59 return _type; … … 61 61 62 62 //! access the numerical type of the class 63 inline 64 OSG::UInt32PipelineComposerBase::getClassTypeId(void)63 inline OSG::UInt32 64 PipelineComposerBase::getClassTypeId(void) 65 65 { 66 66 return _type.getId(); 67 67 } 68 68 69 inline 70 OSG::UInt16PipelineComposerBase::getClassGroupId(void)69 inline OSG::UInt16 70 PipelineComposerBase::getClassGroupId(void) 71 71 { 72 72 return _type.getGroupId();
