Subversion Repositories gelsvn

Rev

Rev 526 | Rev 572 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 526 Rev 536
Line 112... Line 112...
112
 
112
 
113
    template<typename ITEM, typename ITEMID>
113
    template<typename ITEM, typename ITEMID>
114
    inline size_t AttributeVector<ITEM, ITEMID>::size() const
114
    inline size_t AttributeVector<ITEM, ITEMID>::size() const
115
    { return items.size(); }
115
    { return items.size(); }
116
 
116
 
117
    //template<typename ITEM, typename ITEMID>
-
 
118
   // inline ITEMID AttributeVector<ITEM, ITEMID>::add(const ITEM& item)
-
 
119
    //{ items.push_back(item); return items.size() - 1; }
-
 
120
 
-
 
121
    // just returning should be ok; manifold and attribs should always be in sync.
117
    // just returning should be ok; manifold and attribs should always be in sync.
122
    // const context means manifold and attribs should be const, hence in sync.
118
    // const context means manifold and attribs should be const, hence in sync.
123
    template<typename ITEM, typename ITEMID>
119
    template<typename ITEM, typename ITEMID>
124
    inline const ITEM& AttributeVector<ITEM, ITEMID>::get(ITEMID id) const
120
    inline const ITEM& AttributeVector<ITEM, ITEMID>::get(ITEMID id) const
125
    { 
121
    {