Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::GroupTagProperty Class Reference

Property class that has no value. More...

#include <mitkGroupTagProperty.h>

Inheritance diagram for mitk::GroupTagProperty:
Collaboration diagram for mitk::GroupTagProperty:

Public Types

typedef GroupTagProperty Self
 
typedef BaseProperty Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
- Public Types inherited from mitk::BaseProperty
typedef BaseProperty Self
 
typedef itk::Object Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 

Public Member Functions

virtual std::vector< std::string > GetClassHierarchy () const override
 
virtual const char * GetClassName () const
 
Pointer Clone () const
 
- Public Member Functions inherited from mitk::BaseProperty
Pointer Clone () const
 
bool operator== (const BaseProperty &property) const
 Subclasses must implement IsEqual(const BaseProperty&) to support comparison. More...
 
BasePropertyoperator= (const BaseProperty &property)
 Assigns property to this BaseProperty instance. More...
 
bool AssignProperty (const BaseProperty &property)
 Assigns property to this BaseProperty instance. More...
 
virtual std::string GetValueAsString () const
 

Static Public Member Functions

static const char * GetStaticNameOfClass ()
 
static Pointer New ()
 
- Static Public Member Functions inherited from mitk::BaseProperty
static const char * GetStaticNameOfClass ()
 

Protected Member Functions

 GroupTagProperty ()
 
 GroupTagProperty (const GroupTagProperty &)
 
- Protected Member Functions inherited from mitk::BaseProperty
 BaseProperty ()
 
 BaseProperty (const BaseProperty &other)
 
virtual ~BaseProperty ()
 

Additional Inherited Members

- Static Public Attributes inherited from mitk::BaseProperty
static const std::string VALUE_CANNOT_BE_CONVERTED_TO_STRING
 Default return value if a property which can not be returned as string. More...
 

Detailed Description

Property class that has no value.

The GroupTag property is used to tag a datatree node to show, that it is member of a group of datatree nodes. This can be used to build groups of datatreenodes without the need to contain them in a specific hiearchic order in the datatree

Definition at line 37 of file mitkGroupTagProperty.h.

Member Typedef Documentation

Constructor & Destructor Documentation

mitk::GroupTagProperty::GroupTagProperty ( )
protected

Definition at line 19 of file mitkGroupTagProperty.cpp.

mitk::GroupTagProperty::GroupTagProperty ( const GroupTagProperty other)
protected

Definition at line 23 of file mitkGroupTagProperty.cpp.

Member Function Documentation

Pointer mitk::GroupTagProperty::Clone ( ) const
virtual std::vector<std::string> mitk::GroupTagProperty::GetClassHierarchy ( ) const
inlineoverridevirtual

Reimplemented from mitk::BaseProperty.

Definition at line 40 of file mitkGroupTagProperty.h.

virtual const char* mitk::GroupTagProperty::GetClassName ( ) const
virtual

Reimplemented from mitk::BaseProperty.

static const char* mitk::GroupTagProperty::GetStaticNameOfClass ( )
inlinestatic

Definition at line 40 of file mitkGroupTagProperty.h.

static Pointer mitk::GroupTagProperty::New ( )
static

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