7 #ifndef __FWDATACAMP_GETOBJECT_HPP__ 8 #define __FWDATACAMP_GETOBJECT_HPP__ 15 #include "fwDataCamp/config.hpp" 36 const
std::
string & path,
37 bool raiseException = false);
42 template< class DATATYPE >
44 const
std::
string & path,
45 bool raiseException = false )
48 SPTR(DATATYPE) casteDdata = ::std::dynamic_pointer_cast<DATATYPE>( subObject );
55 #endif // __FWDATACAMP_GETOBJECT_HPP__
This file defines fwCore base macros.
FWDATACAMP_API std::shared_ptr< ::fwData::Object > getObject(std::shared_ptr< const ::fwData::Object > object, const std::string &path, bool raiseException=false)
Returns the object designated by the given path within given object.
This namespace contains data object descriptions used for introspection.
Base class for each data object.
Contains the representation of the data objects used in the framework.