feat: Remove create date

This commit is contained in:
kradchen
2025-04-27 14:42:05 +08:00
parent 90b4398661
commit aba705f997
132 changed files with 23 additions and 495 deletions

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/23.
//
#include "DICOMPropertiesStore.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/23.
//
#ifndef OMEGAV_DICOMPROPERTIESSTORE_H
#define OMEGAV_DICOMPROPERTIESSTORE_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/20.
//
#include <QTextCodec>
#include <QApplication>

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/20.
//
#include "OrientationHelper.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/20.
//
#ifndef OMEGAV_ORIENTATIONHELPER_H
#define OMEGAV_ORIENTATIONHELPER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/20.
//
#include "ImageSetStore.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/20.
//
#ifndef OMEGAV_IMAGESETSTORE_H
#define OMEGAV_IMAGESETSTORE_H

View File

@@ -1,6 +1,4 @@
//
// Created by KradChen on 2021/7/25.
//
#include "KDicomObjects.h"
#include <dcmtk/config/osconfig.h>
#include "dcmtk/dcmdata/dcfilefo.h"

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/25.
//
#ifndef OMEGAV_KDICOMOBJECTS_H
#define OMEGAV_KDICOMOBJECTS_H

View File

@@ -1,6 +1,4 @@
//
// Created by 87714 on 2021/7/23.
//
#include "SeriesItem.h"
#include <QVBoxLayout>

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/23.
//
#ifndef OMEGAV_SERIESITEM_H
#define OMEGAV_SERIESITEM_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/23.
//
#include "StudyItem.h"
#include <QVBoxLayout>

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/23.
//
#ifndef OMEGAV_STUDYITEM_H
#define OMEGAV_STUDYITEM_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/7/28.
//
#include "WorkerManager.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/7/28.
//
#ifndef OMEGAV_WORKERMANAGER_H
#define OMEGAV_WORKERMANAGER_H

View File

@@ -1,5 +1,2 @@
//
// Created by 87714 on 2021/6/23.
//
#include "EventsCenter.h"

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/23.
//
#ifndef OMEGAV_EVENTSCENTER_H
#define OMEGAV_EVENTSCENTER_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/23.
//
#include "vtkSignalRaiser.h"
void vtkSignalRaiser::raise(vtkObject *sender, unsigned long eventId, void *callData )

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/23.
//
#ifndef OMEGAV_VTKSIGNALRAISER_H
#define OMEGAV_VTKSIGNALRAISER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/29.
//
#include "AnnotationAppender.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/29.
//
#ifndef OMEGAV_ANNOTATIONAPPENDER_H
#define OMEGAV_ANNOTATIONAPPENDER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/21.
//
#ifndef OMEGAV_DICOMTYPES_H
#define OMEGAV_DICOMTYPES_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/21.
//
#include "ConverterBase.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/21.
//
#ifndef OMEGAV_CONVERTERBASE_H
#define OMEGAV_CONVERTERBASE_H

View File

@@ -1,6 +1,4 @@
//
// Created by Krad on 2022/9/21.
//
#include "DICOMToBMPConverter.h"
#include "vtkNew.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/21.
//
#ifndef OMEGAV_DICOMTOBMPCONVERTER_H
#define OMEGAV_DICOMTOBMPCONVERTER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/21.
//
#include "DICOMToJPEGConverter.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/21.
//
#ifndef OMEGAV_DICOMTOJPEGCONVERTER_H
#define OMEGAV_DICOMTOJPEGCONVERTER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/21.
//
#include "DICOMToPNGConverter.h"
#include "vtkNew.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/21.
//
#ifndef OMEGAV_DICOMTOPNGCONVERTER_H
#define OMEGAV_DICOMTOPNGCONVERTER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/28.
//
#include "DICOMToQImageConverter.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/28.
//
#ifndef OMEGAV_DICOMTOQIMAGECONVERTER_H
#define OMEGAV_DICOMTOQIMAGECONVERTER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/16.
//
#include "DICOMFileObjectCache.h"

View File

