Show
Ignore:
Timestamp:
05/05/08 06:39:01 (7 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Particles/OSGParticlesBase.h

    r1178 r1193  
    180180                  SFUInt32            *editSFMode           (void); 
    181181            const SFUInt32            *getSFMode            (void) const; 
    182             const SFUnrecChildGeoVectorPropertyPtr *getSFPositions       (void) const; 
     182            const SFUnrecChildGeoVectorPropertyPtr *getSFPositions      (void) const; 
     183                  SFUnrecChildGeoVectorPropertyPtr *editSFPositions      (void); 
    183184 
    184185#ifdef OSG_1_GET_COMPAT 
     
    187188                  MFVec3f             *editMFSizes          (void); 
    188189            const MFVec3f             *getMFSizes           (void) const; 
    189             const SFUnrecChildGeoVectorPropertyPtr *getSFSecPositions    (void) const; 
    190             const SFUnrecChildGeoVectorPropertyPtr *getSFColors          (void) const; 
    191             const SFUnrecChildGeoVectorPropertyPtr *getSFNormals         (void) const; 
     190            const SFUnrecChildGeoVectorPropertyPtr *getSFSecPositions   (void) const; 
     191                  SFUnrecChildGeoVectorPropertyPtr *editSFSecPositions   (void); 
     192            const SFUnrecChildGeoVectorPropertyPtr *getSFColors         (void) const; 
     193                  SFUnrecChildGeoVectorPropertyPtr *editSFColors         (void); 
     194            const SFUnrecChildGeoVectorPropertyPtr *getSFNormals        (void) const; 
     195                  SFUnrecChildGeoVectorPropertyPtr *editSFNormals        (void); 
    192196 
    193197#ifdef OSG_1_GET_COMPAT 
     
    232236#endif 
    233237                  UInt32              &editMode           (void); 
    234             const UInt32              &getMode            (void) const; 
     238            const UInt32              getMode            (void) const; 
    235239 
    236240                  GeoVectorPropertyPtr getPositions      (void) const; 
     
    241245#endif 
    242246                  Vec3f               &editSizes          (const UInt32 index); 
    243             const Vec3f               &getSizes           (const UInt32 index) const; 
    244                   MFVec3f             &editSizes          (void); 
    245             const MFVec3f             &getSizes          (void) const; 
     247            const Vec3f                getSizes           (const UInt32 index) const; 
    246248 
    247249                  GeoVectorPropertyPtr getSecPositions   (void) const; 
     
    256258#endif 
    257259                  Int32               &editIndices        (const UInt32 index); 
    258             const Int32               &getIndices         (const UInt32 index) const; 
    259                   MFInt32             &editIndices        (void); 
    260             const MFInt32             &getIndices        (void) const; 
     260            const Int32                getIndices         (const UInt32 index) const; 
    261261 
    262262#ifdef OSG_1_GET_COMPAT 
     
    265265#endif 
    266266                  Real32              &editTextureZs      (const UInt32 index); 
    267             const Real32              &getTextureZs       (const UInt32 index) const; 
    268                   MFReal32            &editTextureZs      (void); 
    269             const MFReal32            &getTextureZs      (void) const; 
     267            const Real32               getTextureZs       (const UInt32 index) const; 
    270268 
    271269#ifdef OSG_1_GET_COMPAT 
     
    273271#endif 
    274272                  UInt32              &editDrawOrder      (void); 
    275             const UInt32              &getDrawOrder       (void) const; 
     273            const UInt32              getDrawOrder       (void) const; 
    276274 
    277275#ifdef OSG_1_GET_COMPAT 
     
    279277#endif 
    280278                  bool                &editDynamic        (void); 
    281             const bool                &getDynamic         (void) const; 
     279            const bool                getDynamic         (void) const; 
    282280 
    283281#ifdef OSG_1_GET_COMPAT 
     
    285283#endif 
    286284                  ParticleBSPTree     &editBsp            (void); 
    287             const ParticleBSPTree     &getBsp             (void) const; 
     285            const ParticleBSPTree      getBsp             (void) const; 
    288286 
    289287#ifdef OSG_1_GET_COMPAT 
     
    291289#endif 
    292290                  Int32               &editNumParticles   (void); 
    293             const Int32               &getNumParticles    (void) const; 
     291            const Int32                getNumParticles    (void) const; 
    294292 
    295293    /*! \}                                                                 */ 
     
    317315    /*! \name                Ptr MField Set                                */ 
    318316    /*! \{                                                                 */ 
    319  
    320  
    321  
    322  
    323  
    324317 
    325318    /*! \}                                                                 */ 
     
    508501 
    509502 
    510 #ifdef OSG_1_GET_COMPAT 
    511                   SFUInt32            *getSFPump            (void); 
    512 #endif 
    513503                  SFUInt32            *editSFPump           (void); 
    514504            const SFUInt32            *getSFPump            (void) const; 
    515505 
    516 #ifdef OSG_1_GET_COMPAT 
    517                   UInt32              &getPump           (void); 
    518 #endif 
    519506                  UInt32              &editPump           (void); 
    520             const UInt32              &getPump           (void) const; 
     507            const UInt32              getPump           (void) const; 
    521508 
    522509    /*! \}                                                                 */ 
     
    531518    /*! \name                Ptr MField Set                                */ 
    532519    /*! \{                                                                 */ 
     520 
    533521    /*! \}                                                                 */ 
    534522    /*---------------------------------------------------------------------*/