|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkProperties.h>


Public Types | |
| typedef IntProperty | Self |
| typedef GenericProperty< int > | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
Public Types inherited from mitk::GenericProperty< int > | |
| typedef GenericProperty | Self |
| typedef BaseProperty | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef int | ValueType |
Public Types inherited from mitk::BaseProperty | |
| typedef BaseProperty | Self |
| typedef itk::Object | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
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< int > | |
| Pointer | Clone () const |
| virtual void | SetValue (int _arg) |
| virtual int | GetValue () const |
| 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... | |
| BaseProperty & | operator= (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 (int _arg) |
Static Public Member Functions inherited from mitk::GenericProperty< int > | |
| static const char * | GetStaticNameOfClass () |
| static Pointer | New (int _arg) |
Static Public Member Functions inherited from mitk::BaseProperty | |
| static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
| IntProperty () | |
| IntProperty (const IntProperty &) | |
| IntProperty (int x) | |
Protected Member Functions inherited from mitk::GenericProperty< int > | |
| GenericProperty () | |
| GenericProperty (int x) | |
| GenericProperty (const GenericProperty &other) | |
Protected Member Functions inherited from mitk::BaseProperty | |
| BaseProperty () | |
| BaseProperty (const BaseProperty &other) | |
| ~BaseProperty () override | |
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< int > | |
| int | m_Value |
Definition at line 24 of file mitkProperties.h.
| typedef itk::SmartPointer<const Self> mitk::IntProperty::ConstPointer |
Definition at line 24 of file mitkProperties.h.
Definition at line 24 of file mitkProperties.h.
| typedef IntProperty mitk::IntProperty::Self |
Definition at line 24 of file mitkProperties.h.
| typedef GenericProperty< int > mitk::IntProperty::Superclass |
Definition at line 24 of file mitkProperties.h.
|
protected |
|
protected |
|
protected |
| Pointer mitk::IntProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::GenericProperty< int >.
Definition at line 24 of file mitkProperties.h.
|
virtual |
Reimplemented from mitk::GenericProperty< int >.
|
inlinestatic |
Definition at line 24 of file mitkProperties.h.
|
inlinestatic |
Definition at line 24 of file mitkProperties.h.
|
static |
Referenced by AddDisplayPlaneSubTree(), mitk::InteractionTestHelper::AddDisplayPlaneSubTree(), mitk::BaseRenderer::BaseRenderer(), mitk::BoundingShapeInteractor::CheckOverHandles(), mitk::LiveWireTool2D::ClearSegmentation(), mitk::NavigationToolWriter::ConvertToDataNode(), mitk::Tool::CreateSegmentationNode(), mitk::BoundingShapeInteractor::DataNodeChanged(), mitk::BoundingShapeInteractor::DeselectHandles(), mitk::FeedbackContourTool::FeedbackContourTool(), mitk::UnstructuredGridMapper2D::GenerateDataForRenderer(), mitk::USImageSource::GetNextImage(), Step6::Initialize(), QmitkStdMultiWidget::InitializeMultiWidget(), main(), mitkActionTest(), mitkPropertyListTest(), mitkPropertySerializationTest(), QmitkRenderWindowMenu::OnTSNumChanged(), mitk::PickingTool::PickingTool(), mitk::PropertyListsXmlFileReaderAndWriter::PropertyFromXmlElem(), QmitkSliceBasedInterpolatorWidget::QmitkSliceBasedInterpolatorWidget(), QmitkSlicesInterpolator::QmitkSlicesInterpolator(), mitk::BoundingShapeInteractor::RestoreNodeProperties(), QmitkAdaptiveRegionGrowingToolGUI::RunSegmentation(), mitk::UnstructuredGridVtkMapper3D::SetDefaultProperties(), mitk::PlaneGeometryDataMapper2D::SetDefaultProperties(), mitk::SurfaceVtkMapper2D::SetDefaultProperties(), mitk::EnhancedPointSetVtkMapper3D::SetDefaultProperties(), mitk::PointSetVtkMapper3D::SetDefaultProperties(), mitk::PlanarFigureMapper2D::SetDefaultProperties(), mitk::PointSetVtkMapper2D::SetDefaultProperties(), mitk::Mapper::SetDefaultProperties(), mitk::RegEvaluationMapper2D::SetDefaultProperties(), mitk::ImageVtkMapper2D::SetDefaultProperties(), mitk::DoseImageVtkMapper2D::SetDefaultProperties(), mitk::ToFImageGrabber::SetIntegrationTime(), mitk::DICOMImageBlockDescriptor::SetIntProperty(), mitk::ToFImageGrabber::SetIntProperty(), mitk::ToFCameraDevice::SetIntProperty(), mitk::PropertyList::SetIntProperty(), mitk::Annotation::SetIntProperty(), mitk::DataNode::SetIntProperty(), mitk::ToFImageGrabber::SetModulationFrequency(), and mitk::ShowSegmentationAsSmoothedSurface::ThreadedUpdateSuccessful().