Changeset 988 for branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGSepiaComposerBase.cpp
- 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/OSGSepiaComposerBase.cpp
r976 r988 57 57 #include <cstdio> 58 58 #include <boost/assign/list_of.hpp> 59 #include <boost/bind.hpp> 59 60 60 61 #include <OSGConfig.h> … … 66 67 #include "OSGSepiaComposer.h" 67 68 68 #include "boost/bind.hpp"69 69 70 70 OSG_BEGIN_NAMESPACE … … 84 84 "NULL", 85 85 0, 86 (Proto typeCreateF) &SepiaComposerBase::createEmpty,86 (ProtoContainerCreateF) &SepiaComposerBase::createEmpty, 87 87 SepiaComposer::initMethod, 88 88 NULL, … … 108 108 /*------------------------------ get -----------------------------------*/ 109 109 110 FieldContainerType &SepiaComposerBase::getType(void) 110 FieldContainerType & 111 SepiaComposerBase::getType(void) 111 112 { 112 113 return _type; 113 114 } 114 115 115 const FieldContainerType &SepiaComposerBase::getType(void) const 116 FieldContainerType const & 117 SepiaComposerBase::getType(void) const 116 118 { 117 119 return _type; 118 120 } 119 121 120 UInt32 SepiaComposerBase::getContainerSize(void) const 122 UInt32 123 SepiaComposerBase::getContainerSize(void) const 121 124 { 122 125 return sizeof(SepiaComposer);
