|
static bool | isTypeOf (const std::string &type) |
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | classname () |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
template<class , class , class > |
class | ::fwTools::ClassFactory |
|
class | ::fwTools::Factory |
|
|
virtual const std::string & | getLeafClassname () const override |
| return object's classname without its namespace, i.e. BaseObject
|
|
virtual const std::string & | getClassname () const override |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
typedef ::fwData::Image | DataType |
| the object type related
|
|
typedef std::function< void(std::uint64_t) > | ProgressCallback |
|
typedef std::function< void() > | CancelCallback |
|
typedef ::fwDataIO::reader::factory::Key | Key |
|
typedef ::boost::signals2::signal< void(float, std::string) > | ProgessSignal |
| define a boost signal signature for the ProgessHandler
|
|
typedef ProgessSignal::slot_type | ProgessHandler |
| define the ProgessHandler type
|
|
FWDATAIO_API | IObjectReader () |
| Constructor. Do nothing.
|
|
virtual FWDATAIO_API | ~IObjectReader () |
| Destructor. Do nothing.
|
|
::fwTools::Object::wptr | m_object |
| Object result of reading process. More...
|
|
::fwData::location::ILocation::sptr | m_location |
| Object location ( file path, directory path, url, etc )
|
|
ProgessSignal | m_progressSignal |
| to notify progress simply use m_progressSignal( percent,msg ) to notify to Handler
|
|
void fwItkIO::ImageReader::read |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: