Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryIExtensionPointFilter.h>
Classes | |
struct | Concept |
Public Member Functions | |
IExtensionPointFilter (const Concept *c) | |
bool | IsNull () const |
const Concept * | GetConcept () const |
bool | Matches (const IExtensionPoint *target) const |
A filter compares the given object to some pattern and returns true
if the two match and false
otherwise.
This interface may be implemented by clients, however factory methods are available on IExtensionTracker.
Definition at line 32 of file berryIExtensionPointFilter.h.
berry::IExtensionPointFilter::IExtensionPointFilter | ( | const Concept * | c | ) |
const Concept* berry::IExtensionPointFilter::GetConcept | ( | ) | const |
bool berry::IExtensionPointFilter::IsNull | ( | ) | const |
bool berry::IExtensionPointFilter::Matches | ( | const IExtensionPoint * | target | ) | const |
Return true
if the given object matches the criteria for this filter.
target | the object to match |
true
if the target matches this filter and false
otherwise