- Timestamp:
- 10/21/07 16:27:52 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/Contrib/VTK/OSGVTKMapperBase.cpp
r976 r979 2129 2129 this->getType().getFieldDesc(RootFieldId))); 2130 2130 2131 returnValue->setSetMethod(boost::bind(&VTKMapper::setRoot,2132 static_cast<VTKMapper *>(this), _1));2131 // returnValue->setSetMethod(boost::bind(&VTKMapper::setRoot, 2132 // static_cast<VTKMapper *>(this), _1)); 2133 2133 2134 2134 editSField(RootFieldMask); … … 2153 2153 this->getType().getFieldDesc(GeoRootsFieldId))); 2154 2154 2155 returnValue->setAddMethod(boost::bind(&VTKMapper::addGeoRoots,2156 static_cast<VTKMapper *>(this), _1));2155 // returnValue->setAddMethod(boost::bind(&VTKMapper::addGeoRoots, 2156 // static_cast<VTKMapper *>(this), _1)); 2157 2157 2158 2158 editMField(GeoRootsFieldMask, _mfGeoRoots); … … 2177 2177 this->getType().getFieldDesc(GeometriesFieldId))); 2178 2178 2179 returnValue->setAddMethod(boost::bind(&VTKMapper::addGeometries,2180 static_cast<VTKMapper *>(this), _1));2179 // returnValue->setAddMethod(boost::bind(&VTKMapper::addGeometries, 2180 // static_cast<VTKMapper *>(this), _1)); 2181 2181 2182 2182 editMField(GeometriesFieldMask, _mfGeometries); … … 2201 2201 this->getType().getFieldDesc(MaterialsFieldId))); 2202 2202 2203 returnValue->setAddMethod(boost::bind(&VTKMapper::addMaterials,2204 static_cast<VTKMapper *>(this), _1));2203 // returnValue->setAddMethod(boost::bind(&VTKMapper::addMaterials, 2204 // static_cast<VTKMapper *>(this), _1)); 2205 2205 2206 2206 editMField(MaterialsFieldMask, _mfMaterials); … … 2225 2225 this->getType().getFieldDesc(MaterialChunksFieldId))); 2226 2226 2227 returnValue->setAddMethod(boost::bind(&VTKMapper::addMaterialChunks,2228 static_cast<VTKMapper *>(this), _1));2227 // returnValue->setAddMethod(boost::bind(&VTKMapper::addMaterialChunks, 2228 // static_cast<VTKMapper *>(this), _1)); 2229 2229 2230 2230 editMField(MaterialChunksFieldMask, _mfMaterialChunks); … … 2249 2249 this->getType().getFieldDesc(PositionsFieldId))); 2250 2250 2251 returnValue->setAddMethod(boost::bind(&VTKMapper::addPositions,2252 static_cast<VTKMapper *>(this), _1));2251 // returnValue->setAddMethod(boost::bind(&VTKMapper::addPositions, 2252 // static_cast<VTKMapper *>(this), _1)); 2253 2253 2254 2254 editMField(PositionsFieldMask, _mfPositions); … … 2273 2273 this->getType().getFieldDesc(LengthFieldId))); 2274 2274 2275 returnValue->setAddMethod(boost::bind(&VTKMapper::addLength,2276 static_cast<VTKMapper *>(this), _1));2275 // returnValue->setAddMethod(boost::bind(&VTKMapper::addLength, 2276 // static_cast<VTKMapper *>(this), _1)); 2277 2277 2278 2278 editMField(LengthFieldMask, _mfLength); … … 2297 2297 this->getType().getFieldDesc(TypesFieldId))); 2298 2298 2299 returnValue->setAddMethod(boost::bind(&VTKMapper::addTypes,2300 static_cast<VTKMapper *>(this), _1));2299 // returnValue->setAddMethod(boost::bind(&VTKMapper::addTypes, 2300 // static_cast<VTKMapper *>(this), _1)); 2301 2301 2302 2302 editMField(TypesFieldMask, _mfTypes); … … 2321 2321 this->getType().getFieldDesc(ColorsFieldId))); 2322 2322 2323 returnValue->setAddMethod(boost::bind(&VTKMapper::addColors,2324 static_cast<VTKMapper *>(this), _1));2323 // returnValue->setAddMethod(boost::bind(&VTKMapper::addColors, 2324 // static_cast<VTKMapper *>(this), _1)); 2325 2325 2326 2326 editMField(ColorsFieldMask, _mfColors); … … 2345 2345 this->getType().getFieldDesc(NormalsFieldId))); 2346 2346 2347 returnValue->setAddMethod(boost::bind(&VTKMapper::addNormals,2348 static_cast<VTKMapper *>(this), _1));2347 // returnValue->setAddMethod(boost::bind(&VTKMapper::addNormals, 2348 // static_cast<VTKMapper *>(this), _1)); 2349 2349 2350 2350 editMField(NormalsFieldMask, _mfNormals);
