Namespaces | |
namespace | Easdif |
Revision 1.16 2003/11/18 18:21:21 roebel Impemented Get(std::string) for text matrices. declared exceptions for Init and Get methods.
Revision 1.15 2003/07/18 20:42:22 roebel Moved constructor implementations to .cpp, fixed bug in constructor with allocation
Revision 1.14 2003/07/18 19:31:13 roebel Improved documentation. Changed constructor to use const std::string as argument. Fixed warning due to comparison between int and unsigned int.
Revision 1.13 2003/07/17 18:09:35 roebel Improved Resize method, added Clear method and proper assigment operator
Revision 1.12 2003/07/10 16:14:03 roebel Documentation of constructors.
Revision 1.11 2003/07/07 10:29:46 roebel Added support for eInt1 and eUInt1 data types, resize of matrix now reinitializes all elements to 0
Revision 1.10 2003/06/09 21:13:36 schwarz Implemented Set(const std::string& str), redoes Init(mSig, str.length(), 1, eText) and sets data. Better: check if matrix was declared eText?
Revision 1.9 2003/05/19 14:00:00 roebel swig rename moved to swig interface desription.
Revision 1.8 2003/05/18 20:46:46 roebel Added method to read column names of matrix. For this the current sdiffile is stored in the matrix. Improved documentation. Added support for sdif data types eChar and eInt2.
Revision 1.7 2003/05/01 19:02:25 roebel Renamed CreateMatrixData to Init. Reorganized Init functions to use only a single argument to specify the matrix signature. Removed redundant m_Signature from class. Added Resize method.
Revision 1.6 2003/04/29 15:54:07 schwarz Use SWIG_RENAME_EASDIF to control class renaming.
Revision 1.5 2003/04/29 15:41:30 schwarz Changed all names View* to Print* and *Info to *Header for consistency with SDIF library.
Revision 1.4 2003/04/29 15:19:51 schwarz Constructor with space initialisation, default singleton float matrix. CreateMatrixData accepts SdifSignature or std::string. Sketch string matrix access functions to be implemented, throw exception when used.
Revision 1.3 2003/04/18 16:44:00 schwarz Small changes to make easdif swiggable:
Revision 1.1 2003/03/03 19:00:16 roebel Moved src directory to new name easdif
Revision 1.7 2003/02/10 14:15:03 roebel Comment changed.
Revision 1.6 2002/11/07 21:07:24 roebel Allow value type to be specified during Matrix construction. Moved Get/Set methods to header to have the possibility to use real templates.
Revision 1.5 2002/10/10 10:49:09 roebel Now using namespace Easdif. Fixed handling of zero pointer arguments in initException. Reading past end of file now throws an exception.
Revision 1.4 2002/08/28 16:46:53 roebel Internal reorganization and name changes.
Revision 1.3 2002/07/12 10:25:14 ftissera Add comments
Revision 1.2 2002/06/18 14:48:30 ftissera add GetSignature(), GetStringSignature() and GetType()
Revision 1.1.1.1 2002/04/11 16:13:31 ftissera Project for new SDIF API