- Timestamp:
- 10/20/07 18:11:52 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/Contrib/VTK/OSGVTKMapperBase.inl
r969 r976 76 76 /* Field SFRoot */ 77 77 78 inline SFNode Ptr const *78 inline SFNodeInternalRefPtr const * 79 79 VTKMapperBase::getSFRoot(void) const 80 80 { … … 94 94 95 95 // setRefd(_sfRoot.getValue(), value); 96 _sfRoot.setValue(Node Ptr(value));96 _sfRoot.setValue(NodeInternalRefPtr(value)); 97 97 } 98 98 … … 101 101 /* Field MFGeoRoots (Pointer field) */ 102 102 103 inline MFNode Ptr const *103 inline MFNodeInternalRefPtr const * 104 104 VTKMapperBase::getMFGeoRoots(void) const 105 105 { … … 107 107 } 108 108 109 inline MFNode Ptr const &109 inline MFNodeInternalRefPtr const & 110 110 VTKMapperBase::getGeoRoots (void) const 111 111 { … … 122 122 /* Field MFGeometries (Pointer field) */ 123 123 124 inline MFGeometry Ptr const *124 inline MFGeometryInternalRefPtr const * 125 125 VTKMapperBase::getMFGeometries(void) const 126 126 { … … 128 128 } 129 129 130 inline MFGeometry Ptr const &130 inline MFGeometryInternalRefPtr const & 131 131 VTKMapperBase::getGeometries (void) const 132 132 { … … 143 143 /* Field MFMaterials (Pointer field) */ 144 144 145 inline MFChunkMaterial Ptr const *145 inline MFChunkMaterialInternalRefPtr const * 146 146 VTKMapperBase::getMFMaterials(void) const 147 147 { … … 149 149 } 150 150 151 inline MFChunkMaterial Ptr const &151 inline MFChunkMaterialInternalRefPtr const & 152 152 VTKMapperBase::getMaterials (void) const 153 153 { … … 164 164 /* Field MFMaterialChunks (Pointer field) */ 165 165 166 inline MFMaterialChunk Ptr const *166 inline MFMaterialChunkInternalRefPtr const * 167 167 VTKMapperBase::getMFMaterialChunks(void) const 168 168 { … … 170 170 } 171 171 172 inline MFMaterialChunk Ptr const &172 inline MFMaterialChunkInternalRefPtr const & 173 173 VTKMapperBase::getMaterialChunks (void) const 174 174 { … … 185 185 /* Field MFPositions (Pointer field) */ 186 186 187 inline MFGeoPnt3fProperty Ptr const *187 inline MFGeoPnt3fPropertyInternalRefPtr const * 188 188 VTKMapperBase::getMFPositions(void) const 189 189 { … … 191 191 } 192 192 193 inline MFGeoPnt3fProperty Ptr const &193 inline MFGeoPnt3fPropertyInternalRefPtr const & 194 194 VTKMapperBase::getPositions (void) const 195 195 { … … 206 206 /* Field MFLength (Pointer field) */ 207 207 208 inline MFGeoUInt32Property Ptr const *208 inline MFGeoUInt32PropertyInternalRefPtr const * 209 209 VTKMapperBase::getMFLength(void) const 210 210 { … … 212 212 } 213 213 214 inline MFGeoUInt32Property Ptr const &214 inline MFGeoUInt32PropertyInternalRefPtr const & 215 215 VTKMapperBase::getLength (void) const 216 216 { … … 227 227 /* Field MFTypes (Pointer field) */ 228 228 229 inline MFGeoUInt8Property Ptr const *229 inline MFGeoUInt8PropertyInternalRefPtr const * 230 230 VTKMapperBase::getMFTypes(void) const 231 231 { … … 233 233 } 234 234 235 inline MFGeoUInt8Property Ptr const &235 inline MFGeoUInt8PropertyInternalRefPtr const & 236 236 VTKMapperBase::getTypes (void) const 237 237 { … … 248 248 /* Field MFColors (Pointer field) */ 249 249 250 inline MFGeoColor4fProperty Ptr const *250 inline MFGeoColor4fPropertyInternalRefPtr const * 251 251 VTKMapperBase::getMFColors(void) const 252 252 { … … 254 254 } 255 255 256 inline MFGeoColor4fProperty Ptr const &256 inline MFGeoColor4fPropertyInternalRefPtr const & 257 257 VTKMapperBase::getColors (void) const 258 258 { … … 269 269 /* Field MFNormals (Pointer field) */ 270 270 271 inline MFGeoVec3fProperty Ptr const *271 inline MFGeoVec3fPropertyInternalRefPtr const * 272 272 VTKMapperBase::getMFNormals(void) const 273 273 { … … 275 275 } 276 276 277 inline MFGeoVec3fProperty Ptr const &277 inline MFGeoVec3fPropertyInternalRefPtr const & 278 278 VTKMapperBase::getNormals (void) const 279 279 { … … 358 358 359 359 360 inline 361 Char8 *VTKMapperBase::getClassname(void)360 inline Char8 const * 361 VTKMapperBase::getClassname(void) 362 362 { 363 363 return "VTKMapper";
