OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
matrix
newmatio.h
Go to the documentation of this file.
1
//$$ newmatio.h definition file for matrix package input/output
2
3
// Copyright (C) 1991,2,3,4: R B Davies
4
5
#ifndef NEWMATIO_LIB
6
#define NEWMATIO_LIB 0
7
8
#ifndef WANT_STREAM
9
#define WANT_STREAM
10
#endif
11
#include <
ossim/matrix/newmat.h
>
12
#include <iostream>
13
#ifdef use_namespace
14
namespace
NEWMAT
{
15
#endif
16
17
18
19
/**************************** input/output *****************************/
20
21
OSSIM_DLL
std::ostream
&
operator<<
(
std::ostream
&,
const
BaseMatrix
&);
22
23
OSSIM_DLL
std::ostream
&
operator<<
(
std::ostream
&,
const
GeneralMatrix
&);
24
25
26
/* Use in some old versions of G++ without complete iomanipulators
27
28
class Omanip_precision
29
{
30
int x;
31
public:
32
Omanip_precision(int i) : x(i) {}
33
friend ostream& operator<<(ostream& os, Omanip_precision i);
34
};
35
36
37
Omanip_precision setprecision(int i);
38
39
class Omanip_width
40
{
41
int x;
42
public:
43
Omanip_width(int i) : x(i) {}
44
friend ostream& operator<<(ostream& os, Omanip_width i);
45
};
46
47
Omanip_width setw(int i);
48
49
*/
50
51
#ifdef use_namespace
52
}
53
#endif
54
55
56
57
#endif
58
59
// body file: newmat9.cpp
60
NEWMAT
Definition:
ossimCommon.h:40
newmat.h
BaseMatrix
Definition:
newmat.h:275
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
GeneralMatrix
Definition:
newmat.h:386
operator<<
OSSIM_DLL std::ostream & operator<<(std::ostream &, const BaseMatrix &)
Definition:
newmat9.cpp:31
ossim::ostream
std::basic_ostream< char > ostream
Base class for char output streams.
Definition:
ossimIosFwd.h:23
Generated on Fri Aug 3 2018 08:46:45 for OSSIM - Open Source Software Image Map by
1.8.14