diff --git a/DIDKit/App/DICOMPropertiesStore.cpp b/DIDKit/App/DICOMPropertiesStore.cpp index 534ba3d..76eb081 100644 --- a/DIDKit/App/DICOMPropertiesStore.cpp +++ b/DIDKit/App/DICOMPropertiesStore.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/23. -// #include "DICOMPropertiesStore.h" diff --git a/DIDKit/App/DICOMPropertiesStore.h b/DIDKit/App/DICOMPropertiesStore.h index 0075d0e..4a62fa3 100644 --- a/DIDKit/App/DICOMPropertiesStore.h +++ b/DIDKit/App/DICOMPropertiesStore.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/23. -// #ifndef OMEGAV_DICOMPROPERTIESSTORE_H #define OMEGAV_DICOMPROPERTIESSTORE_H diff --git a/DIDKit/App/app.cpp b/DIDKit/App/app.cpp index 5d1ad27..54d986d 100644 --- a/DIDKit/App/app.cpp +++ b/DIDKit/App/app.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/20. -// #include #include diff --git a/src/src/Common/Helper/OrientationHelper.cpp b/src/src/Common/Helper/OrientationHelper.cpp index 39c0312..6980788 100644 --- a/src/src/Common/Helper/OrientationHelper.cpp +++ b/src/src/Common/Helper/OrientationHelper.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/20. -// #include "OrientationHelper.h" diff --git a/src/src/Common/Helper/OrientationHelper.h b/src/src/Common/Helper/OrientationHelper.h index 02eff1b..9fedeb0 100644 --- a/src/src/Common/Helper/OrientationHelper.h +++ b/src/src/Common/Helper/OrientationHelper.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/20. -// #ifndef OMEGAV_ORIENTATIONHELPER_H #define OMEGAV_ORIENTATIONHELPER_H diff --git a/src/src/Common/ImageSetStore.cpp b/src/src/Common/ImageSetStore.cpp index ecc3c24..ccb3c52 100644 --- a/src/src/Common/ImageSetStore.cpp +++ b/src/src/Common/ImageSetStore.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/20. -// #include "ImageSetStore.h" diff --git a/src/src/Common/ImageSetStore.h b/src/src/Common/ImageSetStore.h index 47f5eec..e478287 100644 --- a/src/src/Common/ImageSetStore.h +++ b/src/src/Common/ImageSetStore.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/20. -// #ifndef OMEGAV_IMAGESETSTORE_H #define OMEGAV_IMAGESETSTORE_H diff --git a/src/src/Common/Model/KDicomObjects.cpp b/src/src/Common/Model/KDicomObjects.cpp index baf4f11..df266ca 100644 --- a/src/src/Common/Model/KDicomObjects.cpp +++ b/src/src/Common/Model/KDicomObjects.cpp @@ -1,6 +1,4 @@ -// -// Created by KradChen on 2021/7/25. -// + #include "KDicomObjects.h" #include #include "dcmtk/dcmdata/dcfilefo.h" diff --git a/src/src/Common/Model/KDicomObjects.h b/src/src/Common/Model/KDicomObjects.h index 3a6e448..e837714 100644 --- a/src/src/Common/Model/KDicomObjects.h +++ b/src/src/Common/Model/KDicomObjects.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/25. -// #ifndef OMEGAV_KDICOMOBJECTS_H #define OMEGAV_KDICOMOBJECTS_H diff --git a/src/src/Common/Model/SeriesItem.cpp b/src/src/Common/Model/SeriesItem.cpp index 6339bb6..42bd314 100644 --- a/src/src/Common/Model/SeriesItem.cpp +++ b/src/src/Common/Model/SeriesItem.cpp @@ -1,6 +1,4 @@ -// -// Created by 87714 on 2021/7/23. -// + #include "SeriesItem.h" #include diff --git a/src/src/Common/Model/SeriesItem.h b/src/src/Common/Model/SeriesItem.h index 016fc7f..d8207ed 100644 --- a/src/src/Common/Model/SeriesItem.h +++ b/src/src/Common/Model/SeriesItem.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/23. -// #ifndef OMEGAV_SERIESITEM_H #define OMEGAV_SERIESITEM_H diff --git a/src/src/Common/Model/StudyItem.cpp b/src/src/Common/Model/StudyItem.cpp index 4f9549f..896c098 100644 --- a/src/src/Common/Model/StudyItem.cpp +++ b/src/src/Common/Model/StudyItem.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/23. -// #include "StudyItem.h" #include diff --git a/src/src/Common/Model/StudyItem.h b/src/src/Common/Model/StudyItem.h index 86a9c89..9af9d97 100644 --- a/src/src/Common/Model/StudyItem.h +++ b/src/src/Common/Model/StudyItem.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/23. -// #ifndef OMEGAV_STUDYITEM_H #define OMEGAV_STUDYITEM_H diff --git a/src/src/Common/Worker/WorkerManager.cpp b/src/src/Common/Worker/WorkerManager.cpp index 419e3cd..cdbcc7d 100644 --- a/src/src/Common/Worker/WorkerManager.cpp +++ b/src/src/Common/Worker/WorkerManager.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/7/28. -// #include "WorkerManager.h" diff --git a/src/src/Common/Worker/WorkerManager.h b/src/src/Common/Worker/WorkerManager.h index cd70a58..68ab569 100644 --- a/src/src/Common/Worker/WorkerManager.h +++ b/src/src/Common/Worker/WorkerManager.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/7/28. -// #ifndef OMEGAV_WORKERMANAGER_H #define OMEGAV_WORKERMANAGER_H diff --git a/src/src/Events/EventsCenter.cpp b/src/src/Events/EventsCenter.cpp index 4562e5b..32860bf 100644 --- a/src/src/Events/EventsCenter.cpp +++ b/src/src/Events/EventsCenter.cpp @@ -1,5 +1,2 @@ -// -// Created by 87714 on 2021/6/23. -// #include "EventsCenter.h" diff --git a/src/src/Events/EventsCenter.h b/src/src/Events/EventsCenter.h index e8e720a..62c781a 100644 --- a/src/src/Events/EventsCenter.h +++ b/src/src/Events/EventsCenter.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/23. -// #ifndef OMEGAV_EVENTSCENTER_H #define OMEGAV_EVENTSCENTER_H diff --git a/src/src/Events/vtkSignalRaiser.cpp b/src/src/Events/vtkSignalRaiser.cpp index c7b0311..99ec5b4 100644 --- a/src/src/Events/vtkSignalRaiser.cpp +++ b/src/src/Events/vtkSignalRaiser.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/23. -// #include "vtkSignalRaiser.h" void vtkSignalRaiser::raise(vtkObject *sender, unsigned long eventId, void *callData ) diff --git a/src/src/Events/vtkSignalRaiser.h b/src/src/Events/vtkSignalRaiser.h index cc3378d..1df875f 100644 --- a/src/src/Events/vtkSignalRaiser.h +++ b/src/src/Events/vtkSignalRaiser.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/23. -// #ifndef OMEGAV_VTKSIGNALRAISER_H #define OMEGAV_VTKSIGNALRAISER_H diff --git a/src/src/Export/AnnotationAppender.cpp b/src/src/Export/AnnotationAppender.cpp index 4763fe5..a3a6ca1 100644 --- a/src/src/Export/AnnotationAppender.cpp +++ b/src/src/Export/AnnotationAppender.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/29. -// #include "AnnotationAppender.h" diff --git a/src/src/Export/AnnotationAppender.h b/src/src/Export/AnnotationAppender.h index a6213e7..3d1e739 100644 --- a/src/src/Export/AnnotationAppender.h +++ b/src/src/Export/AnnotationAppender.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/29. -// #ifndef OMEGAV_ANNOTATIONAPPENDER_H #define OMEGAV_ANNOTATIONAPPENDER_H diff --git a/src/src/IO/Common/DICOMTypes.h b/src/src/IO/Common/DICOMTypes.h index 7874c5c..216d11b 100644 --- a/src/src/IO/Common/DICOMTypes.h +++ b/src/src/IO/Common/DICOMTypes.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/21. -// #ifndef OMEGAV_DICOMTYPES_H #define OMEGAV_DICOMTYPES_H diff --git a/src/src/IO/Convert/ConverterBase.cpp b/src/src/IO/Convert/ConverterBase.cpp index 8fa7283..4d8815b 100644 --- a/src/src/IO/Convert/ConverterBase.cpp +++ b/src/src/IO/Convert/ConverterBase.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/21. -// #include "ConverterBase.h" diff --git a/src/src/IO/Convert/ConverterBase.h b/src/src/IO/Convert/ConverterBase.h index fc85f1f..f2670e3 100644 --- a/src/src/IO/Convert/ConverterBase.h +++ b/src/src/IO/Convert/ConverterBase.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/21. -// #ifndef OMEGAV_CONVERTERBASE_H #define OMEGAV_CONVERTERBASE_H diff --git a/src/src/IO/Convert/DICOMToBMPConverter.cpp b/src/src/IO/Convert/DICOMToBMPConverter.cpp index 9c48f6a..fc66c44 100644 --- a/src/src/IO/Convert/DICOMToBMPConverter.cpp +++ b/src/src/IO/Convert/DICOMToBMPConverter.cpp @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/9/21. -// + #include "DICOMToBMPConverter.h" #include "vtkNew.h" diff --git a/src/src/IO/Convert/DICOMToBMPConverter.h b/src/src/IO/Convert/DICOMToBMPConverter.h index d990bca..40a6c15 100644 --- a/src/src/IO/Convert/DICOMToBMPConverter.h +++ b/src/src/IO/Convert/DICOMToBMPConverter.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/21. -// #ifndef OMEGAV_DICOMTOBMPCONVERTER_H #define OMEGAV_DICOMTOBMPCONVERTER_H diff --git a/src/src/IO/Convert/DICOMToJPEGConverter.cpp b/src/src/IO/Convert/DICOMToJPEGConverter.cpp index f452837..6114e8d 100644 --- a/src/src/IO/Convert/DICOMToJPEGConverter.cpp +++ b/src/src/IO/Convert/DICOMToJPEGConverter.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/21. -// #include "DICOMToJPEGConverter.h" diff --git a/src/src/IO/Convert/DICOMToJPEGConverter.h b/src/src/IO/Convert/DICOMToJPEGConverter.h index 70bf224..7ce074e 100644 --- a/src/src/IO/Convert/DICOMToJPEGConverter.h +++ b/src/src/IO/Convert/DICOMToJPEGConverter.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/21. -// #ifndef OMEGAV_DICOMTOJPEGCONVERTER_H #define OMEGAV_DICOMTOJPEGCONVERTER_H diff --git a/src/src/IO/Convert/DICOMToPNGConverter.cpp b/src/src/IO/Convert/DICOMToPNGConverter.cpp index 46650ed..f923651 100644 --- a/src/src/IO/Convert/DICOMToPNGConverter.cpp +++ b/src/src/IO/Convert/DICOMToPNGConverter.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/21. -// #include "DICOMToPNGConverter.h" #include "vtkNew.h" diff --git a/src/src/IO/Convert/DICOMToPNGConverter.h b/src/src/IO/Convert/DICOMToPNGConverter.h index ef68a67..ba74a8b 100644 --- a/src/src/IO/Convert/DICOMToPNGConverter.h +++ b/src/src/IO/Convert/DICOMToPNGConverter.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/21. -// #ifndef OMEGAV_DICOMTOPNGCONVERTER_H #define OMEGAV_DICOMTOPNGCONVERTER_H diff --git a/src/src/IO/Convert/DICOMToQImageConverter.cpp b/src/src/IO/Convert/DICOMToQImageConverter.cpp index 8266d65..ef3a732 100644 --- a/src/src/IO/Convert/DICOMToQImageConverter.cpp +++ b/src/src/IO/Convert/DICOMToQImageConverter.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/28. -// #include "DICOMToQImageConverter.h" diff --git a/src/src/IO/Convert/DICOMToQImageConverter.h b/src/src/IO/Convert/DICOMToQImageConverter.h index c43d2f0..d2dbb13 100644 --- a/src/src/IO/Convert/DICOMToQImageConverter.h +++ b/src/src/IO/Convert/DICOMToQImageConverter.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/28. -// #ifndef OMEGAV_DICOMTOQIMAGECONVERTER_H #define OMEGAV_DICOMTOQIMAGECONVERTER_H diff --git a/src/src/IO/DICOM/DICOMFileObjectCache.cpp b/src/src/IO/DICOM/DICOMFileObjectCache.cpp index 6d8c21b..e8ffa23 100644 --- a/src/src/IO/DICOM/DICOMFileObjectCache.cpp +++ b/src/src/IO/DICOM/DICOMFileObjectCache.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/16. -// #include "DICOMFileObjectCache.h" diff --git a/src/src/IO/DICOM/DICOMFileObjectCache.h b/src/src/IO/DICOM/DICOMFileObjectCache.h index a7759da..a1ab248 100644 --- a/src/src/IO/DICOM/DICOMFileObjectCache.h +++ b/src/src/IO/DICOM/DICOMFileObjectCache.h @@ -1,10 +1,8 @@ -// -// Created by Krad on 2022/9/16. -// #ifndef OMEGAV_DICOMFILEOBJECTCACHE_H #define OMEGAV_DICOMFILEOBJECTCACHE_H +#include #include class DcmFileFormat; diff --git a/src/src/IO/DICOM/DICOMHeaderHelper.cpp b/src/src/IO/DICOM/DICOMHeaderHelper.cpp index da0940e..792aee7 100644 --- a/src/src/IO/DICOM/DICOMHeaderHelper.cpp +++ b/src/src/IO/DICOM/DICOMHeaderHelper.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/2/8. -// #include "DICOMHeaderHelper.h" #include "dcmtk/dcmdata/dcfilefo.h" diff --git a/src/src/IO/DICOM/DICOMHeaderHelper.h b/src/src/IO/DICOM/DICOMHeaderHelper.h index 8d48382..0222cc6 100644 --- a/src/src/IO/DICOM/DICOMHeaderHelper.h +++ b/src/src/IO/DICOM/DICOMHeaderHelper.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/2/8. -// #ifndef DCMV_DICOMDIRECTORYHELPER_H #define DCMV_DICOMDIRECTORYHELPER_H diff --git a/src/src/IO/DICOM/DICOMPixelDataHelper.cpp b/src/src/IO/DICOM/DICOMPixelDataHelper.cpp index 35a31ba..631d011 100644 --- a/src/src/IO/DICOM/DICOMPixelDataHelper.cpp +++ b/src/src/IO/DICOM/DICOMPixelDataHelper.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/9. -// #include "DICOMPixelDataHelper.h" diff --git a/src/src/IO/DICOM/DICOMPixelDataHelper.h b/src/src/IO/DICOM/DICOMPixelDataHelper.h index eff8247..058fa1e 100644 --- a/src/src/IO/DICOM/DICOMPixelDataHelper.h +++ b/src/src/IO/DICOM/DICOMPixelDataHelper.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/9. -// #ifndef OMEGAV_DICOMPIXELDATAHELPER_H #define OMEGAV_DICOMPIXELDATAHELPER_H diff --git a/src/src/IO/DICOM/ExtendMedicalImageProperties.cpp b/src/src/IO/DICOM/ExtendMedicalImageProperties.cpp index 693024f..60d9abb 100644 --- a/src/src/IO/DICOM/ExtendMedicalImageProperties.cpp +++ b/src/src/IO/DICOM/ExtendMedicalImageProperties.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/2/10. -// #include "ExtendMedicalImageProperties.h" diff --git a/src/src/IO/DICOM/ExtendMedicalImageProperties.h b/src/src/IO/DICOM/ExtendMedicalImageProperties.h index 8367c18..fb04837 100644 --- a/src/src/IO/DICOM/ExtendMedicalImageProperties.h +++ b/src/src/IO/DICOM/ExtendMedicalImageProperties.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/2/10. -// #ifndef DCMV_EXTENDMEDICALIMAGEPROPERTIES_H #define DCMV_EXTENDMEDICALIMAGEPROPERTIES_H diff --git a/src/src/IO/DICOM/MultiframeDICOMSpliter.cpp b/src/src/IO/DICOM/MultiframeDICOMSpliter.cpp index b9b503e..681f4ac 100644 --- a/src/src/IO/DICOM/MultiframeDICOMSpliter.cpp +++ b/src/src/IO/DICOM/MultiframeDICOMSpliter.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/22. -// #include #include "MultiframeDICOMSpliter.h" diff --git a/src/src/IO/DICOM/MultiframeDICOMSpliter.h b/src/src/IO/DICOM/MultiframeDICOMSpliter.h index 8a55d53..b2dedd8 100644 --- a/src/src/IO/DICOM/MultiframeDICOMSpliter.h +++ b/src/src/IO/DICOM/MultiframeDICOMSpliter.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/22. -// #ifndef OMEGAV_MULTIFRAMEDICOMSPLITER_H #define OMEGAV_MULTIFRAMEDICOMSPLITER_H diff --git a/src/src/IO/DICOM/vtkDCMTKImageReader.cpp b/src/src/IO/DICOM/vtkDCMTKImageReader.cpp index 562c943..d20d919 100644 --- a/src/src/IO/DICOM/vtkDCMTKImageReader.cpp +++ b/src/src/IO/DICOM/vtkDCMTKImageReader.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/2/8. -// #include "vtkDCMTKImageReader.h" diff --git a/src/src/IO/DICOM/vtkDCMTKImageReader.h b/src/src/IO/DICOM/vtkDCMTKImageReader.h index 2d19f58..dfcf28b 100644 --- a/src/src/IO/DICOM/vtkDCMTKImageReader.h +++ b/src/src/IO/DICOM/vtkDCMTKImageReader.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/2/8. -// #ifndef DCMV_VTKDICOMIMAGEREADER2_H #define DCMV_VTKDICOMIMAGEREADER2_H diff --git a/src/src/IO/Defines/DIDKitExport.h b/src/src/IO/Defines/DIDKitExport.h index f6f6940..626aa23 100644 --- a/src/src/IO/Defines/DIDKitExport.h +++ b/src/src/IO/Defines/DIDKitExport.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/9/19. -// #ifndef OMEGAV_DIDKITEXPORT_H #define OMEGAV_DIDKITEXPORT_H diff --git a/src/src/IO/General/ColorMapReader.cpp b/src/src/IO/General/ColorMapReader.cpp index 5f1ac1d..dd2ae8b 100644 --- a/src/src/IO/General/ColorMapReader.cpp +++ b/src/src/IO/General/ColorMapReader.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/9/4. -// #include "ColorMapReader.h" #include diff --git a/src/src/IO/General/ColorMapReader.h b/src/src/IO/General/ColorMapReader.h index d10206c..07fde7d 100644 --- a/src/src/IO/General/ColorMapReader.h +++ b/src/src/IO/General/ColorMapReader.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/9/4. -// #ifndef OMEGAV_COLORMAPREADER_H #define OMEGAV_COLORMAPREADER_H diff --git a/src/src/Interaction/ActorDraggableInteractorStyle.cpp b/src/src/Interaction/ActorDraggableInteractorStyle.cpp index 75f3657..d8751b5 100644 --- a/src/src/Interaction/ActorDraggableInteractorStyle.cpp +++ b/src/src/Interaction/ActorDraggableInteractorStyle.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/19. -// #include "ActorDraggableInteractorStyle.h" diff --git a/src/src/Interaction/ActorDraggableInteractorStyle.h b/src/src/Interaction/ActorDraggableInteractorStyle.h index 0f5d355..88bf479 100644 --- a/src/src/Interaction/ActorDraggableInteractorStyle.h +++ b/src/src/Interaction/ActorDraggableInteractorStyle.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/19. -// #ifndef OMEGAV_ACTORDRAGGABLEINTERACTORSTYLE_H #define OMEGAV_ACTORDRAGGABLEINTERACTORSTYLE_H diff --git a/src/src/Interaction/ResliceImageInteractorStyle.cpp b/src/src/Interaction/ResliceImageInteractorStyle.cpp index ef8c5f8..e76d9ce 100644 --- a/src/src/Interaction/ResliceImageInteractorStyle.cpp +++ b/src/src/Interaction/ResliceImageInteractorStyle.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/6. -// #include "ResliceImageInteractorStyle.h" diff --git a/src/src/Interaction/ResliceImageInteractorStyle.h b/src/src/Interaction/ResliceImageInteractorStyle.h index 11a2c11..2c0e29c 100644 --- a/src/src/Interaction/ResliceImageInteractorStyle.h +++ b/src/src/Interaction/ResliceImageInteractorStyle.h @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/12/6. -// + #ifndef RENDERLAB_RESLICEIMAGEINTERACTORSTYLE_H #define RENDERLAB_RESLICEIMAGEINTERACTORSTYLE_H diff --git a/src/src/Interaction/VolumeInteractorStyle.cpp b/src/src/Interaction/VolumeInteractorStyle.cpp index 16bf98f..5b99e7c 100644 --- a/src/src/Interaction/VolumeInteractorStyle.cpp +++ b/src/src/Interaction/VolumeInteractorStyle.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/8/24. -// #include "VolumeInteractorStyle.h" diff --git a/src/src/Interaction/VolumeInteractorStyle.h b/src/src/Interaction/VolumeInteractorStyle.h index 6f49a65..8b7842d 100644 --- a/src/src/Interaction/VolumeInteractorStyle.h +++ b/src/src/Interaction/VolumeInteractorStyle.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/8/24. -// #ifndef OMEGAV_VOLUMEINTERACTORSTYLE_H #define OMEGAV_VOLUMEINTERACTORSTYLE_H diff --git a/src/src/Rendering/Core/AnnotationActor.cpp b/src/src/Rendering/Core/AnnotationActor.cpp index d634395..914baf3 100644 --- a/src/src/Rendering/Core/AnnotationActor.cpp +++ b/src/src/Rendering/Core/AnnotationActor.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/7. -// #include "AnnotationActor.h" #include "vtkPolyData.h" diff --git a/src/src/Rendering/Core/AnnotationActor.h b/src/src/Rendering/Core/AnnotationActor.h index 8325931..2c39572 100644 --- a/src/src/Rendering/Core/AnnotationActor.h +++ b/src/src/Rendering/Core/AnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by krad on 2021/6/7. -// #ifndef OMEGAV_ANNOTATIONACTOR_H #define OMEGAV_ANNOTATIONACTOR_H diff --git a/src/src/Rendering/Core/ControlPointActor.cpp b/src/src/Rendering/Core/ControlPointActor.cpp index 7db9a90..63b49fd 100644 --- a/src/src/Rendering/Core/ControlPointActor.cpp +++ b/src/src/Rendering/Core/ControlPointActor.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/22. -// #include "ControlPointActor.h" diff --git a/src/src/Rendering/Core/ControlPointActor.h b/src/src/Rendering/Core/ControlPointActor.h index 5552734..b397aef 100644 --- a/src/src/Rendering/Core/ControlPointActor.h +++ b/src/src/Rendering/Core/ControlPointActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/22. -// #ifndef OMEGAV_CONTROLPOINTACTOR_H #define OMEGAV_CONTROLPOINTACTOR_H diff --git a/src/src/Rendering/Core/ControlPointRActor.cpp b/src/src/Rendering/Core/ControlPointRActor.cpp index 6246096..98d2f26 100644 --- a/src/src/Rendering/Core/ControlPointRActor.cpp +++ b/src/src/Rendering/Core/ControlPointRActor.cpp @@ -1,6 +1,4 @@ -// -// Created by 87714 on 2021/8/10. -// + #include "ControlPointRActor.h" #include diff --git a/src/src/Rendering/Core/ControlPointRActor.h b/src/src/Rendering/Core/ControlPointRActor.h index 3b6931e..140e98c 100644 --- a/src/src/Rendering/Core/ControlPointRActor.h +++ b/src/src/Rendering/Core/ControlPointRActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/8/10. -// #ifndef OMEGAV_CONTROLPOINTRACTOR_H #define OMEGAV_CONTROLPOINTRACTOR_H diff --git a/src/src/Rendering/Core/DraggableActor.cpp b/src/src/Rendering/Core/DraggableActor.cpp index d866d8c..cc6e7b6 100644 --- a/src/src/Rendering/Core/DraggableActor.cpp +++ b/src/src/Rendering/Core/DraggableActor.cpp @@ -1,6 +1,4 @@ -// -// Created by 87714 on 2021/6/21. -// + #include "DraggableActor.h" #include // for ivars diff --git a/src/src/Rendering/Core/DraggableActor.h b/src/src/Rendering/Core/DraggableActor.h index 63f8ff0..ef9b707 100644 --- a/src/src/Rendering/Core/DraggableActor.h +++ b/src/src/Rendering/Core/DraggableActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/21. -// #ifndef OMEGAV_DRAGGABLEACTOR_H #define OMEGAV_DRAGGABLEACTOR_H diff --git a/src/src/Rendering/Core/MarginCornerAnnotation.cpp b/src/src/Rendering/Core/MarginCornerAnnotation.cpp index ce667ad..091aca5 100644 --- a/src/src/Rendering/Core/MarginCornerAnnotation.cpp +++ b/src/src/Rendering/Core/MarginCornerAnnotation.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/8/26. -// #include "MarginCornerAnnotation.h" diff --git a/src/src/Rendering/Core/MarginCornerAnnotation.h b/src/src/Rendering/Core/MarginCornerAnnotation.h index 65147f3..80116f3 100644 --- a/src/src/Rendering/Core/MarginCornerAnnotation.h +++ b/src/src/Rendering/Core/MarginCornerAnnotation.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/8/26. -// #ifndef OMEGAV_MARGINCORNERANNOTATION_H #define OMEGAV_MARGINCORNERANNOTATION_H diff --git a/src/src/Rendering/Core/RenderingDefines.h b/src/src/Rendering/Core/RenderingDefines.h index 243c50b..b7298a7 100644 --- a/src/src/Rendering/Core/RenderingDefines.h +++ b/src/src/Rendering/Core/RenderingDefines.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/11/3. -// #ifndef OMEGAV_DEFINES_H #define OMEGAV_DEFINES_H diff --git a/src/src/Rendering/Core/SmartFixedPointVolumeRayCastMapper.cpp b/src/src/Rendering/Core/SmartFixedPointVolumeRayCastMapper.cpp index fbc1c0b..550c249 100644 --- a/src/src/Rendering/Core/SmartFixedPointVolumeRayCastMapper.cpp +++ b/src/src/Rendering/Core/SmartFixedPointVolumeRayCastMapper.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/11/11. -// #include "SmartFixedPointVolumeRayCastMapper.h" #include diff --git a/src/src/Rendering/Core/SmartFixedPointVolumeRayCastMapper.h b/src/src/Rendering/Core/SmartFixedPointVolumeRayCastMapper.h index 292c4b8..444cd18 100644 --- a/src/src/Rendering/Core/SmartFixedPointVolumeRayCastMapper.h +++ b/src/src/Rendering/Core/SmartFixedPointVolumeRayCastMapper.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/11/11. -// #ifndef OMEGAV_SMARTFIXEDPOINTVOLUMERAYCASTMAPPER_H #define OMEGAV_SMARTFIXEDPOINTVOLUMERAYCASTMAPPER_H diff --git a/src/src/Rendering/Legend/FastCornerAnnotationActor.cpp b/src/src/Rendering/Legend/FastCornerAnnotationActor.cpp index f9ccd42..8af331a 100644 --- a/src/src/Rendering/Legend/FastCornerAnnotationActor.cpp +++ b/src/src/Rendering/Legend/FastCornerAnnotationActor.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/29. -// #include "FastCornerAnnotationActor.h" diff --git a/src/src/Rendering/Legend/FastCornerAnnotationActor.h b/src/src/Rendering/Legend/FastCornerAnnotationActor.h index 2395cb2..454ac3b 100644 --- a/src/src/Rendering/Legend/FastCornerAnnotationActor.h +++ b/src/src/Rendering/Legend/FastCornerAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/29. -// #ifndef OMEGAV_FASTCORNERANNOTATIONACTOR_H #define OMEGAV_FASTCORNERANNOTATIONACTOR_H diff --git a/src/src/Rendering/Legend/ReferenceLineLegendActor.cpp b/src/src/Rendering/Legend/ReferenceLineLegendActor.cpp index 53fd57c..2008758 100644 --- a/src/src/Rendering/Legend/ReferenceLineLegendActor.cpp +++ b/src/src/Rendering/Legend/ReferenceLineLegendActor.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/4/11. -// #include "ReferenceLineLegendActor.h" diff --git a/src/src/Rendering/Legend/ReferenceLineLegendActor.h b/src/src/Rendering/Legend/ReferenceLineLegendActor.h index a6800eb..9583977 100644 --- a/src/src/Rendering/Legend/ReferenceLineLegendActor.h +++ b/src/src/Rendering/Legend/ReferenceLineLegendActor.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/4/11. -// #ifndef OMEGAV_REFERENCELINELEGENDACTOR_H #define OMEGAV_REFERENCELINELEGENDACTOR_H diff --git a/src/src/Rendering/Legend/ResliceCursorLegendActor.cpp b/src/src/Rendering/Legend/ResliceCursorLegendActor.cpp index 1501940..dafc3c7 100644 --- a/src/src/Rendering/Legend/ResliceCursorLegendActor.cpp +++ b/src/src/Rendering/Legend/ResliceCursorLegendActor.cpp @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/12/1. -// + #include "ResliceCursorLegendActor.h" diff --git a/src/src/Rendering/Legend/ResliceCursorLegendActor.h b/src/src/Rendering/Legend/ResliceCursorLegendActor.h index 9636f7f..98a3152 100644 --- a/src/src/Rendering/Legend/ResliceCursorLegendActor.h +++ b/src/src/Rendering/Legend/ResliceCursorLegendActor.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/1. -// #ifndef RENDERLAB_RESLICECURSORLEGENDACTOR_H #define RENDERLAB_RESLICECURSORLEGENDACTOR_H diff --git a/src/src/Rendering/Legend/ResliceSquareLegendActor.cpp b/src/src/Rendering/Legend/ResliceSquareLegendActor.cpp index 1a4bbc9..b0a6550 100644 --- a/src/src/Rendering/Legend/ResliceSquareLegendActor.cpp +++ b/src/src/Rendering/Legend/ResliceSquareLegendActor.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/28. -// #include "ResliceSquareLegendActor.h" #include diff --git a/src/src/Rendering/Legend/ResliceSquareLegendActor.h b/src/src/Rendering/Legend/ResliceSquareLegendActor.h index a97373c..ec48f74 100644 --- a/src/src/Rendering/Legend/ResliceSquareLegendActor.h +++ b/src/src/Rendering/Legend/ResliceSquareLegendActor.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/28. -// #ifndef OMEGAV_RESLICESQUARELEGENDACTOR_H #define OMEGAV_RESLICESQUARELEGENDACTOR_H diff --git a/src/src/Rendering/Legend/RulerLegendActor.cpp b/src/src/Rendering/Legend/RulerLegendActor.cpp index af4e96f..2c1dec5 100644 --- a/src/src/Rendering/Legend/RulerLegendActor.cpp +++ b/src/src/Rendering/Legend/RulerLegendActor.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/9/2. -// #include "RulerLegendActor.h" diff --git a/src/src/Rendering/Legend/RulerLegendActor.h b/src/src/Rendering/Legend/RulerLegendActor.h index e76d1ec..cd0be93 100644 --- a/src/src/Rendering/Legend/RulerLegendActor.h +++ b/src/src/Rendering/Legend/RulerLegendActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/9/2. -// #ifndef OMEGAV_RULERLEGENDACTOR_H #define OMEGAV_RULERLEGENDACTOR_H diff --git a/src/src/Rendering/Measure/AngleAnnotationActor.cpp b/src/src/Rendering/Measure/AngleAnnotationActor.cpp index b780a38..8436445 100644 --- a/src/src/Rendering/Measure/AngleAnnotationActor.cpp +++ b/src/src/Rendering/Measure/AngleAnnotationActor.cpp @@ -1,6 +1,4 @@ -// -// Created by on 2021/7/11. -// + #include "AngleAnnotationActor.h" #include diff --git a/src/src/Rendering/Measure/AngleAnnotationActor.h b/src/src/Rendering/Measure/AngleAnnotationActor.h index ec17236..8a5b647 100644 --- a/src/src/Rendering/Measure/AngleAnnotationActor.h +++ b/src/src/Rendering/Measure/AngleAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by on 2021/7/11. -// #ifndef OMEGAV_ANGLEANNOTATIONACTOR_H #define OMEGAV_ANGLEANNOTATIONACTOR_H diff --git a/src/src/Rendering/Measure/ArrowAnnotationActor.cpp b/src/src/Rendering/Measure/ArrowAnnotationActor.cpp index 847a26f..c1b974b 100644 --- a/src/src/Rendering/Measure/ArrowAnnotationActor.cpp +++ b/src/src/Rendering/Measure/ArrowAnnotationActor.cpp @@ -1,6 +1,4 @@ -// -// Created by 87714 on 2021/8/10. -// + #include "ArrowAnnotationActor.h" diff --git a/src/src/Rendering/Measure/ArrowAnnotationActor.h b/src/src/Rendering/Measure/ArrowAnnotationActor.h index a0d65a5..02b18ee 100644 --- a/src/src/Rendering/Measure/ArrowAnnotationActor.h +++ b/src/src/Rendering/Measure/ArrowAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/8/10. -// #ifndef OMEGAV_ARROWANNOTATIONACTOR_H #define OMEGAV_ARROWANNOTATIONACTOR_H diff --git a/src/src/Rendering/Measure/EllipseAnnotationActor.cpp b/src/src/Rendering/Measure/EllipseAnnotationActor.cpp index 4489805..81bead3 100644 --- a/src/src/Rendering/Measure/EllipseAnnotationActor.cpp +++ b/src/src/Rendering/Measure/EllipseAnnotationActor.cpp @@ -1,6 +1,4 @@ -// -// Created by 87714 on 2021/6/22. -// + #include "EllipseAnnotationActor.h" #include diff --git a/src/src/Rendering/Measure/EllipseAnnotationActor.h b/src/src/Rendering/Measure/EllipseAnnotationActor.h index 9f9079c..cea3e8c 100644 --- a/src/src/Rendering/Measure/EllipseAnnotationActor.h +++ b/src/src/Rendering/Measure/EllipseAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/22. -// #ifndef OMEGAV_EllipseANNOTATIONACTOR_H #define OMEGAV_EllipseANNOTATIONACTOR_H @@ -20,7 +17,7 @@ public: */ static EllipseAnnotationActor *New(); -vtkTypeMacro(EllipseAnnotationActor, DraggableActor); + vtkTypeMacro(EllipseAnnotationActor, DraggableActor); //@} void controlPointsTransform(float x, float y); diff --git a/src/src/Rendering/Measure/LineAnnotationActor.cpp b/src/src/Rendering/Measure/LineAnnotationActor.cpp index 0544520..51205a5 100644 --- a/src/src/Rendering/Measure/LineAnnotationActor.cpp +++ b/src/src/Rendering/Measure/LineAnnotationActor.cpp @@ -1,6 +1,4 @@ -// -// Created by 87714 on 2021/6/22. -// + #include "LineAnnotationActor.h" #include diff --git a/src/src/Rendering/Measure/LineAnnotationActor.h b/src/src/Rendering/Measure/LineAnnotationActor.h index 75f348d..980e11d 100644 --- a/src/src/Rendering/Measure/LineAnnotationActor.h +++ b/src/src/Rendering/Measure/LineAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/22. -// #ifndef OMEGAV_LINEANNOTATIONACTOR_H #define OMEGAV_LINEANNOTATIONACTOR_H diff --git a/src/src/Rendering/Measure/Measure.cpp b/src/src/Rendering/Measure/Measure.cpp index b53149c..c16c5b6 100644 --- a/src/src/Rendering/Measure/Measure.cpp +++ b/src/src/Rendering/Measure/Measure.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/18. -// #include "Measure.h" diff --git a/src/src/Rendering/Measure/MeasureFactory.cpp b/src/src/Rendering/Measure/MeasureFactory.cpp index 5f1bf4b..6375e1f 100644 --- a/src/src/Rendering/Measure/MeasureFactory.cpp +++ b/src/src/Rendering/Measure/MeasureFactory.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/3/10. -// #include "MeasureFactory.h" diff --git a/src/src/Rendering/Measure/MeasureFactory.h b/src/src/Rendering/Measure/MeasureFactory.h index 110db56..fb69791 100644 --- a/src/src/Rendering/Measure/MeasureFactory.h +++ b/src/src/Rendering/Measure/MeasureFactory.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/3/10. -// #ifndef OMEGAV_MEASUREFACTORY_H #define OMEGAV_MEASUREFACTORY_H diff --git a/src/src/Rendering/Measure/MeasureStore.cpp b/src/src/Rendering/Measure/MeasureStore.cpp index 22b681d..ed2858c 100644 --- a/src/src/Rendering/Measure/MeasureStore.cpp +++ b/src/src/Rendering/Measure/MeasureStore.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/19. -// #include "MeasureStore.h" diff --git a/src/src/Rendering/Measure/MeasureStore.h b/src/src/Rendering/Measure/MeasureStore.h index 0ccaaf2..23ea857 100644 --- a/src/src/Rendering/Measure/MeasureStore.h +++ b/src/src/Rendering/Measure/MeasureStore.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/19. -// #ifndef OMEGAV_MEASURESTORE_H #define OMEGAV_MEASURESTORE_H diff --git a/src/src/Rendering/Measure/OpenPolyAnnotationActor.cpp b/src/src/Rendering/Measure/OpenPolyAnnotationActor.cpp index b0a6bb2..f4a037b 100644 --- a/src/src/Rendering/Measure/OpenPolyAnnotationActor.cpp +++ b/src/src/Rendering/Measure/OpenPolyAnnotationActor.cpp @@ -1,6 +1,4 @@ -// -// Created by 87714 on 2021/8/13. -// + #include "OpenPolyAnnotationActor.h" #include diff --git a/src/src/Rendering/Measure/OpenPolyAnnotationActor.h b/src/src/Rendering/Measure/OpenPolyAnnotationActor.h index 9db21c1..e1c650b 100644 --- a/src/src/Rendering/Measure/OpenPolyAnnotationActor.h +++ b/src/src/Rendering/Measure/OpenPolyAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/8/13. -// #ifndef OMEGAV_OPENPOLYANNOTATIONACTOR_H #define OMEGAV_OPENPOLYANNOTATIONACTOR_H diff --git a/src/src/Rendering/Measure/RulerAnnotationActor.cpp b/src/src/Rendering/Measure/RulerAnnotationActor.cpp index 8284878..a2fd649 100644 --- a/src/src/Rendering/Measure/RulerAnnotationActor.cpp +++ b/src/src/Rendering/Measure/RulerAnnotationActor.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/12. -// #include "RulerAnnotationActor.h" diff --git a/src/src/Rendering/Measure/RulerAnnotationActor.h b/src/src/Rendering/Measure/RulerAnnotationActor.h index faf1753..e7091b5 100644 --- a/src/src/Rendering/Measure/RulerAnnotationActor.h +++ b/src/src/Rendering/Measure/RulerAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/12. -// #ifndef OMEGAV_RULERANNOTATIONACTOR_H #define OMEGAV_RULERANNOTATIONACTOR_H diff --git a/src/src/Rendering/Measure/TextAnnotationActor.cpp b/src/src/Rendering/Measure/TextAnnotationActor.cpp index fc0ba0e..a8021db 100644 --- a/src/src/Rendering/Measure/TextAnnotationActor.cpp +++ b/src/src/Rendering/Measure/TextAnnotationActor.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/6/22. -// #include "TextAnnotationActor.h" diff --git a/src/src/Rendering/Measure/TextAnnotationActor.h b/src/src/Rendering/Measure/TextAnnotationActor.h index 2748392..abf9f3d 100644 --- a/src/src/Rendering/Measure/TextAnnotationActor.h +++ b/src/src/Rendering/Measure/TextAnnotationActor.h @@ -1,7 +1,3 @@ -// -// Created by 87714 on 2021/6/22. -// - #ifndef OMEGAV_TEXTANNOTATIONACTOR_H #define OMEGAV_TEXTANNOTATIONACTOR_H diff --git a/src/src/Rendering/Measure/VolArrowAnnotationActor.cpp b/src/src/Rendering/Measure/VolArrowAnnotationActor.cpp index aa41512..0013408 100644 --- a/src/src/Rendering/Measure/VolArrowAnnotationActor.cpp +++ b/src/src/Rendering/Measure/VolArrowAnnotationActor.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/11/15. -// #include "VolArrowAnnotationActor.h" diff --git a/src/src/Rendering/Measure/VolArrowAnnotationActor.h b/src/src/Rendering/Measure/VolArrowAnnotationActor.h index adac78f..fad7974 100644 --- a/src/src/Rendering/Measure/VolArrowAnnotationActor.h +++ b/src/src/Rendering/Measure/VolArrowAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/11/15. -// #ifndef OMEGAV_VOLARROWANNOTATIONACTOR_H #define OMEGAV_VOLARROWANNOTATIONACTOR_H diff --git a/src/src/Rendering/Measure/VolRulerAnnotationActor.cpp b/src/src/Rendering/Measure/VolRulerAnnotationActor.cpp index 992805f..b7f42e0 100644 --- a/src/src/Rendering/Measure/VolRulerAnnotationActor.cpp +++ b/src/src/Rendering/Measure/VolRulerAnnotationActor.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/11/23. -// #include "VolRulerAnnotationActor.h" diff --git a/src/src/Rendering/Measure/VolRulerAnnotationActor.h b/src/src/Rendering/Measure/VolRulerAnnotationActor.h index ee12a17..b800f2a 100644 --- a/src/src/Rendering/Measure/VolRulerAnnotationActor.h +++ b/src/src/Rendering/Measure/VolRulerAnnotationActor.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/11/23. -// #ifndef OMEGAV_VOLRULERANNOTATIONACTOR_H #define OMEGAV_VOLRULERANNOTATIONACTOR_H diff --git a/src/src/Rendering/Source/vtkArrow2DSource.cpp b/src/src/Rendering/Source/vtkArrow2DSource.cpp index 8686b4d..d0f24f7 100644 --- a/src/src/Rendering/Source/vtkArrow2DSource.cpp +++ b/src/src/Rendering/Source/vtkArrow2DSource.cpp @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/8/11. -// #include "vtkArrow2DSource.h" #include "vtkInformation.h" diff --git a/src/src/Rendering/Source/vtkArrow2DSource.h b/src/src/Rendering/Source/vtkArrow2DSource.h index 8592742..e575e03 100644 --- a/src/src/Rendering/Source/vtkArrow2DSource.h +++ b/src/src/Rendering/Source/vtkArrow2DSource.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/8/11. -// #ifndef OMEGAV_VTKARROW2DSOURCE_H #define OMEGAV_VTKARROW2DSOURCE_H diff --git a/src/src/Rendering/Viewer/ResliceImageViewer.cpp b/src/src/Rendering/Viewer/ResliceImageViewer.cpp index 0e9e803..545f4ba 100644 --- a/src/src/Rendering/Viewer/ResliceImageViewer.cpp +++ b/src/src/Rendering/Viewer/ResliceImageViewer.cpp @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/12/8. -// + #include "ResliceImageViewer.h" diff --git a/src/src/Rendering/Viewer/ResliceImageViewer.h b/src/src/Rendering/Viewer/ResliceImageViewer.h index 233dd0e..be2f588 100644 --- a/src/src/Rendering/Viewer/ResliceImageViewer.h +++ b/src/src/Rendering/Viewer/ResliceImageViewer.h @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/12/8. -// + #ifndef OMEGAV_RESLICEIMAGEVIEWER_H #define OMEGAV_RESLICEIMAGEVIEWER_H diff --git a/src/src/Rendering/Viewer/VolumeRenderingViewer.cpp b/src/src/Rendering/Viewer/VolumeRenderingViewer.cpp index f6fdee1..adb397f 100644 --- a/src/src/Rendering/Viewer/VolumeRenderingViewer.cpp +++ b/src/src/Rendering/Viewer/VolumeRenderingViewer.cpp @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/8/9. -// + #include "VolumeRenderingViewer.h" diff --git a/src/src/Rendering/Viewer/VolumeRenderingViewer.h b/src/src/Rendering/Viewer/VolumeRenderingViewer.h index bb53ed5..59b10b3 100644 --- a/src/src/Rendering/Viewer/VolumeRenderingViewer.h +++ b/src/src/Rendering/Viewer/VolumeRenderingViewer.h @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/8/9. -// + #ifndef OMEGAV_VOLUMERENDERINGVIEWER_H #define OMEGAV_VOLUMERENDERINGVIEWER_H diff --git a/src/src/Rendering/Widget/ClickableOrientationMarkerWidget.cpp b/src/src/Rendering/Widget/ClickableOrientationMarkerWidget.cpp index 86270bc..9d22100 100644 --- a/src/src/Rendering/Widget/ClickableOrientationMarkerWidget.cpp +++ b/src/src/Rendering/Widget/ClickableOrientationMarkerWidget.cpp @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/10/26. -// + #include "ClickableOrientationMarkerWidget.h" diff --git a/src/src/Rendering/Widget/ClickableOrientationMarkerWidget.h b/src/src/Rendering/Widget/ClickableOrientationMarkerWidget.h index c1c374f..71d3570 100644 --- a/src/src/Rendering/Widget/ClickableOrientationMarkerWidget.h +++ b/src/src/Rendering/Widget/ClickableOrientationMarkerWidget.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/10/26. -// #ifndef OMEGAV_CLICKABLEORIENTATIONMARKERWIDGET_H #define OMEGAV_CLICKABLEORIENTATIONMARKERWIDGET_H diff --git a/src/src/UI/Dialog/qxtspanslider.h b/src/src/UI/Dialog/qxtspanslider.h index eaee4d6..d9724bd 100644 --- a/src/src/UI/Dialog/qxtspanslider.h +++ b/src/src/UI/Dialog/qxtspanslider.h @@ -1,34 +1,4 @@ #ifndef QXTSPANSLIDER_H -/**************************************************************************** -** Copyright (c) 2006 - 2011, the LibQxt project. -** See the Qxt AUTHORS file for a list of authors and copyright holders. -** All rights reserved. -** -** Redistribution and use in source and binary forms, with or without -** modification, are permitted provided that the following conditions are met: -** * Redistributions of source code must retain the above copyright -** notice, this list of conditions and the following disclaimer. -** * Redistributions in binary form must reproduce the above copyright -** notice, this list of conditions and the following disclaimer in the -** documentation and/or other materials provided with the distribution. -** * Neither the name of the LibQxt project nor the -** names of its contributors may be used to endorse or promote products -** derived from this software without specific prior written permission. -** -** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -** DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY -** DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -** -** -*****************************************************************************/ - #define QXTSPANSLIDER_H #include diff --git a/src/src/UI/Dialog/qxtspanslider_p.h b/src/src/UI/Dialog/qxtspanslider_p.h index f960efa..1c105f2 100644 --- a/src/src/UI/Dialog/qxtspanslider_p.h +++ b/src/src/UI/Dialog/qxtspanslider_p.h @@ -1,34 +1,4 @@ #ifndef QXTSPANSLIDER_P_H -/**************************************************************************** -** Copyright (c) 2006 - 2011, the LibQxt project. -** See the Qxt AUTHORS file for a list of authors and copyright holders. -** All rights reserved. -** -** Redistribution and use in source and binary forms, with or without -** modification, are permitted provided that the following conditions are met: -** * Redistributions of source code must retain the above copyright -** notice, this list of conditions and the following disclaimer. -** * Redistributions in binary form must reproduce the above copyright -** notice, this list of conditions and the following disclaimer in the -** documentation and/or other materials provided with the distribution. -** * Neither the name of the LibQxt project nor the -** names of its contributors may be used to endorse or promote products -** derived from this software without specific prior written permission. -** -** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -** DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY -** DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -** -** -*****************************************************************************/ - #define QXTSPANSLIDER_P_H #include diff --git a/src/src/UI/Manager/ImageViewManager.cpp b/src/src/UI/Manager/ImageViewManager.cpp index f86031a..c85f6f1 100644 --- a/src/src/UI/Manager/ImageViewManager.cpp +++ b/src/src/UI/Manager/ImageViewManager.cpp @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/3/9. -// + #include "ImageViewManager.h" #include diff --git a/src/src/UI/Manager/ImageViewManager.h b/src/src/UI/Manager/ImageViewManager.h index c5f1be3..0e6e017 100644 --- a/src/src/UI/Manager/ImageViewManager.h +++ b/src/src/UI/Manager/ImageViewManager.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/3/9. -// #ifndef OMEGAV_IMAGEVIEWMANAGER_H #define OMEGAV_IMAGEVIEWMANAGER_H diff --git a/src/src/UI/Manager/ImageViewStateCheckWorker.cpp b/src/src/UI/Manager/ImageViewStateCheckWorker.cpp index 1e397b1..864d2ba 100644 --- a/src/src/UI/Manager/ImageViewStateCheckWorker.cpp +++ b/src/src/UI/Manager/ImageViewStateCheckWorker.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/7/28. -// #include "ImageViewStateCheckWorker.h" diff --git a/src/src/UI/Manager/ImageViewStateCheckWorker.h b/src/src/UI/Manager/ImageViewStateCheckWorker.h index 3874d51..168dd7c 100644 --- a/src/src/UI/Manager/ImageViewStateCheckWorker.h +++ b/src/src/UI/Manager/ImageViewStateCheckWorker.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/7/28. -// #ifndef OMEGAV_IMAGEVIEWSTATECHECKWORKER_H #define OMEGAV_IMAGEVIEWSTATECHECKWORKER_H diff --git a/src/src/UI/Manager/ResliceImageManager.cpp b/src/src/UI/Manager/ResliceImageManager.cpp index 495a810..fd6d9e9 100644 --- a/src/src/UI/Manager/ResliceImageManager.cpp +++ b/src/src/UI/Manager/ResliceImageManager.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/26. -// #include "ResliceImageManager.h" diff --git a/src/src/UI/Manager/ResliceImageManager.h b/src/src/UI/Manager/ResliceImageManager.h index b991220..e5b8870 100644 --- a/src/src/UI/Manager/ResliceImageManager.h +++ b/src/src/UI/Manager/ResliceImageManager.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/26. -// #ifndef OMEGAV_RESLICEIMAGEMANAGER_H #define OMEGAV_RESLICEIMAGEMANAGER_H diff --git a/src/src/UI/Model/DicomTreeModel.cpp b/src/src/UI/Model/DicomTreeModel.cpp index baa620f..11a91ce 100644 --- a/src/src/UI/Model/DicomTreeModel.cpp +++ b/src/src/UI/Model/DicomTreeModel.cpp @@ -1,13 +1,4 @@ -/* This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - */ + #include "DicomTreeModel.h" #include diff --git a/src/src/UI/Model/DicomTreeModel.h b/src/src/UI/Model/DicomTreeModel.h index 9a8a066..207bf2d 100644 --- a/src/src/UI/Model/DicomTreeModel.h +++ b/src/src/UI/Model/DicomTreeModel.h @@ -1,13 +1,3 @@ -/* This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - */ #ifndef DICOMTREEMODEL_H #define DICOMTREEMODEL_H diff --git a/src/src/UI/Widget/Component/ClickableScrollBar.cpp b/src/src/UI/Widget/Component/ClickableScrollBar.cpp index 04804e7..184b388 100644 --- a/src/src/UI/Widget/Component/ClickableScrollBar.cpp +++ b/src/src/UI/Widget/Component/ClickableScrollBar.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/3/18. -// #include "ClickableScrollBar.h" diff --git a/src/src/UI/Widget/Component/ClickableScrollBar.h b/src/src/UI/Widget/Component/ClickableScrollBar.h index d668ba9..c335fb0 100644 --- a/src/src/UI/Widget/Component/ClickableScrollBar.h +++ b/src/src/UI/Widget/Component/ClickableScrollBar.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/3/18. -// #ifndef OMEGAV_CLICKABLESCROLLBAR_H #define OMEGAV_CLICKABLESCROLLBAR_H diff --git a/src/src/UI/Widget/Measure/HoverButton.cpp b/src/src/UI/Widget/Measure/HoverButton.cpp index 2b4ee86..b896655 100644 --- a/src/src/UI/Widget/Measure/HoverButton.cpp +++ b/src/src/UI/Widget/Measure/HoverButton.cpp @@ -1,6 +1,4 @@ -// -// Created by 87714 on 2021/7/22. -// + #include "HoverButton.h" #include "qdebug.h" diff --git a/src/src/UI/Widget/Measure/HoverButton.h b/src/src/UI/Widget/Measure/HoverButton.h index a62731f..2919b82 100644 --- a/src/src/UI/Widget/Measure/HoverButton.h +++ b/src/src/UI/Widget/Measure/HoverButton.h @@ -1,6 +1,3 @@ -// -// Created by 87714 on 2021/7/22. -// #ifndef OMEGAV_HOVERBUTTON_H #define OMEGAV_HOVERBUTTON_H diff --git a/src/src/UI/Widget/ToolBar/DefaultToolBar.cpp b/src/src/UI/Widget/ToolBar/DefaultToolBar.cpp index f63037a..3a138ce 100644 --- a/src/src/UI/Widget/ToolBar/DefaultToolBar.cpp +++ b/src/src/UI/Widget/ToolBar/DefaultToolBar.cpp @@ -1,6 +1,4 @@ -// -// Created by Krad on 2022/8/1. -// + #include "DefaultToolBar.h" #include diff --git a/src/src/UI/Widget/ToolBar/DefaultToolBar.h b/src/src/UI/Widget/ToolBar/DefaultToolBar.h index 7263359..d7ccbfb 100644 --- a/src/src/UI/Widget/ToolBar/DefaultToolBar.h +++ b/src/src/UI/Widget/ToolBar/DefaultToolBar.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/8/1. -// #ifndef OMEGAV_DEFAULTTOOLBAR_H #define OMEGAV_DEFAULTTOOLBAR_H diff --git a/src/src/UI/Widget/ToolBar/ResliceMPRToolBar.cpp b/src/src/UI/Widget/ToolBar/ResliceMPRToolBar.cpp index 07660dc..4d1bec6 100644 --- a/src/src/UI/Widget/ToolBar/ResliceMPRToolBar.cpp +++ b/src/src/UI/Widget/ToolBar/ResliceMPRToolBar.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/8. -// #include "ResliceMPRToolBar.h" diff --git a/src/src/UI/Widget/ToolBar/ResliceMPRToolBar.h b/src/src/UI/Widget/ToolBar/ResliceMPRToolBar.h index fd0b47d..f0fdd03 100644 --- a/src/src/UI/Widget/ToolBar/ResliceMPRToolBar.h +++ b/src/src/UI/Widget/ToolBar/ResliceMPRToolBar.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/8. -// #ifndef OMEGAV_RESLICEMPRTOOLBAR_H #define OMEGAV_RESLICEMPRTOOLBAR_H diff --git a/src/src/UI/Widget/ToolBar/VolumeRenderingToolBar.cpp b/src/src/UI/Widget/ToolBar/VolumeRenderingToolBar.cpp index cf1dedb..99473d1 100644 --- a/src/src/UI/Widget/ToolBar/VolumeRenderingToolBar.cpp +++ b/src/src/UI/Widget/ToolBar/VolumeRenderingToolBar.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/8/16. -// #include "VolumeRenderingToolBar.h" diff --git a/src/src/UI/Widget/ToolBar/VolumeRenderingToolBar.h b/src/src/UI/Widget/ToolBar/VolumeRenderingToolBar.h index cca44b9..62f199e 100644 --- a/src/src/UI/Widget/ToolBar/VolumeRenderingToolBar.h +++ b/src/src/UI/Widget/ToolBar/VolumeRenderingToolBar.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/8/16. -// #ifndef OMEGAV_VOLUMERENDERINGTOOLBAR_H #define OMEGAV_VOLUMERENDERINGTOOLBAR_H diff --git a/src/src/UI/Widget/cine/pqVCRController.h b/src/src/UI/Widget/cine/pqVCRController.h index 8b25cea..30626cb 100644 --- a/src/src/UI/Widget/cine/pqVCRController.h +++ b/src/src/UI/Widget/cine/pqVCRController.h @@ -1,34 +1,3 @@ -/*========================================================================= - - Program: ParaView - Module: pqVCRController.h - - Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc. - All rights reserved. - - ParaView is a free software; you can redistribute it and/or modify it - under the terms of the ParaView license version 1.2. - - See License_v1.2.txt for the full ParaView license. - A copy of this license can be obtained by contacting - Kitware Inc. - 28 Corporate Drive - Clifton Park, NY 12065 - USA - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -=========================================================================*/ #ifndef _pqVCRController_h #define _pqVCRController_h diff --git a/src/src/UI/Window/MPRResliceWindow.cpp b/src/src/UI/Window/MPRResliceWindow.cpp index 4fe5989..966e711 100644 --- a/src/src/UI/Window/MPRResliceWindow.cpp +++ b/src/src/UI/Window/MPRResliceWindow.cpp @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/8. -// #include "MPRResliceWindow.h" diff --git a/src/src/UI/Window/MPRResliceWindow.h b/src/src/UI/Window/MPRResliceWindow.h index aa067de..ed03e36 100644 --- a/src/src/UI/Window/MPRResliceWindow.h +++ b/src/src/UI/Window/MPRResliceWindow.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/12/8. -// #ifndef OMEGAV_MPRRESLICEWINDOW_H #define OMEGAV_MPRRESLICEWINDOW_H diff --git a/src/src/UI/Window/VolumeRenderingWindow.cpp b/src/src/UI/Window/VolumeRenderingWindow.cpp index 4ec9557..6d388ea 100644 --- a/src/src/UI/Window/VolumeRenderingWindow.cpp +++ b/src/src/UI/Window/VolumeRenderingWindow.cpp @@ -1,7 +1,3 @@ -// -// Created by Krad on 2022/8/16. -// - #include "VolumeRenderingWindow.h" #include diff --git a/src/src/UI/Window/VolumeRenderingWindow.h b/src/src/UI/Window/VolumeRenderingWindow.h index 6a055e9..38f8554 100644 --- a/src/src/UI/Window/VolumeRenderingWindow.h +++ b/src/src/UI/Window/VolumeRenderingWindow.h @@ -1,6 +1,3 @@ -// -// Created by Krad on 2022/8/16. -// #ifndef OMEGAV_VOLUMERENDERINGWINDOW_H #define OMEGAV_VOLUMERENDERINGWINDOW_H