OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
support_data
ossimLasInfo.h
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
//
3
// File: ossimLibLasInfo.h
4
//
5
// License: MIT
6
//
7
// See LICENSE.txt file in the top level directory for more details.
8
//
9
// Author: David Burken
10
//
11
// Description: LAS LIDAR info object.
12
//
13
//----------------------------------------------------------------------------
14
// $Id$
15
#ifndef ossimLasInfo_HEADER
16
#define ossimLasInfo_HEADER 1
17
18
#include <
ossim/base/ossimConstants.h
>
19
#include <
ossim/support_data/ossimInfoBase.h
>
20
#include <
ossim/base/ossimFilename.h
>
21
22
#include <iosfwd>
23
25
class
OSSIM_DLL
ossimLasInfo
:
public
ossimInfoBase
26
{
27
public
:
28
30
ossimLasInfo
();
31
33
virtual
~
ossimLasInfo
();
34
42
virtual
bool
open
(
const
ossimFilename
& file);
43
51
virtual
std::ostream
&
print
(
std::ostream
& out)
const
;
52
53
private
:
54
ossimFilename
m_file
;
55
};
56
57
#endif
/* End of "#ifndef ossimLasInfo_HEADER" */
ossimInfoBase::open
virtual bool open(const ossimFilename &file)
open method.
Definition:
ossimInfoBase.cpp:26
ossimConstants.h
ossimLasInfo::m_file
ossimFilename m_file
Definition:
ossimLasInfo.h:54
ossimInfoBase.h
ossimInfoBase
Info Base.
Definition:
ossimInfoBase.h:32
ossimLasInfo
LAS LIDAR info object.
Definition:
ossimLasInfo.h:25
ossimFilename
Definition:
ossimFilename.h:20
ossimFilename.h
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
ossimInfoBase::print
virtual std::ostream & print(std::ostream &out) const =0
Print method.
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:50 for OSSIM - Open Source Software Image Map by
1.8.14