~saiarcot895/ubuntu/trusty/openscenegraph/armhf-support

« back to all changes in this revision

Viewing changes to OpenSceneGraph/include/osgUtil/TriStripVisitor

  • Committer: Bazaar Package Importer
  • Author(s): Loic Dachary (OuoU)
  • Date: 2009-03-23 14:08:20 UTC
  • mfrom: (1.1.7 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090323140820-i4j3jozdlhyn4lre
rules prevent lib64 with -D LIB_POSTFIX="" (Closes: #517671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
            _cacheSize = size;
57
57
        }
58
58
        
59
 
        inline unsigned int getCacheSize()
60
 
        {
61
 
            return _cacheSize;
62
 
        }
63
 
 
64
 
        inline const unsigned int getCacheSize() const
 
59
        inline unsigned int getCacheSize() const
65
60
        {
66
61
            return _cacheSize;
67
62
        }
71
66
            _minStripSize = size;
72
67
        }
73
68
        
74
 
        inline unsigned int getMinStripSize()
75
 
        {
76
 
            return _minStripSize;
77
 
        }
78
 
 
79
 
        inline const unsigned int getMinStripSize() const
 
69
        inline unsigned int getMinStripSize() const
80
70
        {
81
71
            return _minStripSize;
82
72
        }