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

#include <mitkProperties.h>

Inheritance diagram for mitk::UShortProperty:
Collaboration diagram for mitk::UShortProperty:

Public Types

typedef UShortProperty Self
 
typedef GenericProperty< unsigned short > Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
- Public Types inherited from mitk::GenericProperty< unsigned short >
typedef GenericProperty Self
 
typedef BaseProperty Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef unsigned short ValueType
 
- 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::GenericProperty< unsigned short >
Pointer Clone () const
 
virtual void SetValue (unsigned short_arg)
 
virtual unsigned short GetValue () const
 
virtual std::string GetValueAsString () const override
 
- 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...
 

Static Public Member Functions

static const char * GetStaticNameOfClass ()
 
static Pointer New ()
 
static Pointer New (unsigned short _arg)
 
- Static Public Member Functions inherited from mitk::GenericProperty< unsigned short >
static const char * GetStaticNameOfClass ()
 
static Pointer New (unsigned short_arg)
 
- Static Public Member Functions inherited from mitk::BaseProperty
static const char * GetStaticNameOfClass ()
 

Protected Member Functions

 UShortProperty ()
 
 UShortProperty (const UShortProperty &)
 
 UShortProperty (unsigned short x)
 
- Protected Member Functions inherited from mitk::GenericProperty< unsigned short >
 GenericProperty ()
 
 GenericProperty (unsigned shortx)
 
 GenericProperty (const GenericProperty &other)
 
- 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...
 
- Protected Attributes inherited from mitk::GenericProperty< unsigned short >
unsigned short m_Value
 

Detailed Description

Definition at line 32 of file mitkProperties.h.

Member Typedef Documentation

Definition at line 32 of file mitkProperties.h.

Definition at line 32 of file mitkProperties.h.

Definition at line 32 of file mitkProperties.h.

Constructor & Destructor Documentation

mitk::UShortProperty::UShortProperty ( )
protected
mitk::UShortProperty::UShortProperty ( const UShortProperty )
protected
mitk::UShortProperty::UShortProperty ( unsigned short  x)
protected

Member Function Documentation

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

Reimplemented from mitk::GenericProperty< unsigned short >.

Definition at line 32 of file mitkProperties.h.

virtual const char* mitk::UShortProperty::GetClassName ( ) const
virtual
static const char* mitk::UShortProperty::GetStaticNameOfClass ( )
inlinestatic

Definition at line 32 of file mitkProperties.h.

static Pointer mitk::UShortProperty::New ( unsigned short  _arg)
inlinestatic

Definition at line 32 of file mitkProperties.h.

static Pointer mitk::UShortProperty::New ( )
static

Referenced by mitk::Label::SetValue().


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