api arrays pre-allocated for expansion ? 2003-11-27 - By Bryan Ewert
Back ?from 27 Nov 2003 13:51:08 +0100
> Does anyone happen to know if the M*Array classes pre-allocate > themselves to a larger size to make expansion with M*Array::append(...) > more efficient? I don't see mention of this in the docs.
All array classes have the constructor:
M*Array( initialSize, initialValue );
and the method:
setSizeIncrement( newIncrement );
-- Bryan Ewert ?maya@(protected) ?http://www.ewertb.com ?
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- List-help: <mailto:listar@(protected)?Subject=help> List-archive: <http://www.highend3d.com/maya/devarchive/>
|
|