libLAS API Reference  1.8.1
liblas::IndexData Member List

This is the complete list of members for liblas::IndexData, including all inherited members.

ClampFilterBounds(Bounds< double > const &m_bounds)liblas::IndexData
GetCellSizeZ(void) const liblas::IndexDatainline
GetDebugger(void) const liblas::IndexDatainline
GetDebugOutputLevel(void) const liblas::IndexDatainline
GetForceNewIndex(void) const liblas::IndexDatainline
GetIndexAuthorStr(void) const liblas::IndexData
GetIndexCommentStr(void) const liblas::IndexData
GetIndexDateStr(void) const liblas::IndexData
GetIterator(void)liblas::IndexDatainlineprotected
GetMaxFilterX(void) const liblas::IndexDatainline
GetMaxFilterY(void) const liblas::IndexDatainline
GetMaxFilterZ(void) const liblas::IndexDatainline
GetMaxMemoryUsage(void) const liblas::IndexDatainline
GetMinFilterX(void) const liblas::IndexDatainline
GetMinFilterY(void) const liblas::IndexDatainline
GetMinFilterZ(void) const liblas::IndexDatainline
GetReader(void) const liblas::IndexDatainline
GetReadOnly(void) const liblas::IndexDatainline
GetStandaloneIndex(void) const liblas::IndexDatainline
GetTempFileName(void) const liblas::IndexDatainline
Index classliblas::IndexDatafriend
IndexData(void)liblas::IndexData
IndexData(Index const &index)liblas::IndexData
IndexData(IndexData const &other)liblas::IndexData
IndexIterator classliblas::IndexDatafriend
m_cellSizeZliblas::IndexDataprotected
m_debuggerliblas::IndexDataprotected
m_debugOutputLevelliblas::IndexDataprotected
m_filterliblas::IndexDataprotected
m_forceNewIndexliblas::IndexDataprotected
m_HighXBorderCellliblas::IndexDataprotected
m_HighXBorderPartCellliblas::IndexDataprotected
m_HighXCellCompletelyInliblas::IndexDataprotected
m_HighYBorderCellliblas::IndexDataprotected
m_HighYBorderPartCellliblas::IndexDataprotected
m_HighYCellCompletelyInliblas::IndexDataprotected
m_HighZBorderCellliblas::IndexDataprotected
m_HighZCellCompletelyInliblas::IndexDataprotected
m_idxreaderliblas::IndexDataprotected
m_ifsliblas::IndexDataprotected
m_indexAuthorliblas::IndexDataprotected
m_indexCommentliblas::IndexDataprotected
m_indexDateliblas::IndexDataprotected
m_indexValidliblas::IndexDataprotected
m_iteratorliblas::IndexDataprotected
m_LowXBorderCellliblas::IndexDataprotected
m_LowXBorderPartCellliblas::IndexDataprotected
m_LowXCellCompletelyInliblas::IndexDataprotected
m_LowYBorderCellliblas::IndexDataprotected
m_LowYBorderPartCellliblas::IndexDataprotected
m_LowYCellCompletelyInliblas::IndexDataprotected
m_LowZBorderCellliblas::IndexDataprotected
m_LowZCellCompletelyInliblas::IndexDataprotected
m_maxMemoryUsageliblas::IndexDataprotected
m_noFilterXliblas::IndexDataprotected
m_noFilterYliblas::IndexDataprotected
m_noFilterZliblas::IndexDataprotected
m_ofsliblas::IndexDataprotected
m_readerliblas::IndexDataprotected
m_readOnlyliblas::IndexDataprotected
m_tempFileNameliblas::IndexDataprotected
m_writestandaloneindexliblas::IndexDataprotected
operator=(IndexData const &rhs)liblas::IndexData
SetBuildAloneValues(Reader *reader, std::ostream *ofs, const char *tmpfilenme, const char *indexauthor=0, const char *indexcomment=0, const char *indexdate=0, double zbinht=0.0, uint32_t maxmem=LIBLAS_INDEX_MAXMEMDEFAULT, int debugoutputlevel=0, FILE *debugger=0)liblas::IndexData
SetBuildEmbedValues(Reader *reader, std::ostream *ofs, const char *tmpfilenme, const char *indexauthor=0, const char *indexcomment=0, const char *indexdate=0, double zbinht=0.0, uint32_t maxmem=LIBLAS_INDEX_MAXMEMDEFAULT, int debugoutputlevel=0, FILE *debugger=0)liblas::IndexData
SetCellSizeZ(double cellsizez)liblas::IndexDatainline
SetDebugger(FILE *debugger)liblas::IndexDatainline
SetDebugOutputLevel(int debugoutputlevel)liblas::IndexDatainline
SetFilterValues(double LowFilterX, double HighFilterX, double LowFilterY, double HighFilterY, double LowFilterZ, double HighFilterZ, Index const &index)liblas::IndexData
SetFilterValues(Bounds< double > const &src, Index const &index)liblas::IndexData
SetIndexAuthor(const char *indexauthor)liblas::IndexDatainline
SetIndexComment(const char *indexcomment)liblas::IndexDatainline
SetIndexDate(const char *indexdate)liblas::IndexDatainline
SetInitialValues(std::istream *ifs=0, Reader *reader=0, std::ostream *ofs=0, Reader *idxreader=0, const char *tmpfilenme=0, const char *indexauthor=0, const char *indexcomment=0, const char *indexdate=0, double zbinht=0.0, uint32_t maxmem=LIBLAS_INDEX_MAXMEMDEFAULT, int debugoutputlevel=0, bool readonly=0, bool writestandaloneindex=0, bool forcenewindex=0, FILE *debugger=0)liblas::IndexData
SetIStream(std::istream *ifs)liblas::IndexDatainline
SetIterator(IndexIterator *setIt)liblas::IndexDatainlineprotected
SetMaxMem(uint32_t maxmem)liblas::IndexDatainline
SetOStream(std::ostream *ofs)liblas::IndexDatainline
SetReadAloneValues(Reader *reader, Reader *idxreader, int debugoutputlevel=0, FILE *debugger=0)liblas::IndexData
SetReadEmbedValues(Reader *reader, int debugoutputlevel=0, FILE *debugger=0)liblas::IndexData
SetReader(Reader *reader)liblas::IndexDatainline
SetReadOnly(bool readonly)liblas::IndexDatainline
SetReadOrBuildAloneValues(Reader *reader, std::ostream *ofs, const char *tmpfilenme, const char *indexauthor=0, const char *indexcomment=0, const char *indexdate=0, double zbinht=0.0, uint32_t maxmem=LIBLAS_INDEX_MAXMEMDEFAULT, int debugoutputlevel=0, FILE *debugger=0)liblas::IndexData
SetReadOrBuildEmbedValues(Reader *reader, std::ostream *ofs, const char *tmpfilenme, const char *indexauthor=0, const char *indexcomment=0, const char *indexdate=0, double zbinht=0.0, uint32_t maxmem=LIBLAS_INDEX_MAXMEMDEFAULT, int debugoutputlevel=0, FILE *debugger=0)liblas::IndexData
SetStandaloneIndex(bool writestandaloneindex)liblas::IndexDatainline
SetTmpFileName(const char *tmpfilenme)liblas::IndexDatainline