Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkFiberBundleSource.cpp
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 
18 #include "mitkQBallImageSource.h"
19 
20 
22 {
23  // Create the output. We use static_cast<> here because we know the default
24  // output must be of type TOutputImage
26  = static_cast<OutputImageType*>(this->MakeOutput(0).GetPointer());
27  Superclass::SetNumberOfRequiredOutputs(1);
28  Superclass::SetNthOutput(0, output.GetPointer());
29 }
30 
32 {
33  return static_cast<itk::DataObject*>(OutputImageType::New().GetPointer());
34 }
itk::SmartPointer< Self > Pointer
Definition: mitkImage.h:88
mitk::QBallImage OutputImageType
virtual itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
itk::DataObject::Pointer DataObjectPointer
static itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent) class MITKBOUNDINGSHAPE_EXPORT BoundingShapeInteractor Pointer New()
Basic interaction methods for mitk::GeometryData.