OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
support_data
ossimRpfFrameEntry.h
Go to the documentation of this file.
1
//*******************************************************************
2
//
3
// License: MIT
4
//
5
// See LICENSE.txt file in the top level directory for more details.
6
//
7
// Author: Garrett Potts
8
//
9
// Description: Rpf support class
10
//
11
//********************************************************************
12
// $Id: ossimRpfFrameEntry.h 23172 2015-03-02 13:44:54Z dburken $
13
#ifndef ossimRpfFrameEntry_HEADER
14
#define ossimRpfFrameEntry_HEADER
15
16
#include <iosfwd>
17
#include <
ossim/base/ossimFilename.h
>
18
19
class
OSSIM_DLL
ossimRpfFrameEntry
20
{
21
public
:
22
friend
std::ostream
&
operator<<
(
std::ostream
& out,
23
const
ossimRpfFrameEntry
& data);
24
ossimRpfFrameEntry
(
const
ossimFilename
& rootDirectory=
ossimFilename
(
""
),
25
const
ossimFilename
& pathToFrameFileFromRoot=
ossimFilename
(
""
));
26
28
ossimRpfFrameEntry
(
const
ossimRpfFrameEntry
& obj);
29
31
const
ossimRpfFrameEntry
& operator=(
const
ossimRpfFrameEntry
& rhs);
32
42
std::ostream
&
print
(
std::ostream
& out,
43
const
std::string& prefix=std::string())
const
;
44
45
bool
exists()
const
;
46
47
void
setEntry(
const
ossimFilename
& rootDirectory,
48
const
ossimFilename
& pathToFrameFileFromRoot);
49
50
const
ossimFilename
& getFullPath()
const
;
51
const
ossimString
& getRootDirectory()
const
;
52
const
ossimString
getPathToFrameFileFromRoot()
const
;
53
54
private
:
55
bool
m_exists
;
56
ossimFilename
m_rootDirectory
;
57
ossimFilename
m_pathToFrameFileFromRoot
;
58
ossimFilename
m_fullValidPath
;
59
};
60
61
#endif
ossimRpfFrameEntry::m_pathToFrameFileFromRoot
ossimFilename m_pathToFrameFileFromRoot
Definition:
ossimRpfFrameEntry.h:57
ossim_hdf5::print
std::ostream & print(H5::H5File *file, std::ostream &out)
Print method.
Definition:
ossimH5Util.cpp:41
operator<<
ostream & operator<<(ostream &out, const ossimAxes &axes)
Definition:
ossimAxes.h:88
ossimRpfFrameEntry::m_exists
bool m_exists
Definition:
ossimRpfFrameEntry.h:55
ossimRpfFrameEntry::m_fullValidPath
ossimFilename m_fullValidPath
Definition:
ossimRpfFrameEntry.h:58
ossimFilename
Definition:
ossimFilename.h:20
ossimRpfFrameEntry::m_rootDirectory
ossimFilename m_rootDirectory
Definition:
ossimRpfFrameEntry.h:56
ossimFilename.h
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
ossimRpfFrameEntry
Definition:
ossimRpfFrameEntry.h:19
ossim::ostream
std::basic_ostream< char > ostream
Base class for char output streams.
Definition:
ossimIosFwd.h:23
ossimString
Definition:
ossimString.h:22
Generated on Fri Aug 3 2018 08:46:53 for OSSIM - Open Source Software Image Map by
1.8.14