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/Contrib/VTK/OSGVTKMapperBase.inl

    r1178 r1193  
    8989 
    9090    _sfRoot.setValue(value); 
    91  
    9291} 
    9392 
     
    9998} 
    10099 
    101 //! Get the VTKMapper::_mfGeoRoots field. 
    102 inline 
    103 const MFUnrecNodePtr &VTKMapperBase::getGeoRoots(void) const 
    104 { 
    105     return _mfGeoRoots; 
    106 } 
    107  
    108100//! Get the value of the \a index element the VTKMapper::_mfGeometries field. 
    109101inline 
     
    113105} 
    114106 
    115 //! Get the VTKMapper::_mfGeometries field. 
    116 inline 
    117 const MFUnrecGeometryPtr &VTKMapperBase::getGeometries(void) const 
    118 { 
    119     return _mfGeometries; 
    120 } 
    121  
    122107//! Get the value of the \a index element the VTKMapper::_mfMaterials field. 
    123108inline 
     
    127112} 
    128113 
    129 //! Get the VTKMapper::_mfMaterials field. 
    130 inline 
    131 const MFUnrecChunkMaterialPtr &VTKMapperBase::getMaterials(void) const 
    132 { 
    133     return _mfMaterials; 
    134 } 
    135  
    136114//! Get the value of the \a index element the VTKMapper::_mfMaterialChunks field. 
    137115inline 
     
    141119} 
    142120 
    143 //! Get the VTKMapper::_mfMaterialChunks field. 
    144 inline 
    145 const MFUnrecMaterialChunkPtr &VTKMapperBase::getMaterialChunks(void) const 
    146 { 
    147     return _mfMaterialChunks; 
    148 } 
    149  
    150121//! Get the value of the \a index element the VTKMapper::_mfPositions field. 
    151122inline 
     
    155126} 
    156127 
    157 //! Get the VTKMapper::_mfPositions field. 
    158 inline 
    159 const MFUnrecGeoPnt3fPropertyPtr &VTKMapperBase::getPositions(void) const 
    160 { 
    161     return _mfPositions; 
    162 } 
    163  
    164128//! Get the value of the \a index element the VTKMapper::_mfLength field. 
    165129inline 
     
    169133} 
    170134 
    171 //! Get the VTKMapper::_mfLength field. 
    172 inline 
    173 const MFUnrecGeoUInt32PropertyPtr &VTKMapperBase::getLength(void) const 
    174 { 
    175     return _mfLength; 
    176 } 
    177  
    178135//! Get the value of the \a index element the VTKMapper::_mfTypes field. 
    179136inline 
     
    183140} 
    184141 
    185 //! Get the VTKMapper::_mfTypes field. 
    186 inline 
    187 const MFUnrecGeoUInt8PropertyPtr &VTKMapperBase::getTypes(void) const 
    188 { 
    189     return _mfTypes; 
    190 } 
    191  
    192142//! Get the value of the \a index element the VTKMapper::_mfColors field. 
    193143inline 
     
    197147} 
    198148 
    199 //! Get the VTKMapper::_mfColors field. 
    200 inline 
    201 const MFUnrecGeoColor4fPropertyPtr &VTKMapperBase::getColors(void) const 
    202 { 
    203     return _mfColors; 
    204 } 
    205  
    206149//! Get the value of the \a index element the VTKMapper::_mfNormals field. 
    207150inline 
     
    209152{ 
    210153    return _mfNormals[index]; 
    211 } 
    212  
    213 //! Get the VTKMapper::_mfNormals field. 
    214 inline 
    215 const MFUnrecGeoVec3fPropertyPtr &VTKMapperBase::getNormals(void) const 
    216 { 
    217     return _mfNormals; 
    218154} 
    219155