Update of /src/master/dx/src/uipp/dxui
In directory opendx.watson.ibm.com:/tmp/cvs-serv12854/dxui
Modified Files:
ColormapNode.C ScalarListNode.C
Log Message:
DXValue performs a great deal of new/delete. (Can't say the fault
is with DXValue or with the code that makes use of DXValue.) To
reduce the workload make more widespread use of the feature with
DXValue that allows a caller to pass in a copy of its local memory
for use in place of malloc-ed memory. Also add a sizelimit arg
wherever this local memory is used so that DXValue can revert to
using malloc-ed memory if the space that's provided isn't large
enough. Impacts the following files:
base/DXType.C
base/DXValue.C
base/DXValue.h
dxui/ColormapNode.C
dxui/ScalarListNode.C