fw4spl
|
Specific mapper used to convert a fwMedData::AttachmentSeries. More...
#include <AttachmentSeries.hpp>
Public Member Functions | |
virtual FWATOMCONVERSION_API std::shared_ptr< ::fwAtoms::Object > | convert (std::shared_ptr< ::fwData::Object > object, DataVisitor::AtomCacheType &cache) |
Convert a fwData::Object to a fwAtoms::Object. More... | |
virtual FWATOMCONVERSION_API std::shared_ptr< ::fwData::Object > | convert (std::shared_ptr< ::fwAtoms::Object > atom, AtomVisitor::DataCacheType &cache, const AtomVisitor::IReadPolicy &uuidPolicy) |
Convert a fwAtoms::Object to a fwData::Object (which represent a fwMedData::AttachmentSeries). More... | |
Specific mapper used to convert a fwMedData::AttachmentSeries.
Definition at line 33 of file fwAtomConversion/include/fwAtomConversion/mapper/AttachmentSeries.hpp.
|
virtual |
Convert a fwData::Object to a fwAtoms::Object.
object | data to convert. It must be a fwMedData::AttachmentSeries. |
cache | cache to register the data already converted, used when a data is referenced multiple times. |
Implements fwAtomConversion::mapper::Base.
|
virtual |
Convert a fwAtoms::Object to a fwData::Object (which represent a fwMedData::AttachmentSeries).
atom | atom to convert |
cache | cache to register the atoms already converted, used when an atom is referenced multiple times. |
uuidPolicy | AtomVisitor policy |
Implements fwAtomConversion::mapper::Base.