27 Superclass::Initialize(other);
34 bool showResult(
true);
54 return image.IsNotNull() && groupNode.IsNotNull();
67 node->
GetData()->DisconnectPipeline();
79 return groupNode.GetPointer();
89 return m_DataStorage->GetNamedDerivedNode(name, groupNode,
true);
DataNode * GetGroupNode()
void InsertBelowGroupNode(mitk::DataNode *node)
DataCollection - Class to facilitate loading/accessing structured data.
void SetParameter(const char *parameter, const T &value)
For any kind of normal types.
BaseData * GetData() const
Get the data object (instance of BaseData, e.g., an Image) managed by this DataNode.
WeakPointer< DataStorage > m_DataStorage
virtual void Initialize(const NonBlockingAlgorithm *other=nullptr) override
virtual ~SegmentationSink()
static RenderingManager * GetInstance()
virtual bool ThreadedUpdateFunction() override
virtual bool ReadyToRun() override
void UnDefineTriggerParameter(const char *)
DataNode * LookForPointerTargetBelowGroupNode(const char *name)
void SetPointerParameter(const char *parameter, const itk::SmartPointer< T > &value)
For any kind of smart pointers.
void GetPointerParameter(const char *parameter, itk::SmartPointer< T > &value) const
void GetParameter(const char *parameter, T &value) const
void RequestUpdateAll(RequestType type=REQUEST_UPDATE_ALL)
Class for nodes of the DataTree.