7 #include "fwDataIO/writer/TransformationMatrix3DWriter.hpp" 9 #include "fwDataIO/writer/registry/macros.hpp" 11 #include <boost/filesystem/convenience.hpp> 43 file.open(
getFile().
string().c_str(), std::fstream::out);
49 ::fwData::TransformationMatrix3D::TMCoefArray mat = this->
getConcreteObject()->getCoefficients();
56 if (i%4 == 0 && i != 16)
73 static std::string ext(
".trf");
This namespace fwDataIO contains reader and writer for several framework's data.
virtual std::shared_ptr< const DataType > getConcreteObject() const
m_object getter.
#define OSLM_TRACE(message)
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
#define OSLM_ERROR(message)
Base class for all object writers.
ILocation::PathType getFile()
Get file system path.
Contains the representation of the data objects used in the framework.