fw4spl
|
This namespace contains data object descriptions used for introspection. More...
Namespaces | |
exception | |
This namespace contains exceptions related to data objects introspection. | |
visitor | |
This namespace contains visitors used to perform various operations with data objects. | |
Classes | |
struct | runner |
struct | Version |
Class to manage fwDataCamp version. More... | |
Functions | |
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. More... | |
::fwData::Object::sptr | getObject (::fwData::Object::csptr object, const std::string &path, bool raiseException) |
This namespace contains data object descriptions used for introspection.
std::shared_ptr< DATATYPE > fwDataCamp::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.
object | object to visit |
path | path of desired object |
raiseException | raise exceptions if set to true |
Definition at line 43 of file getObject.hpp.
References getObject(), and SPTR.
Referenced by getObject().