diff --git a/Wrapping/CSwig/Core/wrap_MITKControllersPython.cxx b/Wrapping/CSwig/Core/wrap_MITKControllersPython.cxx index f695fee629..8db29f2977 100644 --- a/Wrapping/CSwig/Core/wrap_MITKControllersPython.cxx +++ b/Wrapping/CSwig/Core/wrap_MITKControllersPython.cxx @@ -1,54 +1,59 @@ #define MITK_WRAP_PACKAGE "mitkControllersPython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { "BaseController", "CallbackFromGUIThread", "CameraController", "CameraRotationController", "FocusManager", "LimitedLinearUndo", "OperationEvent", "ProgressBar", "ProgressBarImplementation", //"ReferenceCountWatcher", "RenderingManager", "RenderingManagerFactory", "SliceNavigationController", "SlicesCoordinator", "SlicesRotator", "SlicesSwiveller", "StatusBar", "StatusBarImplementation", "Stepper", //"TestingMacros", "TestManager", "UndoController", "UndoModel", "VerboseLimitedLinearUndo", "VtkInteractorCameraController", "VtkLayerController" }; } #endif diff --git a/Wrapping/CSwig/Core/wrap_mitkAlgorithmsPython.cxx b/Wrapping/CSwig/Core/wrap_mitkAlgorithmsPython.cxx index a32065f628..7ea33a4b44 100644 --- a/Wrapping/CSwig/Core/wrap_mitkAlgorithmsPython.cxx +++ b/Wrapping/CSwig/Core/wrap_mitkAlgorithmsPython.cxx @@ -1,50 +1,55 @@ #define MITK_WRAP_PACKAGE "mitkAlgorithmsPython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { //"ProcessObject", "BaseDataSource", "BaseProcess", "CoreObjectFactory", "CoreObjectFactoryBase", "DataNodeFactory", "DataNodeSource", "Geometry2DDataToSurfaceFilter", "HistogramGenerator", "ImageChannelSelector", "ImageSliceSelector", "ImageSource", "ImageTimeSelector", "ImageToImageFilter", "ImageToItk", "ITKImageImport", "PointSetSource", "RGBToRGBACastImageFilter", "SubImageSelector", "SurfaceSource", "SurfaceToSurfaceFilter", "VolumeCalculator" }; } #endif diff --git a/Wrapping/CSwig/Core/wrap_mitkCorePython.cxx b/Wrapping/CSwig/Core/wrap_mitkCorePython.cxx index 98e20dc37d..ec1e11c4c9 100644 --- a/Wrapping/CSwig/Core/wrap_mitkCorePython.cxx +++ b/Wrapping/CSwig/Core/wrap_mitkCorePython.cxx @@ -1,257 +1,262 @@ #define MITK_WRAP_PACKAGE "mitkCorePython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { //For further information about the classes which were not wrapped, please have a look at the file wrapSources.cmake //Algorithms: //"ProcessObject", "BaseDataSource", "BaseProcess", "CoreObjectFactory", "CoreObjectFactoryBase", "DataNodeFactory", "DataNodeSource", "Geometry2DDataToSurfaceFilter", "HistogramGenerator", "ImageChannelSelector", "ImageSliceSelector", "ImageSource", "ImageTimeSelector", "ImageToImageFilter", "ImageToItk", "ITKImageImport", "PointSetSource", "RGBToRGBACastImageFilter", "SubImageSelector", "SurfaceSource", "SurfaceToSurfaceFilter", "VolumeCalculator", //Controllers: "BaseController", "CallbackFromGUIThread", "CameraController", "CameraRotationController", "FocusManager", "LimitedLinearUndo", "OperationEvent", "ProgressBar", "ProgressBarImplementation", //"ReferenceCountWatcher", "RenderingManager", "RenderingManagerFactory", "SliceNavigationController", "SlicesCoordinator", "SlicesRotator", "SlicesSwiveller", "StatusBar", "StatusBarImplementation", "Stepper", //"TestingMacros", "TestManager", "UndoController", "UndoModel", "VerboseLimitedLinearUndo", "VtkInteractorCameraController", "VtkLayerController", //DataManagement: //"VtkAbstractTransform", "AbstractTransformGeometry", "AnnotationProperty", "ApplicationCursor", "BaseData", "BaseDataTestImplementation", "BaseProperty", "ClippingProperty", "ColorProperty", //"Common", "DataNode", "DataStorage", "DisplayGeometry", "EnumerationProperty", "GenericLookupTable", //"GenericProperty", "Geometry2D", "Geometry2DData", "Geometry3D", "GeometryData", "GroupTagProperty", "Image", "ImageDataItem", //"ItkMatirxHack", "LandmarkBasedCurvedGeometry", "LandmarkProjector", "LandmarkProjectorBasedCurvedGeometry", "LevelWindow", "LevelWindowManager", "LevelWindowPreset", "LevelWindowProperty", //Line", "LookupTable", "LookupTables", "Material", //"MatrixConvert", "ModalityProperty", "NodePredicateAnd", "NodePredicateBase", "NodePredicateCompositeBase", "NodePredicateData", "NodePredicateDataType", "NodePredicateDimension", "NodePredicateFirstLevel", "NodePredicateNot", "NodePredicateOr", "NodePredicateProperty", "NodePredicateSource", "PlaneOrientationProperty", "PlaneGeometry", "PlaneOperation", "PointOperation", "PointSet", "Properties", "PropertyList", "ResliceMethodProperty", "RotationOperation", "ShaderProperty", "SlicedData", "SlicedGeometry3D", "SmartPointerProperty", "StandaloneDataStorage", "StateTransitionOperation", "StringProperty", "Surface", "ThinPlateSplineCurvedGeometry", "TimeSlicedGeometry", "TransferFunction", "TransferFunctionProperty", //"Vector", "VtkInterpolationProperty", "VtkRepresentationProperty", "VtkResliceInterpolationProperty", "VtkScalarModeProperty", "VtkVolumeRenderingProperty", //"WeakPointer", "WeakPointerProperty", //Interactions: "Action", "AffineInteractor", "CoordinateSupplier", "DisplayCoordinateOperation", "DisplayInteractor", "DisplayPositionEvent", "DisplayVectorInteractor", "Event", "EventDescription", "EventMapper", "GlobalInteraction", "Interactor", "KeyEvent", //"Message", "MouseMovePointSetInteractor", "PointSetInteractor", "PositionEvent", "PositionTracker", "State", "StateEvent", "StateMachine", "StateMachineFactory", "Transition", "WheelEvent", //IO: "BaseDataIO", "DicomSeriesReader", "FileReader", "FileSeriesReader", "FileWriter", "FileWriterWithInformation", "ImageWriter", "ImageWriterFactory", //"IOAdapter", //"IpPicGet", "ItkImageFileIOFactory", "ItkImageFileReader", "Log", "LookupTableProperty", "Operation", "OperationActor", "PicFileIOFactory", "PicFileReader", "PicFileWriter", "PicHelper", "PicVolumeTimeSeriesIOFactory", "PicVolumeTimeSeriesReader", "PixelType", "PointSetIOFactory", "PointSetReader", "PointSetWriter", "PointSetWriterFactory", //"RawImageFileReader", "StandardFileLocations", "STLFileIOFactory", "STLFileReader", //"SurfaceVtkWriter", "SurfaceVtkWriterFactory", "VtiFileIOFactory", "VtiFileReader", "VtkImageIOFactory", "VtkImageReader", "VtkSurfaceIOFactory", "VtkSurfaceReader", "vtkPointSetXMLParser", //Rendering: //"BaseRenderer", "VtkMapper2D", "VtkMapper3D", "Geometry2DDataMapper2D", "Geometry2DDataVtkMapper3D", "GLMapper2D", "GradientBackground", "ImageMapperGL2D", "Mapper", "Mapper2D", "Mapper3D", "PointSetGLMapper2D", "PointSetVtkMapper3D", "PolyDataGLMapper2D", "PolyDataGLMapper2D", "ShaderRepository", "SurfaceGLMapper2D", "SurfaceVtkMapper3D", "VtkPropRenderer", "VtkWidgetRendering", "vtkMitkRectangleProp", "vtkMitkRenderProp", "vtkMitkThickSlicesFilter", "CommonSuperclasses", "ImageCaster", //"QmitkFunctionality" }; } #endif diff --git a/Wrapping/CSwig/Core/wrap_mitkDataManagementPython.cxx b/Wrapping/CSwig/Core/wrap_mitkDataManagementPython.cxx index f1a436c912..0bc2300b4a 100644 --- a/Wrapping/CSwig/Core/wrap_mitkDataManagementPython.cxx +++ b/Wrapping/CSwig/Core/wrap_mitkDataManagementPython.cxx @@ -1,105 +1,110 @@ #define MITK_WRAP_PACKAGE "mitkDataManagementPython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { //"VtkAbstractTransform", "AbstractTransformGeometry", "AnnotationProperty", "ApplicationCursor", "BaseData", "BaseDataImplementation", "BaseProperty", "ClippingProperty", "ColorProperty", //"Common", "DataNode", "DataStorage", "DisplayGeometry", "EnumerationProperty", "GenericLookupTable", //"GenericProperty", "Geometry2D", "Geometry2DData", "Geometry3D", "GeometryData", "GroupTagProperty", "Image", "ImageDataItem", //"ItkMatirxHack", "LandmarkBasedCurvedGeometry", "LandmarkProjector", "LandmarkProjectorBasedCurvedGeometry", "LevelWindow", "LevelWindowManager", "LevelWindowPreset", "LevelWindowProperty", //Line", "LookupTable", //"LookupTables", "Material", //"MatrixConvert", "ModalityProperty", "NodePredicateAND", "NodePredicateBase", "NodePredicateCompositeBase", "NodePredicateData", "NodePredicateDataType", "NodePredicateDimension", "NodePredicateFirstLevel", "NodePredicateNOT", "NodePredicateOR", "NodePredicateProperty", "NodePredicateSource", "PlaneDecorationProperty", "PlaneGeometry", "PlaneOperation", //"PointOperation", "PointSet", //"Properties", "PropertyList", "ResliceMethodEnumProperty", "RotationOperation", "ShaderEnumProperty", "SlicedData", //"SlicedGeometry3D", "SmartPointerProperty", "StandaloneDataStorage", "StateTransitionOperation", "StringProperty", "Surface", "ThinPlateSplineCurvedGeometry", "TimeSlicedGeometry", "TransferFunction", "TransferFunctionProperty", //"Vector", "VtkInterpolationProperty", "VtkRepresentationProperty", "VtkResliceInterpolationProperty", "VtkScalarModeProperty", "VtkVolumeRenderingProperty", //"WeakPointer", "WeakPointerProperty", }; } #endif diff --git a/Wrapping/CSwig/Core/wrap_mitkIOPython.cxx b/Wrapping/CSwig/Core/wrap_mitkIOPython.cxx index d5ffa402e1..0c0b978af0 100644 --- a/Wrapping/CSwig/Core/wrap_mitkIOPython.cxx +++ b/Wrapping/CSwig/Core/wrap_mitkIOPython.cxx @@ -1,68 +1,73 @@ #define MITK_WRAP_PACKAGE "mitkIOPython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { "BaseDataIO", "DicomSeriesReader", "FileReader", "FileSeriesReader", "FileWriter", "FileWriterWithInformation", "ImageWriter", "ImageWriterFactory", //"IOAdapter", //"IpPicGet", "ItkImageFileIOFactory", "ItkImageFileReader", "Log", "LookupTableProperty", "Operation", "OperationActor", "PicFileIOFactory", "PicFileReader", "PicFileWriter", "PicHelper", "PicVolumeTimeSeriesIOFactory", "PicVolumeTimeSeriesReader", "PixelType", "PointSetIOFactory", "PointSetReader", "PointSetWriter", "PointSetWriterFactory", //"RawImageFileReader", "StandardFileLocations", "STLFileIOFactory", "STLFileReader", //"SurfaceVtkWriter", "SurfaceVtkWriterFactory", "VtiFileIOFactory", "VtiFileReader", "VtkImageIOFactory", "VtkImageReader", "VtkSurfaceIOFactory", "VtkSurfaceReader", "vtkPointSetXMLParser" }; } #endif diff --git a/Wrapping/CSwig/Core/wrap_mitkInteractionsPython.cxx b/Wrapping/CSwig/Core/wrap_mitkInteractionsPython.cxx index b45feddac1..a71c2c2590 100644 --- a/Wrapping/CSwig/Core/wrap_mitkInteractionsPython.cxx +++ b/Wrapping/CSwig/Core/wrap_mitkInteractionsPython.cxx @@ -1,52 +1,57 @@ #define MITK_WRAP_PACKAGE "mitkInteractionsPython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { "Action", "AffineInteractor", "CoordinateSupplier", "DisplayCoordinateOperation", "DisplayInteractor", "DisplayPositionEvent", "DisplayVectorInteractor", "Event", "EventDescription", "EventMapper", "GlobalInteraction", "Interactor", "KeyEvent", //"Message", "MouseMovePointSetInteractor", "PointSetInteractor", "PositionEvent", "PositionTracker", "State", "StateEvent", "StateMachine", "StateMachineFactory", "Transition", "WheelEvent" }; } #endif diff --git a/Wrapping/CSwig/Core/wrap_mitkRenderingPython.cxx b/Wrapping/CSwig/Core/wrap_mitkRenderingPython.cxx index 0ef8d21ccb..4aa4a94ea2 100644 --- a/Wrapping/CSwig/Core/wrap_mitkRenderingPython.cxx +++ b/Wrapping/CSwig/Core/wrap_mitkRenderingPython.cxx @@ -1,55 +1,60 @@ #define MITK_WRAP_PACKAGE "mitkRenderingPython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { //"BaseRenderer", "BaseVtkMapper2D", "BaseVtkMapper3D", "ColoredRectangleRendering", "Geometry2DDataMapper2D", "Geometry2DDataVtkMapper3D", "GLMapper2D", "GradientBackground", "ImageMapper2D", "LogoRendering", "ManufacturerLogo", "Mapper", "Mapper2D", "Mapper3D", "PointSetMapper2D", "PointSetVtkMapper3D", "PolyDataGLMapper2D", "PolyDataGLMapper2D", "ShaderRepository", "SurfaceMapper2D", "SurfaceVtkMapper3D", //"VolumeDataVtkMapper3D", "VtkPropRenderer", "VtkWidgetRendering", "vtkMitkRectangleProp", //"vtkMitkRenderProp", "vtkMitkThickSlicesFilter" }; } #endif diff --git a/Wrapping/CSwig/wrap_mitkCorePython.cxx b/Wrapping/CSwig/wrap_mitkCorePython.cxx index 71d7f7ff0a..3822955d6e 100644 --- a/Wrapping/CSwig/wrap_mitkCorePython.cxx +++ b/Wrapping/CSwig/wrap_mitkCorePython.cxx @@ -1,54 +1,59 @@ #define MITK_WRAP_PACKAGE "mitkCorePython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { "BaseController", "CallbackFromGUIThread", "CameraController", "CameraRotationController", "FocusManager", "LimitedLinearUndo", "OperationEvent", "ProgressBar", "ProgressBarImplementation", //"ReferenceCountWatcher", "RenderingManager", "RenderingManagerFactory", "SliceNavigationController", "SlicesCoordinator", "SlicesRotator", "SlicesSwiveller", "StatusBar", "StatusBarImplementation", "Stepper", //"TestingMacros", "TestManager", "UndoController", "UndoModel", "VerboseLimitedLinearUndo", "VtkInteractorCameraController", "VtkLayerController" }; } #endif diff --git a/Wrapping/wrap_mitkCorePython.cxx b/Wrapping/wrap_mitkCorePython.cxx index 71d7f7ff0a..3822955d6e 100644 --- a/Wrapping/wrap_mitkCorePython.cxx +++ b/Wrapping/wrap_mitkCorePython.cxx @@ -1,54 +1,59 @@ #define MITK_WRAP_PACKAGE "mitkCorePython" //#include "wrap_MITKAlgorithms.cxx" -/*========================================================================= +/*=================================================================== - Program: Insight Segmentation & Registration Toolkit - Module: $RCSfile: wrap_ITKAlgorithms.cxx,v $ - Language: C++ - Date: $Date$ - Version: $Revision$ +The Medical Imaging Interaction Toolkit (MITK) - Copyright (c) Insight Software Consortium. All rights reserved. - See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. +Copyright (c) German Cancer Research Center, +Division of Medical and Biological Informatics. +All rights reserved. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the above copyright notices for more information. +This software is distributed WITHOUT ANY WARRANTY; without +even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. -=========================================================================*/ +See LICENSE.txt or http://www.mitk.org for details. + +===================================================================*/ + +/*=================================================================== + +This file is based heavily on a corresponding ITK filter. + +===================================================================*/ #ifdef CABLE_CONFIGURATION namespace _cable_ { const char* const package = MITK_WRAP_PACKAGE; const char* const groups[] = { "BaseController", "CallbackFromGUIThread", "CameraController", "CameraRotationController", "FocusManager", "LimitedLinearUndo", "OperationEvent", "ProgressBar", "ProgressBarImplementation", //"ReferenceCountWatcher", "RenderingManager", "RenderingManagerFactory", "SliceNavigationController", "SlicesCoordinator", "SlicesRotator", "SlicesSwiveller", "StatusBar", "StatusBarImplementation", "Stepper", //"TestingMacros", "TestManager", "UndoController", "UndoModel", "VerboseLimitedLinearUndo", "VtkInteractorCameraController", "VtkLayerController" }; } #endif