Show
Ignore:
Timestamp:
04/02/08 14:18:07 (8 months ago)
Author:
cneumann
Message:

replaced pointer field implementation
split FieldContainer/Fields? directory into Base and Handle subdir

Status: - ref counting seems to work (mt, cluster)

  • new OSB loader works (well, the unittest does)
  • VRML loader is deactivated
  • get/edit handle for dynamic (pointer) fields missing
  • need to remove some more old files - they get moved in this commit
  • generated (i.e. base) code in following commit
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/Base/Field/OSGVecFieldTraits.h

    r1017 r1072  
    4545#include "OSGFieldTraits.h" 
    4646#include "OSGDataType.h" 
     47#include "OSGSField.h" 
     48#include "OSGMField.h" 
     49 
    4750#include "OSGVector.h" 
    4851 
     
    7477                                                                            \ 
    7578    typedef FieldTraits<base##dim##type>  Self;                             \ 
     79                                                                            \ 
     80    typedef SField<base##dim##type>       DataSField;                       \ 
     81    typedef MField<base##dim##type>       DataMField;                       \ 
    7682                                                                            \ 
    7783                                                                            \