Show
Ignore:
Timestamp:
04/18/08 04:10:31 (6 months ago)
Author:
vossg
Message:

changed: pointer cleanup base rebuild

Files:

Legend:

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

    r1161 r1178  
    234234            const UInt32              &getMode            (void) const; 
    235235 
    236                   GeoVectorPropertyPtrConst getPositions      (void) const; 
     236                  GeoVectorPropertyPtr getPositions      (void) const; 
    237237 
    238238#ifdef OSG_1_GET_COMPAT 
     
    245245            const MFVec3f             &getSizes          (void) const; 
    246246 
    247                   GeoVectorPropertyPtrConst getSecPositions   (void) const; 
    248  
    249                   GeoVectorPropertyPtrConst getColors         (void) const; 
    250  
    251                   GeoVectorPropertyPtrConst getNormals        (void) const; 
     247                  GeoVectorPropertyPtr getSecPositions   (void) const; 
     248 
     249                  GeoVectorPropertyPtr getColors         (void) const; 
     250 
     251                  GeoVectorPropertyPtr getNormals        (void) const; 
    252252 
    253253#ifdef OSG_1_GET_COMPAT 
     
    299299 
    300300            void setMode           (const UInt32 &value); 
    301             void setPositions      (GeoVectorPropertyPtrConstArg value); 
    302             void setSecPositions   (GeoVectorPropertyPtrConstArg value); 
    303             void setColors         (GeoVectorPropertyPtrConstArg value); 
    304             void setNormals        (GeoVectorPropertyPtrConstArg value); 
     301            void setPositions      (const GeoVectorPropertyPtr value); 
     302            void setSecPositions   (const GeoVectorPropertyPtr value); 
     303            void setColors         (const GeoVectorPropertyPtr value); 
     304            void setNormals        (const GeoVectorPropertyPtr value); 
    305305            void setDrawOrder      (const UInt32 &value); 
    306306            void setDynamic        (const bool &value);