Show
Ignore:
Timestamp:
10/21/07 16:27:52 (1 year ago)
Author:
cneumann
Message:

added: typedefs for types of member fields in fc

missing includes

NOTE: Edit/GetFieldHandles are not functional right now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/Contrib/VTK/OSGVTKMapperBase.h

    r976 r979  
    137137    static const OSG::BitVector NextFieldMask = 
    138138        (TypeTraits<BitVector>::One << NextFieldId); 
     139         
     140    typedef SFNodeInternalRefPtr   RootFieldType; 
     141    typedef MFNodeInternalRefPtr   GeoRootsFieldType; 
     142    typedef MFGeometryInternalRefPtr GeometriesFieldType; 
     143    typedef MFChunkMaterialInternalRefPtr MaterialsFieldType; 
     144    typedef MFMaterialChunkInternalRefPtr MaterialChunksFieldType; 
     145    typedef MFGeoPnt3fPropertyInternalRefPtr PositionsFieldType; 
     146    typedef MFGeoUInt32PropertyInternalRefPtr LengthFieldType; 
     147    typedef MFGeoUInt8PropertyInternalRefPtr TypesFieldType; 
     148    typedef MFGeoColor4fPropertyInternalRefPtr ColorsFieldType; 
     149    typedef MFGeoVec3fPropertyInternalRefPtr NormalsFieldType; 
     150         
    139151 
    140152    /*---------------------------------------------------------------------*/