Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 356329
Collapse All | Expand All

(-)dicom3tools_1.00.snapshot.20100815/appsrc/acrnema/ancp.cc (-2 / +5 lines)
Lines 1-5 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <iomanip.h>
2
#include <iomanip>
3
#include <cstdio>
3
#include <string.h>
4
#include <string.h>
4
#include <ctype.h>
5
#include <ctype.h>
5
6
Lines 12-17 Link Here
12
#include "elmdict.h"
13
#include "elmdict.h"
13
#include "mesgtext.h"
14
#include "mesgtext.h"
14
15
16
using namespace std;
17
15
static bool
18
static bool
16
isOtherByteOrWordVR(const char *vr)
19
isOtherByteOrWordVR(const char *vr)
17
{
20
{
(-)dicom3tools_1.00.snapshot.20100815/appsrc/acrnema/ancreate.cc (-3 / +5 lines)
Lines 1-6 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <iomanip.h>
2
#include <iomanip>
3
#include <string.h>
3
#include <string>
4
#include <ctype.h>
4
#include <ctype.h>
5
5
6
#include "basetype.h"
6
#include "basetype.h"
Lines 8-13 Link Here
8
#include "getoptns.h"
8
#include "getoptns.h"
9
#include "mesgtext.h"
9
#include "mesgtext.h"
10
10
11
using namespace std;
12
11
#define INPUTLINEBUFFERLENGTH 32768
13
#define INPUTLINEBUFFERLENGTH 32768
12
14
13
// all the following is copied from dconvert/fltype.h
15
// all the following is copied from dconvert/fltype.h
(-)dicom3tools_1.00.snapshot.20100815/appsrc/acrnema/andump.cc (-3 / +6 lines)
Lines 1-8 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <iomanip.h>
2
#include <iomanip>
3
#include <string.h>
3
#include <string>
4
#include <cstdio>
4
#include <ctype.h>
5
#include <ctype.h>
5
6
7
using namespace std;
8
6
#ifdef POWINTEGEREXPONENTTYPE
9
#ifdef POWINTEGEREXPONENTTYPE
7
#define	powi(m,e)	pow(m,(POWINTEGEREXPONENTTYPE)(e))
10
#define	powi(m,e)	pow(m,(POWINTEGEREXPONENTTYPE)(e))
8
#else
11
#else
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcdirmk.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
#include <ctype.h>
2
#include <ctype.h>
3
3
4
#include "attrmxls.h"
4
#include "attrmxls.h"
Lines 16-21 Link Here
16
#include "mesgtext.h"
16
#include "mesgtext.h"
17
#include "dcopt.h"
17
#include "dcopt.h"
18
18
19
using namespace std;
20
19
// In a lot of places, there is an assumption that sequences and items will
21
// In a lot of places, there is an assumption that sequences and items will
20
// be written delimited, ie. with undefined lengths ... this will break if
22
// be written delimited, ie. with undefined lengths ... this will break if
21
// this changes (write() in attrseq.cc) :(
23
// this changes (write() in attrseq.cc) :(
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcdtchg.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
//#include <time.h>
2
//#include <time.h>
3
3
4
#include "attrmxls.h"
4
#include "attrmxls.h"
Lines 13-18 Link Here
13
13
14
#include "dcdtchg.h"
14
#include "dcdtchg.h"
15
15
16
using namespace std;
17
16
class EntryString {
18
class EntryString {
17
	HashKeyString key;
19
	HashKeyString key;
18
	const char *value;
20
	const char *value;
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcentvfy.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "attrmxls.h"
3
#include "attrmxls.h"
4
#include "mesgtext.h"
4
#include "mesgtext.h"
Lines 10-15 Link Here
10
10
11
#include "iodcomp.h"
11
#include "iodcomp.h"
12
12
13
using namespace std;
14
13
static const char *
15
static const char *
14
getStringValueElseDefault(AttributeList &list,Tag tag,const char *def)
16
getStringValueElseDefault(AttributeList &list,Tag tag,const char *def)
15
{
17
{
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcfile.cc (+4 lines)
Lines 1-3 Link Here
1
#include <cstdio>
2
1
#include "basetype.h"
3
#include "basetype.h"
2
#include "mesgtext.h"
4
#include "mesgtext.h"
3
#include "dcopt.h"
5
#include "dcopt.h"
Lines 8-13 Link Here
8
#include "elmconst.h"
10
#include "elmconst.h"
9
#include "transynd.h"
11
#include "transynd.h"
10
12
13
using namespace std;
14
11
static bool
15
static bool
12
isOtherByteOrWordVR(const char *vr)
16
isOtherByteOrWordVR(const char *vr)
13
{
17
{
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcmulti.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
#include <ctype.h>
2
#include <ctype.h>
3
3
4
#include "attrmxls.h"
4
#include "attrmxls.h"
Lines 17-22 Link Here
17
#define M_PI 3.14159265358979323846
17
#define M_PI 3.14159265358979323846
18
#endif
18
#endif
19
19
20
using namespace std;
21
20
static const double defaultWindowCenter = 127.5;
22
static const double defaultWindowCenter = 127.5;
21
static const double defaultWindowWidth = 256;
23
static const double defaultWindowWidth = 256;
22
24
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcpost.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "attrmxls.h"
3
#include "attrmxls.h"
4
#include "attrtype.h"
4
#include "attrtype.h"
Lines 10-15 Link Here
10
#include "mesgtext.h"
10
#include "mesgtext.h"
11
#include "dcopt.h"
11
#include "dcopt.h"
12
12
13
using namespace std;
14
13
static Attribute *
15
static Attribute *
14
isValuePresentElseAbort(AttributeList &list,Tag tag,const char *label,const char *filename,TextOutputStream &log)
16
isValuePresentElseAbort(AttributeList &list,Tag tag,const char *label,const char *filename,TextOutputStream &log)
15
{
17
{
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcrmmeta.cc (-2 / +4 lines)
Lines 1-5 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <iomanip.h>
2
#include <iomanip>
3
#include <string.h>
3
#include <string.h>
4
#include <ctype.h>
4
#include <ctype.h>
5
5
Lines 11-16 Link Here
11
#include "ioopt.h"
11
#include "ioopt.h"
12
#include "dcopt.h"
12
#include "dcopt.h"
13
13
14
using namespace std;
15
14
static void copyBytes(istream& i,ostream& o) {
16
static void copyBytes(istream& i,ostream& o) {
15
	const int bufsize=1024;
17
	const int bufsize=1024;
16
	char buffer[1024];
18
	char buffer[1024];
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcsort.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "attrmxls.h"
3
#include "attrmxls.h"
4
#include "attrtype.h"
4
#include "attrtype.h"
Lines 14-19 Link Here
14
#define M_PI 3.14159265358979323846
14
#define M_PI 3.14159265358979323846
15
#endif
15
#endif
16
16
17
using namespace std;
18
17
static ElementDictionary staticDictionary;
19
static ElementDictionary staticDictionary;
18
20
19
// Various functions to check and match values ...
21
// Various functions to check and match values ...
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcsqextr.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "transynu.h"
3
#include "transynu.h"
4
#include "attrmxls.h"
4
#include "attrmxls.h"
Lines 7-12 Link Here
7
#include "mesgtext.h"
7
#include "mesgtext.h"
8
#include "dcopt.h"
8
#include "dcopt.h"
9
9
10
using namespace std;
11
10
static bool
12
static bool
11
writeImageInSequence(Attribute *a,
13
writeImageInSequence(Attribute *a,
12
	DicomOutputOptions& dicom_output_options,
14
	DicomOutputOptions& dicom_output_options,
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcsrmrg.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "attrmxls.h"
3
#include "attrmxls.h"
4
#include "attrtype.h"
4
#include "attrtype.h"
Lines 11-16 Link Here
11
#include "mesgtext.h"
11
#include "mesgtext.h"
12
#include "dcopt.h"
12
#include "dcopt.h"
13
13
14
using namespace std;
15
14
static ElementDictionary staticDictionary;
16
static ElementDictionary staticDictionary;
15
17
16
// Define a funky derived OX class to be able to writeBase() and not activateSource() ...
18
// Define a funky derived OX class to be able to writeBase() and not activateSource() ...
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dctable.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "attrmxls.h"
3
#include "attrmxls.h"
4
#include "attrnew.h"
4
#include "attrnew.h"
Lines 9-14 Link Here
9
#include "dcstream.h"
9
#include "dcstream.h"
10
#include "elmconst.h"
10
#include "elmconst.h"
11
11
12
using namespace std;
13
12
static const char *options_output_key[] = {
14
static const char *options_output_key[] = {
13
	"key",
15
	"key",
14
	"k",
16
	"k",
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcuidchg.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "attrmxls.h"
3
#include "attrmxls.h"
4
#include "attrtype.h"
4
#include "attrtype.h"
Lines 10-15 Link Here
10
#include "hash.h"
10
#include "hash.h"
11
#include "uidgen.h"
11
#include "uidgen.h"
12
12
13
using namespace std;
14
13
class UIDEntryString {
15
class UIDEntryString {
14
	HashKeyString key;
16
	HashKeyString key;
15
	const char *value;
17
	const char *value;
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dcfile/dcuncat.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "attrmxls.h"
3
#include "attrmxls.h"
4
#include "attrtype.h"
4
#include "attrtype.h"
Lines 11-16 Link Here
11
#include "uidgen.h"
11
#include "uidgen.h"
12
#include "sopclu.h"
12
#include "sopclu.h"
13
13
14
using namespace std;
15
14
// The following are copied unchanged from dcmulti.cc
16
// The following are copied unchanged from dcmulti.cc
15
17
16
// Define a funky derived OX class to be able to writeBase() and not activateSource() ...
18
// Define a funky derived OX class to be able to writeBase() and not activateSource() ...
(-)dicom3tools_1.00.snapshot.20100815/appsrc/dconvert/pq/pqsplit.cc (-2 / +4 lines)
Lines 1-9 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <fstream.h>
2
#include <fstream>
3
#include <assert.h>
3
#include <assert.h>
4
#include <string.h>
4
#include <string.h>
5
#include <stdlib.h>	// for atoi()
5
#include <stdlib.h>	// for atoi()
6
6
7
using namespace std;
8
7
int
9
int
8
main(int argc,char **argv)
10
main(int argc,char **argv)
9
{
11
{
(-)dicom3tools_1.00.snapshot.20100815/appsrc/misc/binpatch.cc (-3 / +5 lines)
Lines 1-6 Link Here
1
#include <iostream.h>          // for listsimp.h
1
#include <iostream>          // for listsimp.h
2
#include <iomanip.h>           // for listsimp.h
2
#include <iomanip>           // for listsimp.h
3
#include <fstream.h>
3
#include <fstream>
4
#include <stdlib.h>            // for atoi()
4
#include <stdlib.h>            // for atoi()
5
#include <string.h>            // for strlen()
5
#include <string.h>            // for strlen()
6
#include <ctype.h>             // for isdigit()
6
#include <ctype.h>             // for isdigit()
Lines 10-15 Link Here
10
#include "ioopt.h"
10
#include "ioopt.h"
11
#include "mesgtext.h"
11
#include "mesgtext.h"
12
12
13
using namespace std;
14
13
class Patch {
15
class Patch {
14
	unsigned	offset;
16
	unsigned	offset;
15
	unsigned	length;
17
	unsigned	length;
(-)dicom3tools_1.00.snapshot.20100815/appsrc/misc/dcunmeta.cc (-1 / +3 lines)
Lines 1-8 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "mesgtext.h"
4
#include "mesgtext.h"
5
5
6
using namespace std;
7
6
#ifndef REPLACESTANDARDIOBUFSIZE
8
#ifndef REPLACESTANDARDIOBUFSIZE
7
#define REPLACESTANDARDIOBUFSIZE 16384
9
#define REPLACESTANDARDIOBUFSIZE 16384
8
#endif
10
#endif
(-)dicom3tools_1.00.snapshot.20100815/appsrc/misc/dumptiff.cc (-1 / +3 lines)
Lines 1-10 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "bnstream.h"
4
#include "bnstream.h"
5
#include "errclass.h"
5
#include "errclass.h"
6
#include "mesgtext.h"
6
#include "mesgtext.h"
7
7
8
using namespace std;
9
8
class TIFF_Reader : public ErrorsInClass {
10
class TIFF_Reader : public ErrorsInClass {
9
private:
11
private:
10
	BinaryInputStream *bin;
12
	BinaryInputStream *bin;
(-)dicom3tools_1.00.snapshot.20100815/appsrc/misc/dumpwhat.cc (-2 / +5 lines)
Lines 1-5 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
#include <iomanip.h>
2
#include <iomanip>
3
#include <iostream>
3
#include <stdlib.h>            // for atoi()
4
#include <stdlib.h>            // for atoi()
4
#include <ctype.h>
5
#include <ctype.h>
5
#include <string.h>
6
#include <string.h>
Lines 8-13 Link Here
8
#include "ioopt.h"
9
#include "ioopt.h"
9
#include "mesgtext.h"
10
#include "mesgtext.h"
10
11
12
using namespace std;
13
11
const unsigned 	DefaultBufferSizeIncrement	= 1024;
14
const unsigned 	DefaultBufferSizeIncrement	= 1024;
12
const double 	ReasonableMinimumFloatToShow 	= 0.01;
15
const double 	ReasonableMinimumFloatToShow 	= 0.01;
13
	
16
	
(-)dicom3tools_1.00.snapshot.20100815/appsrc/misc/jpegdump.cc (-1 / +3 lines)
Lines 1-8 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "txstream.h"
4
#include "txstream.h"
5
5
6
using namespace std;
7
6
const Uint16 JPEG_MARKER_APP0 = 0xffe0;
8
const Uint16 JPEG_MARKER_APP0 = 0xffe0;
7
const Uint16 JPEG_MARKER_APP1 = 0xffe1;
9
const Uint16 JPEG_MARKER_APP1 = 0xffe1;
8
const Uint16 JPEG_MARKER_APP2 = 0xffe2;
10
const Uint16 JPEG_MARKER_APP2 = 0xffe2;
(-)dicom3tools_1.00.snapshot.20100815/appsrc/misc/jpegdump.cc.pre2000 (-1 / +3 lines)
Lines 1-7 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
4
5
using namespace std;
6
5
const Uint16 JPEG_MARKER_APP0 = 0xffe0;
7
const Uint16 JPEG_MARKER_APP0 = 0xffe0;
6
const Uint16 JPEG_MARKER_APP1 = 0xffe1;
8
const Uint16 JPEG_MARKER_APP1 = 0xffe1;
7
const Uint16 JPEG_MARKER_APP2 = 0xffe2;
9
const Uint16 JPEG_MARKER_APP2 = 0xffe2;
(-)dicom3tools_1.00.snapshot.20100815/appsrc/misc/jpegsplit.cc (-1 / +4 lines)
Lines 1-9 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
#include <iostream>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
#include "mesgtext.h"
5
#include "mesgtext.h"
5
#include "getoptns.h"
6
#include "getoptns.h"
6
7
8
using namespace std;
9
7
const Uint16 JPEG_MARKER_APP0 = 0xffe0;
10
const Uint16 JPEG_MARKER_APP0 = 0xffe0;
8
const Uint16 JPEG_MARKER_APP1 = 0xffe1;
11
const Uint16 JPEG_MARKER_APP1 = 0xffe1;
9
const Uint16 JPEG_MARKER_APP2 = 0xffe2;
12
const Uint16 JPEG_MARKER_APP2 = 0xffe2;
(-)dicom3tools_1.00.snapshot.20100815/appsrc/simple/ge9800/ge98id.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
4
Lines 6-11 Link Here
6
6
7
#include <float.h>
7
#include <float.h>
8
8
9
using namespace std;
10
9
#ifdef POWINTEGEREXPONENTTYPE
11
#ifdef POWINTEGEREXPONENTTYPE
10
#define	powi(m,e)	pow(m,(POWINTEGEREXPONENTTYPE)(e))
12
#define	powi(m,e)	pow(m,(POWINTEGEREXPONENTTYPE)(e))
11
#else
13
#else
(-)dicom3tools_1.00.snapshot.20100815/appsrc/simple/ge9800/ge98topgm.cc (-1 / +4 lines)
Lines 1-7 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <cstdio>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
5
6
using namespace std;
7
5
#ifndef PNMBIGRAW
8
#ifndef PNMBIGRAW
6
#define PNMBIGRAW 1
9
#define PNMBIGRAW 1
7
#endif
10
#endif
(-)dicom3tools_1.00.snapshot.20100815/appsrc/simple/genesis/gentopgm.cc (-1 / +4 lines)
Lines 1-7 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <cstdio>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
5
6
using namespace std;
7
5
#ifndef PNMBIGRAW
8
#ifndef PNMBIGRAW
6
#define PNMBIGRAW 1
9
#define PNMBIGRAW 1
7
#endif
10
#endif
(-)dicom3tools_1.00.snapshot.20100815/appsrc/simple/pace/pacetopgm.cc (-1 / +4 lines)
Lines 1-7 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <cstdio>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
5
6
using namespace std;
7
5
#ifndef PNMBIGRAW
8
#ifndef PNMBIGRAW
6
#define PNMBIGRAW 1
9
#define PNMBIGRAW 1
7
#endif
10
#endif
(-)dicom3tools_1.00.snapshot.20100815/appsrc/simple/signa/sgntopgm.cc (-1 / +4 lines)
Lines 1-7 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <cstdio>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
5
6
using namespace std;
7
5
#ifndef PNMBIGRAW
8
#ifndef PNMBIGRAW
6
#define PNMBIGRAW 1
9
#define PNMBIGRAW 1
7
#endif
10
#endif
(-)dicom3tools_1.00.snapshot.20100815/appsrc/simple/somatom/somtopgm.cc (-1 / +4 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <cstdio>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
5
Lines 6-11 Link Here
6
#define PNMBIGRAW 1
7
#define PNMBIGRAW 1
7
#endif
8
#endif
8
9
10
using namespace std;
11
9
static Uint16
12
static Uint16
10
read16(istream& instream)
13
read16(istream& instream)
11
{
14
{
(-)dicom3tools_1.00.snapshot.20100815/appsrc/simple/sytec/syttopgm.cc (-1 / +4 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <cstdio>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
5
Lines 6-11 Link Here
6
#define PNMBIGRAW 1
7
#define PNMBIGRAW 1
7
#endif
8
#endif
8
9
10
using namespace std;
11
9
static Uint16
12
static Uint16
10
read16(istream& instream)
13
read16(istream& instream)
11
{
14
{
(-)dicom3tools_1.00.snapshot.20100815/appsrc/simple/vision/vsntopgm.cc (-1 / +4 lines)
Lines 1-7 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <cstdio>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
5
6
using namespace std;
7
5
#ifndef PNMBIGRAW
8
#ifndef PNMBIGRAW
6
#define PNMBIGRAW 1
9
#define PNMBIGRAW 1
7
#endif
10
#endif
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/dconvert/planev.h (-2 / +4 lines)
Lines 4-11 Link Here
4
#define __Header_planev__
4
#define __Header_planev__
5
5
6
#ifdef DEBUGPLANE
6
#ifdef DEBUGPLANE
7
#include <iostream.h>
7
#include <iostream>
8
#include <iomanip.h>
8
#include <iomanip>
9
#endif
9
#endif
10
10
11
#include <math.h>
11
#include <math.h>
Lines 17-22 Link Here
17
#define	cosd(theta)	cos((theta)/180*M_PI)
17
#define	cosd(theta)	cos((theta)/180*M_PI)
18
#define	sind(theta)	sin((theta)/180*M_PI)
18
#define	sind(theta)	sin((theta)/180*M_PI)
19
19
20
using namespace std;
21
20
enum Index3D { X=0,Y,Z };
22
enum Index3D { X=0,Y,Z };
21
23
22
class Vector3DBase {
24
class Vector3DBase {
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/dconvert/ptyhdr.h (-1 / +3 lines)
Lines 1-7 Link Here
1
#ifndef __Header_ptyhdr__
1
#ifndef __Header_ptyhdr__
2
#define __Header_ptyhdr__
2
#define __Header_ptyhdr__
3
3
4
#include <iostream.h>
4
#include <iostream>
5
5
6
#include "basetype.h"
6
#include "basetype.h"
7
#include "convtype.h"
7
#include "convtype.h"
Lines 10-15 Link Here
10
#include "datetype.h"
10
#include "datetype.h"
11
#include "dateconv.h"
11
#include "dateconv.h"
12
12
13
using namespace std;
14
13
static inline bool
15
static inline bool
14
ReadProprietaryHeader(istream *istr,long offset,size_t length,char *buffer)
16
ReadProprietaryHeader(istream *istr,long offset,size_t length,char *buffer)
15
{
17
{
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/generic/bnstream.h (-2 / +4 lines)
Lines 1-12 Link Here
1
#ifndef __Header_bnstream__
1
#ifndef __Header_bnstream__
2
#define __Header_bnstream__
2
#define __Header_bnstream__
3
3
4
#include <iostream.h>
4
#include <iostream>
5
//#include <iomanip.h>
5
//#include <iomanip>
6
6
7
#include "basetype.h"
7
#include "basetype.h"
8
#include "endtype.h"
8
#include "endtype.h"
9
9
10
using namespace std;
11
10
// Note that great care has to be taken adding insert and
12
// Note that great care has to be taken adding insert and
11
// extract operators as these classes (and any derived classes)
13
// extract operators as these classes (and any derived classes)
12
// are themselves derived from iostream classes which DO NOT
14
// are themselves derived from iostream classes which DO NOT
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/generic/endtype.h (-1 / +3 lines)
Lines 1-7 Link Here
1
#ifndef __Header_endtype__
1
#ifndef __Header_endtype__
2
#define __Header_endtype__
2
#define __Header_endtype__
3
3
4
#include <iostream.h>	//for debugging only
4
#include <iostream>	//for debugging only
5
6
using namespace std;
5
7
6
typedef enum { NoEndian, LittleEndian, BigEndian, ByteEndian } Endian;
8
typedef enum { NoEndian, LittleEndian, BigEndian, ByteEndian } Endian;
7
9
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/generic/errclass.h (-1 / +3 lines)
Lines 1-7 Link Here
1
#ifndef __Header_errclass__
1
#ifndef __Header_errclass__
2
#define __Header_errclass__
2
#define __Header_errclass__
3
3
4
#include <iomanip.h>
4
#include <iomanip>
5
6
using namespace std;
5
7
6
class ErrorsInClass {
8
class ErrorsInClass {
7
private:
9
private:
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/generic/listsimp.h (+4 lines)
Lines 1-6 Link Here
1
#include <iostream>
2
1
#ifndef __Header_listsimp__
3
#ifndef __Header_listsimp__
2
#define __Header_listsimp__
4
#define __Header_listsimp__
3
5
6
using namespace std;
7
4
template<class T> class SimpleList;
8
template<class T> class SimpleList;
5
template<class T> class SimpleListIterator;
9
template<class T> class SimpleListIterator;
6
10
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/generic/ntstream.h (-1 / +3 lines)
Lines 2-8 Link Here
2
#ifndef __Header_nstream__
2
#ifndef __Header_nstream__
3
#define __Header_nstream__
3
#define __Header_nstream__
4
4
5
#include <iostream.h>
5
#include <iostream>
6
7
using namespace std;
6
8
7
class netbuf: public streambuf {
9
class netbuf: public streambuf {
8
protected:
10
protected:
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/generic/txstream.h (-2 / +4 lines)
Lines 1-8 Link Here
1
#ifndef __Header_txstream__
1
#ifndef __Header_txstream__
2
#define __Header_txstream__
2
#define __Header_txstream__
3
3
4
#include <iostream.h>
4
#include <iostream>
5
#include <iomanip.h>
5
#include <iomanip>
6
7
using namespace std;
6
8
7
class TextOutputStream : public ostream {
9
class TextOutputStream : public ostream {
8
public:
10
public:
(-)dicom3tools_1.00.snapshot.20100815/libsrc/include/pixeldat/srcsink.h (+4 lines)
Lines 1-12 Link Here
1
#ifndef __Header_srcsink__
1
#ifndef __Header_srcsink__
2
#define __Header_srcsink__
2
#define __Header_srcsink__
3
3
4
#include <istream>
5
4
#include "buffer.h"
6
#include "buffer.h"
5
7
6
#ifndef DEFAULTCHUNKSIZE
8
#ifndef DEFAULTCHUNKSIZE
7
#define DEFAULTCHUNKSIZE 16384
9
#define DEFAULTCHUNKSIZE 16384
8
#endif
10
#endif
9
11
12
using namespace std;
13
10
template<class T>
14
template<class T>
11
class SourceBase {
15
class SourceBase {
12
public:
16
public:
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/rdargb.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "attr.h"
3
#include "attr.h"
4
#include "srcsink.h"
4
#include "srcsink.h"
Lines 10-15 Link Here
10
#include "rdimage.h"
10
#include "rdimage.h"
11
#include "rdargb.h"
11
#include "rdargb.h"
12
12
13
using namespace std;
14
13
ReadableInterleaved32BitARGBImage::ReadableInterleaved32BitARGBImage(
15
ReadableInterleaved32BitARGBImage::ReadableInterleaved32BitARGBImage(
14
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
16
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
15
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit,
17
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit,
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/rdcmyk.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "srcsink.h"
4
#include "srcsink.h"
Lines 6-11 Link Here
6
#include "rdimage.h"
6
#include "rdimage.h"
7
#include "rdcmyk.h"
7
#include "rdcmyk.h"
8
8
9
using namespace std;
10
9
ReadableInterleaved32BitCMYKImage::ReadableInterleaved32BitCMYKImage(
11
ReadableInterleaved32BitCMYKImage::ReadableInterleaved32BitCMYKImage(
10
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
12
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
11
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit)
13
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit)
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/rdgray.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "srcsink.h"
4
#include "srcsink.h"
Lines 6-11 Link Here
6
#include "rdimage.h"
6
#include "rdimage.h"
7
#include "rdgray.h"
7
#include "rdgray.h"
8
8
9
using namespace std;
10
9
ReadableWindowed8BitGrayImage::ReadableWindowed8BitGrayImage(
11
ReadableWindowed8BitGrayImage::ReadableWindowed8BitGrayImage(
10
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
12
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
11
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit,
13
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit,
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/rdhsv.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "srcsink.h"
4
#include "srcsink.h"
Lines 6-11 Link Here
6
#include "rdimage.h"
6
#include "rdimage.h"
7
#include "rdhsv.h"
7
#include "rdhsv.h"
8
8
9
using namespace std;
10
9
ReadableInterleaved24BitHSVImage::ReadableInterleaved24BitHSVImage(
11
ReadableInterleaved24BitHSVImage::ReadableInterleaved24BitHSVImage(
10
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
12
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
11
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit)
13
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit)
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/rdimage.cc (-2 / +4 lines)
Lines 1-11 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <iomanip.h>
2
#include <iomanip>
3
3
4
#include "basetype.h"
4
#include "basetype.h"
5
#include "srcsink.h"
5
#include "srcsink.h"
6
#include "rdimage.h"
6
#include "rdimage.h"
7
#include "mesgtext.h"
7
#include "mesgtext.h"
8
8
9
using namespace std;
10
9
class SourceBase<Uint16> *
11
class SourceBase<Uint16> *
10
ReadableImage::getSource(void)
12
ReadableImage::getSource(void)
11
{
13
{
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/rdimage.cc.postsignextend (-2 / +4 lines)
Lines 1-11 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <iomanip.h>
2
#include <iomanip>
3
3
4
#include "basetype.h"
4
#include "basetype.h"
5
#include "srcsink.h"
5
#include "srcsink.h"
6
#include "rdimage.h"
6
#include "rdimage.h"
7
#include "mesgtext.h"
7
#include "mesgtext.h"
8
8
9
using namespace std;
10
9
class SourceBase<Uint16> *
11
class SourceBase<Uint16> *
10
ReadableImage::getSource(void)
12
ReadableImage::getSource(void)
11
{
13
{
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/rdindex.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "attr.h"
3
#include "attr.h"
4
#include "srcsink.h"
4
#include "srcsink.h"
Lines 9-14 Link Here
9
#include "rdimage.h"
9
#include "rdimage.h"
10
#include "rdindex.h"
10
#include "rdindex.h"
11
11
12
using namespace std;
13
12
Readable8BitIndexedColorImage::Readable8BitIndexedColorImage(
14
Readable8BitIndexedColorImage::Readable8BitIndexedColorImage(
13
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
15
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
14
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit,
16
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit,
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/rdrgb.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "srcsink.h"
4
#include "srcsink.h"
Lines 6-11 Link Here
6
#include "rdimage.h"
6
#include "rdimage.h"
7
#include "rdrgb.h"
7
#include "rdrgb.h"
8
8
9
using namespace std;
10
9
ReadableInterleaved24BitRGBImage::ReadableInterleaved24BitRGBImage(
11
ReadableInterleaved24BitRGBImage::ReadableInterleaved24BitRGBImage(
10
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
12
	SupplySource *s,Uint16 vColumns,Uint16 vRows,Uint16 vNumberOfFrames,
11
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit)
13
	Uint16 vBitsAllocated,Uint16 vBitsStored,Uint16 vHighBit)
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/usegray.cc (-2 / +4 lines)
Lines 1-9 Link Here
1
#include <iostream.h>	// only for debugging
1
#include <iostream>	// only for debugging
2
#include <iomanip.h>	// only for debugging
2
#include <iomanip>	// only for debugging
3
3
4
#include "basetype.h"
4
#include "basetype.h"
5
#include "usegray.h"
5
#include "usegray.h"
6
6
7
using namespace std;
8
7
UseableWindowedGrayImage::UseableWindowedGrayImage(
9
UseableWindowedGrayImage::UseableWindowedGrayImage(
8
	bool invertedgrayscale,Uint16 bits,bool issigned)
10
	bool invertedgrayscale,Uint16 bits,bool issigned)
9
{
11
{
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dcdisp/usegray.cc.signedwork (-2 / +4 lines)
Lines 1-9 Link Here
1
#include <iostream.h>	// only for debugging
1
#include <iostream>	// only for debugging
2
#include <iomanip.h>	// only for debugging
2
#include <iomanip>	// only for debugging
3
3
4
#include "basetype.h"
4
#include "basetype.h"
5
#include "usegray.h"
5
#include "usegray.h"
6
6
7
using namespace std;
8
7
UseableWindowedGrayImage::UseableWindowedGrayImage(
9
UseableWindowedGrayImage::UseableWindowedGrayImage(
8
	bool invertedgrayscale,Uint16 bits,bool issigned)
10
	bool invertedgrayscale,Uint16 bits,bool issigned)
9
{
11
{
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dctool/attrmxrd.cc (+4 lines)
Lines 1-3 Link Here
1
#include <cstdio>
2
1
#include "attrtype.h"
3
#include "attrtype.h"
2
#include "attrnew.h"
4
#include "attrnew.h"
3
#include "attrmxls.h"
5
#include "attrmxls.h"
Lines 13-18 Link Here
13
#define LARGESTOTHERDATATOKEEPINMEMORY 524288
15
#define LARGESTOTHERDATATOKEEPINMEMORY 524288
14
#endif
16
#endif
15
17
18
using namespace std;
19
16
// Want a routine to actually read rather than just use seekg(), since otherwise
20
// Want a routine to actually read rather than just use seekg(), since otherwise
17
// there is no detection of failure to skip a truncated attribute at the end
21
// there is no detection of failure to skip a truncated attribute at the end
18
// of the dataset
22
// of the dataset
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dctool/binval.cc (-1 / +4 lines)
Lines 1-5 Link Here
1
#include <iomanip.h>
1
#include <iomanip>
2
#include <iostream>
2
3
3
#include "basetype.h"
4
#include "basetype.h"
4
#include "binvalc.h"
5
#include "binvalc.h"
5
#include "binvald.h"
6
#include "binvald.h"
7
8
using namespace std;
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dctool/charset.cc (-2 / +4 lines)
Lines 1-10 Link Here
1
#include <string.h>
1
#include <string.h>
2
//#include <iostream.h>	// for cerr
2
//#include <iostream>	// for cerr
3
//#include <iomanip.h>	// for cerr
3
//#include <iomanip>	// for cerr
4
4
5
#include "charset.h"
5
#include "charset.h"
6
#include "attr.h"
6
#include "attr.h"
7
7
8
using namespace std;
9
8
SpecificCharacterSetInfo::SpecificCharacterSetInfo(void) {
10
SpecificCharacterSetInfo::SpecificCharacterSetInfo(void) {
9
	setSpecificCharacterSet();
11
	setSpecificCharacterSet();
10
}
12
}
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dctool/dcopti.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "dcopt.h"
4
#include "dcopt.h"
Lines 9-14 Link Here
9
#define REPLACESTANDARDIOBUFSIZE 16384
9
#define REPLACESTANDARDIOBUFSIZE 16384
10
#endif
10
#endif
11
11
12
using namespace std;
13
12
static const char *options_input_file[] = {
14
static const char *options_input_file[] = {
13
	"if",
15
	"if",
14
	"input-file",
16
	"input-file",
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dctool/dcopto.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "attr.h"
3
#include "attr.h"
4
#include "attrlist.h"
4
#include "attrlist.h"
Lines 12-17 Link Here
12
#define REPLACESTANDARDIOBUFSIZE 16384
12
#define REPLACESTANDARDIOBUFSIZE 16384
13
#endif
13
#endif
14
14
15
using namespace std;
16
15
static const char *options_output_file[] = {
17
static const char *options_output_file[] = {
16
	"output-file",
18
	"output-file",
17
	"of",
19
	"of",
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dctool/tagval.cc (-1 / +1 lines)
Lines 1-4 Link Here
1
#include <iomanip.h>
1
#include <iomanip>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "tagvalc.h"
4
#include "tagvalc.h"
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dctool/transyn.cc (-1 / +3 lines)
Lines 1-8 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
2
3
#include "transyn.h"
3
#include "transyn.h"
4
#include "transynd.h"
4
#include "transynd.h"
5
5
6
using namespace std;
7
6
static TransferSyntaxDictionary tsd;
8
static TransferSyntaxDictionary tsd;
7
9
8
TransferSyntax::TransferSyntax(const char *uid)
10
TransferSyntax::TransferSyntax(const char *uid)
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/dctool/uidgen.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iomanip.h>
1
#include <iomanip>
2
2
3
#ifdef CRAP
3
#ifdef CRAP
4
#include <time.h>
4
#include <time.h>
Lines 36-41 Link Here
36
#define	UIDGEN_RAWDATA			".9"
36
#define	UIDGEN_RAWDATA			".9"
37
#define UIDGEN_IRRADIATIONEVENT	".10"
37
#define UIDGEN_IRRADIATIONEVENT	".10"
38
38
39
using namespace std;
40
39
void
41
void
40
GeneratedUID::setSOPInstance()
42
GeneratedUID::setSOPInstance()
41
{
43
{
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/generic/bnopti.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "endtype.h"
4
#include "endtype.h"
Lines 9-14 Link Here
9
#define REPLACESTANDARDIOBUFSIZE 16384
9
#define REPLACESTANDARDIOBUFSIZE 16384
10
#endif
10
#endif
11
11
12
using namespace std;
13
12
static const char *options_input_file[] = {
14
static const char *options_input_file[] = {
13
	"if",
15
	"if",
14
	"input-file",
16
	"input-file",
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/generic/bnopto.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "endtype.h"
4
#include "endtype.h"
Lines 9-14 Link Here
9
#define REPLACESTANDARDIOBUFSIZE 16384
9
#define REPLACESTANDARDIOBUFSIZE 16384
10
#endif
10
#endif
11
11
12
using namespace std;
13
12
static const char *options_output_file[] = {
14
static const char *options_output_file[] = {
13
	"of",
15
	"of",
14
	"output-file",
16
	"output-file",
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/generic/getoptns.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <iomanip.h>
1
#include <iomanip>
2
#include <ctype.h>
2
#include <ctype.h>
3
#include <string.h>
3
#include <string.h>
4
4
Lines 6-11 Link Here
6
#include "getoptns.h"
6
#include "getoptns.h"
7
#include "mesgtext.h"
7
#include "mesgtext.h"
8
8
9
using namespace std;
10
9
// many of the get and extract methods should be a template
11
// many of the get and extract methods should be a template
10
// but can't figure out how to have template functions declared within
12
// but can't figure out how to have template functions declared within
11
// a class
13
// a class
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/generic/ioopti.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "ioopt.h"
4
#include "ioopt.h"
Lines 8-13 Link Here
8
#define REPLACESTANDARDIOBUFSIZE 16384
8
#define REPLACESTANDARDIOBUFSIZE 16384
9
#endif
9
#endif
10
10
11
using namespace std;
12
11
static const char *options_input_file[] = {
13
static const char *options_input_file[] = {
12
	"if",
14
	"if",
13
	"input-file",
15
	"input-file",
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/generic/ioopto.cc (-1 / +3 lines)
Lines 1-4 Link Here
1
#include <fstream.h>
1
#include <fstream>
2
2
3
#include "basetype.h"
3
#include "basetype.h"
4
#include "ioopt.h"
4
#include "ioopt.h"
Lines 8-13 Link Here
8
#define REPLACESTANDARDIOBUFSIZE 16384
8
#define REPLACESTANDARDIOBUFSIZE 16384
9
#endif
9
#endif
10
10
11
using namespace std;
12
11
static const char *options_output_file[] = {
13
static const char *options_output_file[] = {
12
	"of",
14
	"of",
13
	"output-file",
15
	"output-file",
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/locale/mesgtext.cc (-1 / +3 lines)
Lines 1-9 Link Here
1
#include <string.h>
1
#include <string.h>
2
#include <iomanip.h>
2
#include <iomanip>
3
3
4
#include "basetype.h"
4
#include "basetype.h"
5
#include "mesgtext.h"
5
#include "mesgtext.h"
6
6
7
using namespace std;
8
7
struct EMSGDC_Table_Entry {
9
struct EMSGDC_Table_Entry {
8
	const char *index;
10
	const char *index;
9
	const char *description;
11
	const char *description;
(-)dicom3tools_1.00.snapshot.20100815/libsrc/src/ourdisp/ourdisp.cc (-2 / +4 lines)
Lines 1-11 Link Here
1
#include <iostream.h>
1
#include <iostream>
2
#include <iomanip.h>
2
#include <iomanip>
3
3
4
#include "basetype.h"
4
#include "basetype.h"
5
#include "errclass.h"
5
#include "errclass.h"
6
#include "ourdisp.h"
6
#include "ourdisp.h"
7
#include "mesgtext.h"
7
#include "mesgtext.h"
8
8
9
using namespace std;
10
9
OurDisplay::OurDisplay(void)
11
OurDisplay::OurDisplay(void)
10
{
12
{
11
	name = NULL;
13
	name = NULL;
(-)dicom3tools_1.00.snapshot.20100815/libsrc/support/binval.awk (+4 lines)
Lines 22-27 Link Here
22
		exit 1
22
		exit 1
23
	}
23
	}
24
24
25
    print "#include <iostream>"
26
    print "using namespace std;"
27
    print ""
28
25
	mode=""
29
	mode=""
26
	}
30
	}
27
31
(-)dicom3tools_1.00.snapshot.20100815/libsrc/support/tagval.awk (+4 lines)
Lines 20-25 Link Here
20
		exit 1
20
		exit 1
21
	}
21
	}
22
22
23
    print "#include <iostream>"
24
    print "using namespace std;"
25
    print ""
26
23
	mode=""
27
	mode=""
24
	}
28
	}
25
29
(-)dicom3tools_1.00.snapshot.20100815/support/mktime.cc (-1 / +3 lines)
Lines 1-8 Link Here
1
#include <time.h>
1
#include <time.h>
2
#include <iostream.h>
2
#include <iostream>
3
#include <assert.h>
3
#include <assert.h>
4
#include <stdlib.h>
4
#include <stdlib.h>
5
5
6
using namespace std;
7
6
// specify string datetime (UTC) on command line
8
// specify string datetime (UTC) on command line
7
9
8
// return seconds since 00:00:00 UTC, January 1, 1970
10
// return seconds since 00:00:00 UTC, January 1, 1970

Return to bug 356329