MrSID Decode SDK for LiDAR Reference Manual  1.1.3.4427
IO::Location Struct Reference

Location is a helper structure for holding the location of data in a IO object.

#include <IO.h>

Public Member Functions

 ~Location (void)
 
 Location (IO *io=NULL, offset_type offset=0, offset_type length=0)
 
 Location (const Location &rhs)
 
Locationoperator= (const Location &rhs)
 
void set (IO *io, offset_type offset, offset_type length)
 

Public Attributes

IOio
 
offset_type offset
 
offset_type length
 
 OVERRIDE_NEW
 

Detailed Description

Definition at line 140 of file IO.h.

Constructor & Destructor Documentation

IO::Location::~Location ( void  )
IO::Location::Location ( IO io = NULL,
offset_type  offset = 0,
offset_type  length = 0 
)
IO::Location::Location ( const Location rhs)

Member Function Documentation

Location& IO::Location::operator= ( const Location rhs)
void IO::Location::set ( IO io,
offset_type  offset,
offset_type  length 
)

Member Data Documentation

IO* IO::Location::io

Definition at line 142 of file IO.h.

offset_type IO::Location::length

Definition at line 144 of file IO.h.

offset_type IO::Location::offset

Definition at line 143 of file IO.h.

IO::Location::OVERRIDE_NEW

Definition at line 153 of file IO.h.


The documentation for this struct was generated from the following file:

LizardTech