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/OSGMField.h

    r1033 r1072  
    4545#include "OSGField.h" 
    4646#include "OSGFieldTraits.h" 
    47 #include "OSGSysFieldTraits.h" 
    4847#include "OSGFieldType.h" 
    4948#include "OSGMFieldVector.h" 
     
    127126    static const bool  isParentPointerField = false; 
    128127     
    129     static const FieldType::Cardinality fieldCard = FieldType::SINGLE_FIELD; 
    130     static const FieldType::Category    fieldCat = FieldType::DATA_FIELD; 
     128    static const FieldType::Cardinality fieldCard = FieldType::SINGLE_FIELD; 
     129    static const FieldType::Class       fieldClass = FieldType::DATA_FIELD; 
    131130 
    132131    /*---------------------------------------------------------------------*/