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

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

#include <IO.h>

List of all members.

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

Detailed Description

Definition at line 140 of file IO.h.


Constructor & Destructor Documentation

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

Definition at line 142 of file IO.h.

Definition at line 144 of file IO.h.

Definition at line 143 of file IO.h.


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