fw4spl
fwAtomsFilter::IFilter Class Referenceabstract

Removes atom attributes which are not managed by a context. More...

#include <IFilter.hpp>

+ Inheritance diagram for fwAtomsFilter::IFilter:
+ Collaboration diagram for fwAtomsFilter::IFilter:

Classes

class  Registrar
 Class used to register a class factory in factory registry. This class defines also the object factory ( 'create' ) More...
 

Public Types

typedef ::fwAtomsFilter::factory::Key Key
 Factory key used by IFilter implementations.
 

Public Member Functions

virtual bool isA (const std::string &type) const override
 
FWATOMSFILTER_API IFilter ()
 Constructor.
 
virtual FWATOMSFILTER_API ~IFilter ()
 Destructor.
 
virtual FWATOMSFILTER_API void apply (const std::shared_ptr< ::fwAtoms::Object > &object)=0
 Applies the filter onto the specified object.
 
- Public Member Functions inherited from fwCore::BaseObject

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 
- Static Public Member Functions inherited from 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
 

Demangling methods

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
 

Detailed Description

Removes atom attributes which are not managed by a context.

Definition at line 32 of file core/fwAtomsFilter/include/fwAtomsFilter/IFilter.hpp.


The documentation for this class was generated from the following files: