
Table 9 lists the old types and header files and their new names and locations. There are references to some of the older type names in the documentation and the examples.
| Old Type Name | Old Header File | New Type Name | New Header File |
|
DoubleVec |
<rw/dvec.h> |
RWMathVec<double> |
<rw/math/mathvec.h> |
|
FloatVec |
<rw/fvec.h> |
RWMathVec<float> |
<rw/math/mathvec.h> |
|
IntVec |
<rw/ivec.h> |
RWMathVec<int> |
<rw/math/mathvec.h> |
|
DComplexVec |
<rw/cvec.h> |
RWMathVec<DComplex> |
<rw/math/mathvec.h> |
|
UCharVec |
<rw/ucvec.h> |
RWMathVec<UChar> |
<rw/math/mathvec.h> |
|
SCharVec |
<rw/scvec.h> |
RWMathVec<SChar> |
<rw/math/mathvec.h> |
|
DoubleGenMat |
<rw/dgenmat.h> |
RWGenMat<double> |
<rw/math/genmat.h> |
|
FloatGenMat |
<rw/fgenmat.h> |
RWGenMat<float> |
<rw/math/genmat.h> |
|
IntGenMat |
<rw/igenmat.h> |
RWGenMat<int> |
<rw/math/genmat.h> |
|
DComplexGenMat |
<rw/cgenmat.h> |
RWGenMat<DComplex> |
<rw/math/genmat.h> |
|
UCharGenMat |
<rw/ucgenmat.h> |
RWGenMat<UChar> |
<rw/math/genmat.h> |
|
SCharGenMat |
<rw/scgenmat.h> |
RWGenMat<SChar> |
<rw/math/genmat.h> |
|
DoubleArray |
<rw/darr.h> |
RWMathArray<double> |
<rw/math/mtharray.h> |
|
FloatArray |
<rw/farr.h> |
RWMathArray<float> |
<rw/math/mtharray.h> |
|
IntArray |
<rw/iarr.h> |
RWMathArray<int> |
<rw/math/mtharray.h> |
|
DComplexArray |
<rw/carr.h> |
RWMathArray<DComplex> |
<rw/math/mtharray.h> |
|
UCharArray |
<rw/ucarr.h> |
RWMathArray<UChar> |
<rw/math/mtharray.h> |
|
SCharArray |
<rw/scarr.h> |
RWMathArray<SChar> |
<rw/math/mtharray.h> |
|
DoubleGenFact |
<rw/dgenfct.h> |
RWGenFact<double> |
<rw/math/genfact.h> |
|
FloatGenFact |
<rw/fgenfct.h> |
RWGenFact<float> |
<rw/math/genfact.h> |
|
DComplexGenFact |
<rw/cgenfct.h> |
RWGenFact<DComplex> |
<rw/math/genfact.h> |
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.