@@ -1,10 +1,8 @@
//
// Created by Krad on 2022/9/16.
//
#ifndef OMEGAV_DICOMFILEOBJECTCACHE_H
#define OMEGAV_DICOMFILEOBJECTCACHE_H
#include <string>
#include <unordered_map>
class DcmFileFormat;

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/2/8.
//
#include "DICOMHeaderHelper.h"
#include "dcmtk/dcmdata/dcfilefo.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/2/8.
//
#ifndef DCMV_DICOMDIRECTORYHELPER_H
#define DCMV_DICOMDIRECTORYHELPER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/9.
//
#include "DICOMPixelDataHelper.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/9.
//
#ifndef OMEGAV_DICOMPIXELDATAHELPER_H
#define OMEGAV_DICOMPIXELDATAHELPER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/2/10.
//
#include "ExtendMedicalImageProperties.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/2/10.
//
#ifndef DCMV_EXTENDMEDICALIMAGEPROPERTIES_H
#define DCMV_EXTENDMEDICALIMAGEPROPERTIES_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/22.
//
#include <dcmtk/dcmimgle/dcmimage.h>
#include "MultiframeDICOMSpliter.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/22.
//
#ifndef OMEGAV_MULTIFRAMEDICOMSPLITER_H
#define OMEGAV_MULTIFRAMEDICOMSPLITER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/2/8.
//
#include "vtkDCMTKImageReader.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/2/8.
//
#ifndef DCMV_VTKDICOMIMAGEREADER2_H
#define DCMV_VTKDICOMIMAGEREADER2_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/9/19.
//
#ifndef OMEGAV_DIDKITEXPORT_H
#define OMEGAV_DIDKITEXPORT_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/9/4.
//
#include "ColorMapReader.h"
#include <QFile>

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/9/4.
//
#ifndef OMEGAV_COLORMAPREADER_H
#define OMEGAV_COLORMAPREADER_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/19.
//
#include "ActorDraggableInteractorStyle.h"

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/19.
//
#ifndef OMEGAV_ACTORDRAGGABLEINTERACTORSTYLE_H
#define OMEGAV_ACTORDRAGGABLEINTERACTORSTYLE_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/12/6.
//
#include "ResliceImageInteractorStyle.h"

View File

@@ -1,6 +1,4 @@
//
// Created by Krad on 2022/12/6.
//
#ifndef RENDERLAB_RESLICEIMAGEINTERACTORSTYLE_H
#define RENDERLAB_RESLICEIMAGEINTERACTORSTYLE_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/8/24.
//
#include "VolumeInteractorStyle.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/8/24.
//
#ifndef OMEGAV_VOLUMEINTERACTORSTYLE_H
#define OMEGAV_VOLUMEINTERACTORSTYLE_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/7.
//
#include "AnnotationActor.h"
#include "vtkPolyData.h"

View File

@@ -1,6 +1,3 @@
//
// Created by krad on 2021/6/7.
//
#ifndef OMEGAV_ANNOTATIONACTOR_H
#define OMEGAV_ANNOTATIONACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/22.
//
#include "ControlPointActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/22.
//
#ifndef OMEGAV_CONTROLPOINTACTOR_H
#define OMEGAV_CONTROLPOINTACTOR_H

View File

@@ -1,6 +1,4 @@
//
// Created by 87714 on 2021/8/10.
//
#include "ControlPointRActor.h"
#include <vtkPolyLineSource.h>

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/8/10.
//
#ifndef OMEGAV_CONTROLPOINTRACTOR_H
#define OMEGAV_CONTROLPOINTRACTOR_H

View File

@@ -1,6 +1,4 @@
//
// Created by 87714 on 2021/6/21.
//
#include "DraggableActor.h"
#include <vtkNew.h> // for ivars

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/21.
//
#ifndef OMEGAV_DRAGGABLEACTOR_H
#define OMEGAV_DRAGGABLEACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/8/26.
//
#include "MarginCornerAnnotation.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/8/26.
//
#ifndef OMEGAV_MARGINCORNERANNOTATION_H
#define OMEGAV_MARGINCORNERANNOTATION_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/11/3.
//
#ifndef OMEGAV_DEFINES_H
#define OMEGAV_DEFINES_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/11/11.
//
#include "SmartFixedPointVolumeRayCastMapper.h"
#include <vtkObjectFactory.h>

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/11/11.
//
#ifndef OMEGAV_SMARTFIXEDPOINTVOLUMERAYCASTMAPPER_H
#define OMEGAV_SMARTFIXEDPOINTVOLUMERAYCASTMAPPER_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/12/29.
//
#include "FastCornerAnnotationActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/12/29.
//
#ifndef OMEGAV_FASTCORNERANNOTATIONACTOR_H
#define OMEGAV_FASTCORNERANNOTATIONACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/4/11.
//
#include "ReferenceLineLegendActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/4/11.
//
#ifndef OMEGAV_REFERENCELINELEGENDACTOR_H
#define OMEGAV_REFERENCELINELEGENDACTOR_H

