7 #ifndef __FWMEDDATATOOLS_MODELSERIES_HPP__ 8 #define __FWMEDDATATOOLS_MODELSERIES_HPP__ 10 #include "fwMedDataTools/config.hpp" 12 #include <fwData/Color.hpp> 13 #include <fwData/Material.hpp> 14 #include <fwData/Mesh.hpp> 15 #include <fwData/Reconstruction.hpp> 17 #include <fwMedData/ModelSeries.hpp> 37 FWMEDDATATOOLS_API
static void addReconstruction( ::fwMedData::ModelSeries::sptr& _modelSeries,
38 ::fwData::Reconstruction::sptr& _rec);
50 FWMEDDATATOOLS_API static ::fwData::Reconstruction::sptr
52 const std::string& _organName,
53 const std::string& _structureType,
54 const ::fwData::Color::sptr& _color = ::fwData::Color::New(),
56 bool _visible =
true);
68 FWMEDDATATOOLS_API
static void 69 addMesh( ::fwMedData::ModelSeries::sptr& _modelSeries,
70 const ::fwData::Mesh::sptr& _mesh,
71 const std::string& _organName,
const std::string& _structureType,
72 const ::fwData::Color::sptr& _color = ::fwData::Color::New(),
74 bool _visible =
true);
79 #endif // __FWMEDDATATOOLS_MODELSERIES_HPP__
RepresentationType
Representation models.