Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Predicate that evaluates if the given node is a direct or indirect source node of a specific node. More...
#include <mitkNodePredicateSource.h>
Public Types | |
typedef NodePredicateSource | Self |
typedef NodePredicateBase | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Types inherited from mitk::NodePredicateBase | |
typedef NodePredicateBase | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const override |
virtual const char * | GetClassName () const |
virtual | ~NodePredicateSource () |
Standard Destructor. More... | |
virtual bool | CheckNode (const mitk::DataNode *childNode) const override |
Checks, if m_BaseNode is a source node of childNode (e.g. if childNode "was created from" m_BaseNode) More... | |
Public Member Functions inherited from mitk::NodePredicateBase | |
virtual | ~NodePredicateBase () |
Standard Destructor. More... | |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New (mitk::DataNode *_arga, bool _argb, mitk::DataStorage *_argc) |
Static Public Member Functions inherited from mitk::NodePredicateBase | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
NodePredicateSource (mitk::DataNode *n, bool allsources, mitk::DataStorage *ds) | |
Constructor - This class can either search only for direct source objects or for all source objects. More... | |
Protected Attributes | |
mitk::WeakPointer< mitk::DataNode > | m_BaseNode |
bool | m_SearchAllSources |
mitk::WeakPointer< mitk::DataStorage > | m_DataStorage |
Predicate that evaluates if the given node is a direct or indirect source node of a specific node.
Definition at line 34 of file mitkNodePredicateSource.h.
typedef itk::SmartPointer<const Self> mitk::NodePredicateSource::ConstPointer |
Definition at line 37 of file mitkNodePredicateSource.h.
Definition at line 37 of file mitkNodePredicateSource.h.
Definition at line 37 of file mitkNodePredicateSource.h.
Definition at line 37 of file mitkNodePredicateSource.h.
|
virtual |
Standard Destructor.
Definition at line 24 of file mitkNodePredicateSource.cpp.
|
protected |
Constructor - This class can either search only for direct source objects or for all source objects.
Definition at line 19 of file mitkNodePredicateSource.cpp.
|
overridevirtual |
Checks, if m_BaseNode is a source node of childNode (e.g. if childNode "was created from" m_BaseNode)
Implements mitk::NodePredicateBase.
Definition at line 28 of file mitkNodePredicateSource.cpp.
References m_DataStorage.
|
inlineoverridevirtual |
Reimplemented from mitk::NodePredicateBase.
Definition at line 37 of file mitkNodePredicateSource.h.
|
virtual |
Reimplemented from mitk::NodePredicateBase.
|
inlinestatic |
Definition at line 37 of file mitkNodePredicateSource.h.
|
inlinestatic |
Definition at line 38 of file mitkNodePredicateSource.h.
Referenced by mitkNodePredicateSourceTest().
|
protected |
Definition at line 53 of file mitkNodePredicateSource.h.
|
protected |
Definition at line 55 of file mitkNodePredicateSource.h.
|
protected |
Definition at line 54 of file mitkNodePredicateSource.h.