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/OSGFieldType.inl

    r1032 r1072  
    4848FieldType::getCardinality(void) const 
    4949{ 
    50     return _cardinality; 
     50    return _fieldCardinality; 
    5151} 
    5252 
    53 inline FieldType::Category 
    54 FieldType::getCategory(void) const 
     53inline FieldType::Class 
     54FieldType::getClass(void) const 
    5555{ 
    56     return _category
     56    return _fieldClass
    5757} 
    5858