3D Forest
Software for analysis of Lidar data from forest environment.
ExportFileFormatLas Class Reference

#include <ExportFileFormatLas.hpp>

Inherits ExportFileFormatInterface.

Public Member Functions

 ExportFileFormatLas ()
 
virtual ~ExportFileFormatLas ()
 
virtual bool isOpen ()
 
virtual void create (const std::string &path)
 
virtual void write (Query &query)
 
virtual void close ()
 
- Public Member Functions inherited from ExportFileFormatInterface
virtual ~ExportFileFormatInterface ()=default
 
virtual bool isOpen ()=0
 
virtual void create (const std::string &path)=0
 
virtual void write (Query &query)=0
 
virtual void close ()=0
 
void setProperties (const ExportFileProperties &prop)
 
const ExportFilePropertiesproperties () const
 

Private Attributes

LasFile file_
 

Constructor & Destructor Documentation

◆ ExportFileFormatLas()

ExportFileFormatLas::ExportFileFormatLas ( )

◆ ~ExportFileFormatLas()

ExportFileFormatLas::~ExportFileFormatLas ( )
virtual

Member Function Documentation

◆ close()

void ExportFileFormatLas::close ( )
virtual

◆ create()

void ExportFileFormatLas::create ( const std::string &  path)
virtual

◆ isOpen()

virtual bool ExportFileFormatLas::isOpen ( )
inlinevirtual

◆ write()

void ExportFileFormatLas::write ( Query query)
virtual

Member Data Documentation

◆ file_

LasFile ExportFileFormatLas::file_
private

Referenced by close(), create(), isOpen(), and write().


The documentation for this class was generated from the following files: