NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Protected Member Functions | List of all members
niftk::NamedLookupTableProperty Class Reference

Provides a property so we can see the lookup table name in the property window. More...

Inheritance diagram for niftk::NamedLookupTableProperty:
Inheritance graph
[legend]
Collaboration diagram for niftk::NamedLookupTableProperty:
Collaboration graph
[legend]

Public Member Functions

 mitkClassMacro (NamedLookupTableProperty, mitk::LookupTableProperty) static Pointer New()
 
 mitkNewMacro2Param (NamedLookupTableProperty, const std::string &, const mitk::LookupTable::Pointer) mitkNewMacro3Param(NamedLookupTableProperty
 
const std::string const
virtual bool std::string 
GetValueAsString () const override
 
virtual void SetName (const char *_arg)
 
virtual const char * GetName () const
 
virtual void SetIsScaled (bool _arg)
 
virtual bool GetIsScaled () const
 
virtual void IsScaledOn ()
 
virtual void IsScaledOff ()
 

Protected Member Functions

virtual ~NamedLookupTableProperty ()
 
 NamedLookupTableProperty ()
 
 NamedLookupTableProperty (const NamedLookupTableProperty &other)
 
 NamedLookupTableProperty (const std::string &name, const mitk::LookupTable::Pointer lut)
 
 NamedLookupTableProperty (const std::string &name, const mitk::LookupTable::Pointer lut, bool scale)
 

Detailed Description

Provides a property so we can see the lookup table name in the property window.

Constructor & Destructor Documentation

niftk::NamedLookupTableProperty::~NamedLookupTableProperty ( )
protectedvirtual
niftk::NamedLookupTableProperty::NamedLookupTableProperty ( )
protected
niftk::NamedLookupTableProperty::NamedLookupTableProperty ( const NamedLookupTableProperty other)
protected
niftk::NamedLookupTableProperty::NamedLookupTableProperty ( const std::string name,
const mitk::LookupTable::Pointer  lut 
)
protected
niftk::NamedLookupTableProperty::NamedLookupTableProperty ( const std::string name,
const mitk::LookupTable::Pointer  lut,
bool  scale 
)
protected

Member Function Documentation

virtual bool niftk::NamedLookupTableProperty::GetIsScaled ( ) const
virtual
virtual const char* niftk::NamedLookupTableProperty::GetName ( ) const
virtual
std::string niftk::NamedLookupTableProperty::GetValueAsString ( ) const
overridevirtual
virtual void niftk::NamedLookupTableProperty::IsScaledOff ( )
virtual
virtual void niftk::NamedLookupTableProperty::IsScaledOn ( )
virtual
niftk::NamedLookupTableProperty::mitkClassMacro ( NamedLookupTableProperty  ,
mitk::LookupTableProperty   
)
niftk::NamedLookupTableProperty::mitkNewMacro2Param ( NamedLookupTableProperty  ,
const std::string ,
const mitk::LookupTable::Pointer   
)
virtual void niftk::NamedLookupTableProperty::SetIsScaled ( bool  _arg)
virtual
virtual void niftk::NamedLookupTableProperty::SetName ( const char *  _arg)
virtual

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