View File

@@ -1,6 +1,4 @@
//
// Created by Krad on 2022/12/1.
//
#include "ResliceCursorLegendActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/12/1.
//
#ifndef RENDERLAB_RESLICECURSORLEGENDACTOR_H
#define RENDERLAB_RESLICECURSORLEGENDACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/12/28.
//
#include "ResliceSquareLegendActor.h"
#include <vtkObjectFactory.h>

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/12/28.
//
#ifndef OMEGAV_RESLICESQUARELEGENDACTOR_H
#define OMEGAV_RESLICESQUARELEGENDACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/9/2.
//
#include "RulerLegendActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/9/2.
//
#ifndef OMEGAV_RULERLEGENDACTOR_H
#define OMEGAV_RULERLEGENDACTOR_H

View File

@@ -1,6 +1,4 @@
//
// Created by on 2021/7/11.
//
#include "AngleAnnotationActor.h"
#include <vtkPolyLineSource.h>

View File

@@ -1,6 +1,3 @@
//
// Created by on 2021/7/11.
//
#ifndef OMEGAV_ANGLEANNOTATIONACTOR_H
#define OMEGAV_ANGLEANNOTATIONACTOR_H

View File

@@ -1,6 +1,4 @@
//
// Created by 87714 on 2021/8/10.
//
#include "ArrowAnnotationActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/8/10.
//
#ifndef OMEGAV_ARROWANNOTATIONACTOR_H
#define OMEGAV_ARROWANNOTATIONACTOR_H

View File

@@ -1,6 +1,4 @@
//
// Created by 87714 on 2021/6/22.
//
#include "EllipseAnnotationActor.h"
#include <math.h>

View File

@@ -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);

View File

@@ -1,6 +1,4 @@
//
// Created by 87714 on 2021/6/22.
//
#include "LineAnnotationActor.h"
#include <vtkPolyLineSource.h>

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/22.
//
#ifndef OMEGAV_LINEANNOTATIONACTOR_H
#define OMEGAV_LINEANNOTATIONACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/18.
//
#include "Measure.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/3/10.
//
#include "MeasureFactory.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/3/10.
//
#ifndef OMEGAV_MEASUREFACTORY_H
#define OMEGAV_MEASUREFACTORY_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/19.
//
#include "MeasureStore.h"

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/19.
//
#ifndef OMEGAV_MEASURESTORE_H
#define OMEGAV_MEASURESTORE_H

View File

@@ -1,6 +1,4 @@
//
// Created by 87714 on 2021/8/13.
//
#include "OpenPolyAnnotationActor.h"
#include <vtkObjectFactory.h>

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/8/13.
//
#ifndef OMEGAV_OPENPOLYANNOTATIONACTOR_H
#define OMEGAV_OPENPOLYANNOTATIONACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/12.
//
#include "RulerAnnotationActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/7/12.
//
#ifndef OMEGAV_RULERANNOTATIONACTOR_H
#define OMEGAV_RULERANNOTATIONACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/6/22.
//
#include "TextAnnotationActor.h"

View File

@@ -1,7 +1,3 @@
//
// Created by 87714 on 2021/6/22.
//
#ifndef OMEGAV_TEXTANNOTATIONACTOR_H
#define OMEGAV_TEXTANNOTATIONACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/11/15.
//
#include "VolArrowAnnotationActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/11/15.
//
#ifndef OMEGAV_VOLARROWANNOTATIONACTOR_H
#define OMEGAV_VOLARROWANNOTATIONACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/11/23.
//
#include "VolRulerAnnotationActor.h"

View File

@@ -1,6 +1,3 @@
//
// Created by Krad on 2022/11/23.
//
#ifndef OMEGAV_VOLRULERANNOTATIONACTOR_H
#define OMEGAV_VOLRULERANNOTATIONACTOR_H

View File

@@ -1,6 +1,3 @@
//
// Created by 87714 on 2021/8/11.
//
#include "vtkArrow2DSource.h"
#include "vtkInformation.h"

Some files were not shown because too many files have changed in this diff Show More