Changeset 1193 for trunk/Source/Contrib/VTK/OSGVTKMapperBase.inl
- Timestamp:
- 05/05/08 06:39:01 (7 months ago)
- Files:
-
- trunk/Source/Contrib/VTK/OSGVTKMapperBase.inl (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/VTK/OSGVTKMapperBase.inl
r1178 r1193 89 89 90 90 _sfRoot.setValue(value); 91 92 91 } 93 92 … … 99 98 } 100 99 101 //! Get the VTKMapper::_mfGeoRoots field.102 inline103 const MFUnrecNodePtr &VTKMapperBase::getGeoRoots(void) const104 {105 return _mfGeoRoots;106 }107 108 100 //! Get the value of the \a index element the VTKMapper::_mfGeometries field. 109 101 inline … … 113 105 } 114 106 115 //! Get the VTKMapper::_mfGeometries field.116 inline117 const MFUnrecGeometryPtr &VTKMapperBase::getGeometries(void) const118 {119 return _mfGeometries;120 }121 122 107 //! Get the value of the \a index element the VTKMapper::_mfMaterials field. 123 108 inline … … 127 112 } 128 113 129 //! Get the VTKMapper::_mfMaterials field.130 inline131 const MFUnrecChunkMaterialPtr &VTKMapperBase::getMaterials(void) const132 {133 return _mfMaterials;134 }135 136 114 //! Get the value of the \a index element the VTKMapper::_mfMaterialChunks field. 137 115 inline … … 141 119 } 142 120 143 //! Get the VTKMapper::_mfMaterialChunks field.144 inline145 const MFUnrecMaterialChunkPtr &VTKMapperBase::getMaterialChunks(void) const146 {147 return _mfMaterialChunks;148 }149 150 121 //! Get the value of the \a index element the VTKMapper::_mfPositions field. 151 122 inline … … 155 126 } 156 127 157 //! Get the VTKMapper::_mfPositions field.158 inline159 const MFUnrecGeoPnt3fPropertyPtr &VTKMapperBase::getPositions(void) const160 {161 return _mfPositions;162 }163 164 128 //! Get the value of the \a index element the VTKMapper::_mfLength field. 165 129 inline … … 169 133 } 170 134 171 //! Get the VTKMapper::_mfLength field.172 inline173 const MFUnrecGeoUInt32PropertyPtr &VTKMapperBase::getLength(void) const174 {175 return _mfLength;176 }177 178 135 //! Get the value of the \a index element the VTKMapper::_mfTypes field. 179 136 inline … … 183 140 } 184 141 185 //! Get the VTKMapper::_mfTypes field.186 inline187 const MFUnrecGeoUInt8PropertyPtr &VTKMapperBase::getTypes(void) const188 {189 return _mfTypes;190 }191 192 142 //! Get the value of the \a index element the VTKMapper::_mfColors field. 193 143 inline … … 197 147 } 198 148 199 //! Get the VTKMapper::_mfColors field.200 inline201 const MFUnrecGeoColor4fPropertyPtr &VTKMapperBase::getColors(void) const202 {203 return _mfColors;204 }205 206 149 //! Get the value of the \a index element the VTKMapper::_mfNormals field. 207 150 inline … … 209 152 { 210 153 return _mfNormals[index]; 211 }212 213 //! Get the VTKMapper::_mfNormals field.214 inline215 const MFUnrecGeoVec3fPropertyPtr &VTKMapperBase::getNormals(void) const216 {217 return _mfNormals;218 154 } 219 155
