Home
last modified time | relevance | path

Searched refs:getCapacityIncrement (Results 1 – 5 of 5) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DSet.h360 int getCapacityIncrement() const in getCapacityIncrement() function
362 return( _objects.getCapacityIncrement() ); in getCapacityIncrement()
H A DArray.h431 int getCapacityIncrement() const in getCapacityIncrement() function
H A DStorage.h235 int getCapacityIncrement() const;
H A DArrayPtrs.h488 int getCapacityIncrement() const in getCapacityIncrement() function
H A DStorage.cpp320 _storage.setCapacityIncrement(aStorage._storage.getCapacityIncrement()); in Storage()
354 _storage.setCapacityIncrement(aStorage._storage.getCapacityIncrement()); in Storage()
718 getCapacityIncrement() const in getCapacityIncrement() function in Storage
720 return(_storage.getCapacityIncrement()); in getCapacityIncrement()