#include <mitkProperties.h>


Public Types | |
| typedef IntProperty | Self |
| typedef GenericProperty< int > | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual | ~IntProperty () |
Static Public Member Functions | |
| static Pointer | New () |
| static Pointer | New (int _arg) |
Protected Member Functions | |
| IntProperty () | |
| IntProperty (int x) | |
Definition at line 30 of file mitkProperties.h.
| typedef itk::SmartPointer<const Self> mitk::IntProperty::ConstPointer |
Reimplemented from mitk::GenericProperty< int >.
Definition at line 30 of file mitkProperties.h.
| typedef itk::SmartPointer<Self> mitk::IntProperty::Pointer |
Reimplemented from mitk::GenericProperty< int >.
Definition at line 30 of file mitkProperties.h.
| typedef IntProperty mitk::IntProperty::Self |
Reimplemented from mitk::GenericProperty< int >.
Definition at line 30 of file mitkProperties.h.
| typedef GenericProperty< int > mitk::IntProperty::Superclass |
Reimplemented from mitk::GenericProperty< int >.
Definition at line 30 of file mitkProperties.h.
| virtual mitk::IntProperty::~IntProperty | ( | ) | [inline, virtual] |
Definition at line 30 of file mitkProperties.h.
| mitk::IntProperty::IntProperty | ( | ) | [inline, protected] |
Definition at line 30 of file mitkProperties.h.
| mitk::IntProperty::IntProperty | ( | int | x ) | [inline, protected] |
Definition at line 30 of file mitkProperties.h.
| virtual const char* mitk::IntProperty::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::GenericProperty< int >.
| static Pointer mitk::IntProperty::New | ( | int | _arg ) | [inline, static] |
Reimplemented from mitk::GenericProperty< int >.
Definition at line 30 of file mitkProperties.h.
| static Pointer mitk::IntProperty::New | ( | ) | [static] |
Referenced by mitk::BaseRenderer::BaseRenderer(), mitk::BinaryThresholdTool::BinaryThresholdTool(), mitk::BinaryThresholdULTool::BinaryThresholdULTool(), mitk::ContourInteractor::ContourInteractor(), mitk::NavigationToolWriter::ConvertToDataNode(), QmitkImageCropper::CreateBoundingObject(), QmitkToolPairNavigationView::CreateConeAsInstrumentVisualization(), QmitkRegionGrowingView::CreateQtPartControl(), QmitkThresholdComponent::CreateSegmentationNode(), mitk::Tool::CreateSegmentationNode(), QmitkToolPairNavigationView::CreateSphereAsInstrumentVisualization(), mitk::IntPropertyDeserializer::Deserialize(), mitk::ExtrudedContourInteractor::ExtrudedContourInteractor(), mitk::FeedbackContourTool::FeedbackContourTool(), Step6::Initialize(), QmitkStdMultiWidget::InitializeWidget(), QmitkStdMultiWidget::InitPositionTracking(), QmitkRegionGrowingView::ItkImageProcessing(), mitkActionTest(), mitkPropertyListTest(), mitkPropertySerializationTest(), QmitkRenderWindowMenu::OnTSNumChanged(), QmitkDiffusionTensorEstimation::QBallVolumesVisualizeSelectedButton(), QmitkSlicesInterpolator::QmitkSlicesInterpolator(), RegionGrowing(), QmitkTensorReconstructionView::SetDefaultNodeProperties(), QmitkQBallReconstructionView::SetDefaultNodeProperties(), QmitkDiffusionTensorEstimation::SetDefaultNodeProperties(), mitk::UnstructuredGridVtkMapper3D::SetDefaultProperties(), mitk::SurfaceGLMapper2D::SetDefaultProperties(), mitk::PointSetVtkMapper3D::SetDefaultProperties(), mitk::PointSetGLMapper2D::SetDefaultProperties(), mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::SetDefaultProperties(), mitk::Mapper::SetDefaultProperties(), mitk::ImageMapperGL2D::SetDefaultProperties(), mitk::EnhancedPointSetVtkMapper3D::SetDefaultProperties(), mitk::DiffusionImageMapper< TPixelType >::SetDefaultProperties(), mitk::PropertyList::SetIntProperty(), mitk::DataNode::SetIntProperty(), and mitk::StateMachineFactory::StartElement().
1.7.2