#include <mitkResliceMethodProperty.h>


Public Types | |
| typedef ResliceMethodProperty | Self |
| typedef EnumerationProperty | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
| virtual const char * | GetClassName () const |
Static Public Member Functions | |
| static Pointer | New () |
| static Pointer | New (const IdType &_arg) |
| static Pointer | New (const std::string &_arg) |
Protected Member Functions | |
| ResliceMethodProperty () | |
| ResliceMethodProperty (const IdType &value) | |
| ResliceMethodProperty (const std::string &value) | |
| void | AddThickSlicesTypes () |
Encapsulates the thick slices method enumeration
Definition at line 29 of file mitkResliceMethodProperty.h.
| typedef itk::SmartPointer<const Self> mitk::ResliceMethodProperty::ConstPointer |
Reimplemented from mitk::EnumerationProperty.
Definition at line 33 of file mitkResliceMethodProperty.h.
| typedef itk::SmartPointer<Self> mitk::ResliceMethodProperty::Pointer |
Reimplemented from mitk::EnumerationProperty.
Definition at line 33 of file mitkResliceMethodProperty.h.
Reimplemented from mitk::EnumerationProperty.
Definition at line 33 of file mitkResliceMethodProperty.h.
Reimplemented from mitk::EnumerationProperty.
Definition at line 33 of file mitkResliceMethodProperty.h.
| mitk::ResliceMethodProperty::ResliceMethodProperty | ( | ) | [protected] |
Definition at line 20 of file mitkResliceMethodProperty.cpp.
References AddThickSlicesTypes(), and mitk::EnumerationProperty::SetValue().
{
AddThickSlicesTypes();
SetValue( (IdType)0 );
}
| mitk::ResliceMethodProperty::ResliceMethodProperty | ( | const IdType & | value ) | [protected] |
Definition at line 26 of file mitkResliceMethodProperty.cpp.
{
AddThickSlicesTypes();
if ( IsValidEnumerationValue( value ) )
SetValue( value );
}
| mitk::ResliceMethodProperty::ResliceMethodProperty | ( | const std::string & | value ) | [protected] |
Definition at line 33 of file mitkResliceMethodProperty.cpp.
{
AddThickSlicesTypes();
if ( IsValidEnumerationValue( value ) )
SetValue( value );
}
| void mitk::ResliceMethodProperty::AddThickSlicesTypes | ( | ) | [protected] |
Definition at line 40 of file mitkResliceMethodProperty.cpp.
Referenced by ResliceMethodProperty().
| virtual const char* mitk::ResliceMethodProperty::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::EnumerationProperty.
| static Pointer mitk::ResliceMethodProperty::New | ( | const std::string & | _arg ) | [inline, static] |
Definition at line 36 of file mitkResliceMethodProperty.h.
:
Definition at line 35 of file mitkResliceMethodProperty.h.
| static Pointer mitk::ResliceMethodProperty::New | ( | ) | [static] |
Reimplemented from mitk::EnumerationProperty.
Referenced by mitk::BaseRenderer::BaseRenderer(), and QmitkRenderWindowMenu::OnTSNumChanged().
1.7.2