#include <ossimFpt3d.h>
Definition at line 24 of file ossimFpt3d.h.
◆ ossimFpt3d() [1/2]
ossimFpt3d::ossimFpt3d |
( |
| ) |
|
|
inline |
◆ ossimFpt3d() [2/2]
◆ print()
ostream & ossimFpt3d::print |
( |
ostream & |
os | ) |
const |
Definition at line 22 of file ossimFpt3d.cpp.
References x, and y.
Referenced by operator<<().
24 os << setiosflags(ios::fixed) << setprecision(14)
25 <<
"( " <<
x <<
" " <<
y <<
" " <<
z <<
" )";
◆ pt2d()
◆ operator<<
ostream& operator<< |
( |
ostream & |
os, |
|
|
const ossimFpt3d & |
pt |
|
) |
| |
|
friend |
Definition at line 32 of file ossimFpt3d.cpp.
ostream & print(ostream &os) const
◆ operator>>
istream& operator>> |
( |
istream & |
is, |
|
|
ossimFpt3d & |
pt |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: