7 #ifndef __FWATOMCONVERSION_MAPPER_GRAPH_HPP__ 8 #define __FWATOMCONVERSION_MAPPER_GRAPH_HPP__ 11 #include "fwAtomConversion/AtomVisitor.hpp" 12 #include "fwAtomConversion/config.hpp" 13 #include "fwAtomConversion/mapper/Base.hpp" 39 class FWATOMCONVERSION_CLASS_API
Graph :
public Base 49 DataVisitor::AtomCacheType & cache );
58 AtomVisitor::DataCacheType & cache,
fwAtoms contains basic objects to represent any other kind of object
This namespace contains the necessary class for fwData <-> fwAtoms conversion.
Specific mapper used to convert a fwData::Graph.
Visitor UUID Management policies.
Class represented a fwData::Object.
FWATOMCONVERSION_API std::shared_ptr< ::fwAtoms::Object > convert(const std::shared_ptr< ::fwData::Object > &data)
Helper to convert a fwData::Object to a fwAtoms::Object.
Base class for each data object.
Contains the representation of the data objects used in the framework.
Base class of custom mapper between fwData and fwAtoms.