fw4spl
fwAtomConversion::mapper::AttachmentSeries Class Reference

Specific mapper used to convert a fwMedData::AttachmentSeries. More...

#include <AttachmentSeries.hpp>

+ Inheritance diagram for fwAtomConversion::mapper::AttachmentSeries:
+ Collaboration diagram for fwAtomConversion::mapper::AttachmentSeries:

Public Member Functions

virtual FWATOMCONVERSION_API std::shared_ptr< ::fwAtoms::Objectconvert (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::Objectconvert (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...
 

Detailed Description

Specific mapper used to convert a fwMedData::AttachmentSeries.

Definition at line 33 of file fwAtomConversion/include/fwAtomConversion/mapper/AttachmentSeries.hpp.

Member Function Documentation

virtual FWATOMCONVERSION_API std::shared_ptr< ::fwAtoms::Object > fwAtomConversion::mapper::AttachmentSeries::convert ( std::shared_ptr< ::fwData::Object object,
DataVisitor::AtomCacheType &  cache 
)
virtual

Convert a fwData::Object to a fwAtoms::Object.

Parameters
objectdata to convert. It must be a fwMedData::AttachmentSeries.
cachecache to register the data already converted, used when a data is referenced multiple times.

Implements fwAtomConversion::mapper::Base.

virtual FWATOMCONVERSION_API std::shared_ptr< ::fwData::Object > fwAtomConversion::mapper::AttachmentSeries::convert ( std::shared_ptr< ::fwAtoms::Object atom,
AtomVisitor::DataCacheType &  cache,
const AtomVisitor::IReadPolicy uuidPolicy 
)
virtual

Convert a fwAtoms::Object to a fwData::Object (which represent a fwMedData::AttachmentSeries).

Parameters
atomatom to convert
cachecache to register the atoms already converted, used when an atom is referenced multiple times.
uuidPolicyAtomVisitor policy

Implements fwAtomConversion::mapper::Base.


The documentation for this class was generated from the following file: