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

    r1033 r1072  
    104104    static const bool  isParentPointerField = false; 
    105105     
    106     static const FieldType::Cardinality fieldCard = FieldType::MULTI_FIELD; 
    107     static const FieldType::Category    fieldCat = FieldType::DATA_FIELD; 
     106    static const FieldType::Cardinality fieldCard = FieldType::MULTI_FIELD; 
     107    static const FieldType::Class       fieldClass = FieldType::DATA_FIELD; 
    108108     
    109109    /*---------------------------------------------------------------------*/