Show
Ignore:
Timestamp:
11/20/07 18:15:32 (1 year ago)
Author:
cneumann
Message:

fixed: more compile errors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/Image/ES/OSGImageBase.cpp

    r1018 r1020  
    693693 
    694694/*-------------------------------------------------------------------------*/ 
    695 /* Field SFDimension                                                       */ 
    696  
    697 /*-------------------------------------------------------------------------*/ 
    698 /* Field SFWidth                                                           */ 
    699  
    700 /*-------------------------------------------------------------------------*/ 
    701 /* Field SFHeight                                                          */ 
    702  
    703 /*-------------------------------------------------------------------------*/ 
    704 /* Field SFDepth                                                           */ 
    705  
    706 /*-------------------------------------------------------------------------*/ 
    707 /* Field SFBpp                                                             */ 
    708  
    709 /*-------------------------------------------------------------------------*/ 
    710 /* Field SFMipMapCount                                                     */ 
    711  
    712 /*-------------------------------------------------------------------------*/ 
    713 /* Field SFFrameCount                                                      */ 
    714  
    715 /*-------------------------------------------------------------------------*/ 
    716 /* Field SFFrameDelay                                                      */ 
    717  
    718 /*-------------------------------------------------------------------------*/ 
    719 /* Field SFPixelFormat                                                     */ 
    720  
    721 /*-------------------------------------------------------------------------*/ 
    722 /* Field SFFrameSize                                                       */ 
    723  
    724 /*-------------------------------------------------------------------------*/ 
    725 /* Field SFName                                                            */ 
    726  
    727 /*-------------------------------------------------------------------------*/ 
    728 /* Field SFDataType                                                        */ 
    729  
    730 /*-------------------------------------------------------------------------*/ 
    731 /* Field SFComponentSize                                                   */ 
    732  
    733 /*-------------------------------------------------------------------------*/ 
    734 /* Field SFSideCount                                                       */ 
    735  
    736 /*-------------------------------------------------------------------------*/ 
    737 /* Field SFSideSize                                                        */ 
    738  
    739 /*-------------------------------------------------------------------------*/ 
    740 /* Field SFForceCompressedData                                             */ 
    741  
    742 /*-------------------------------------------------------------------------*/ 
    743 /* Field SFForceAlphaChannel                                               */ 
    744  
    745 /*-------------------------------------------------------------------------*/ 
    746 /* Field SFForceColorChannel                                               */ 
    747  
    748 /*-------------------------------------------------------------------------*/ 
    749 /* Field SFForceAlphaBinary                                                */ 
    750  
    751      
    752 /*-------------------------------------------------------------------------*/ 
    753695/* Field MFParents                                                         */ 
    754  
    755696/*-------------------------------------------------------------------------*/ 
    756697/* Field MFPixel                                                           */ 
    757  
    758698 
    759699 
     
    1045985    { 
    1046986        FieldContainerParentPtr pTypedParent( 
    1047             dynamic_cast< FieldContainerParentPtr::Object * >(pParent), 
     987            dynamic_cast< MFFieldContainerParentPtr::Object * >(pParent), 
    1048988            childrenFieldId); 
    1049989                 
     
    10721012    { 
    10731013        FieldContainerParentPtr pTypedParent( 
    1074             dynamic_cast< FieldContainerParentPtr::Object * >(pParent), 
     1014            dynamic_cast< MFFieldContainerParentPtr::Object * >(pParent), 
    10751015            childrenFieldId); 
    10761016