Program: wxMaracas
Module: $RCSfile: marDicom.cpp,v $
Language: C++
- Date: $Date: 2008/10/31 16:32:54 $
- Version: $Revision: 1.1 $
+ Date: $Date: 2008/11/14 11:33:20 $
+ Version: $Revision: 1.2 $
Copyright: (c) 2002, 2003
License:
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
-
+/*
extern "C"
{
#include <idacr.h>
// -------------------------------------------------------------------------
void marDicom::loadVolume( bool force )
{
-/*
-TODO: this function calls 11 534 336 to kVolume::setPixel !!!!
-*/
+//
+//TODO: this function calls 11 534 336 to kVolume::setPixel !!!!
+//
wxString number, tmp;
int size, i, j, k, dx, dy, dz, loc;
double vX, vY, vZ;
}
// eof - dicom.cxx
+ */
Program: wxMaracas
Module: $RCSfile: marDicom.h,v $
Language: C++
- Date: $Date: 2008/10/31 16:32:55 $
- Version: $Revision: 1.1 $
+ Date: $Date: 2008/11/14 11:33:20 $
+ Version: $Revision: 1.2 $
Copyright: (c) 2002, 2003
License:
=========================================================================*/
#ifndef __MAR__KERNEL__DICOM__HXX__
#define __MAR__KERNEL__DICOM__HXX__
+/*
#include <kgfo/volume.h>
#include <wx/list.h>
bool setActualStudy( wxString& s );
bool setActualSerie( wxString& s );
-
- /** General methods
- */
+
+ //
+ // General methods
+ //
void reset( )
{
freeVolume( );
}
void copyFrom( const marObject& from );
-
- /** Persistence methods
- */
+ //
+ //Persistence methods
+ //
bool save( std::ofstream& os );
bool load( std::ifstream& is );
};
+
+*/
#endif // __MAR__KERNEL__DICOM__HXX__