First update.
This commit is contained in:
@@ -33,7 +33,7 @@ private:
|
||||
char mStudyInstanceUID[100]={0};
|
||||
char mSeriesInstanceUID[100]={0};
|
||||
PatientData mPatientData;
|
||||
void exportDCM(std::string path, double * startPoint, double* endPoint, int* imageXYZ,double* data, int type);
|
||||
void exportDCM(std::string path, float * startPoint, float* endPoint, int* imageXYZ,float* data, int type);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user