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. More...

#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
 

Detailed Description

Definition at line 140 of file IO.h.

Constructor & Destructor Documentation

§ ~Location()

IO::Location::~Location ( void  )

§ Location() [1/2]

IO::Location::Location ( IO io = NULL,
offset_type  offset = 0,
offset_type  length = 0 
)

§ Location() [2/2]

IO::Location::Location ( const Location rhs)

Member Function Documentation

§ operator=()

Location& IO::Location::operator= ( const Location rhs)

§ set()

void IO::Location::set ( IO io,
offset_type  offset,
offset_type  length 
)

Member Data Documentation

§ io

IO* IO::Location::io

Definition at line 142 of file IO.h.

§ length

offset_type IO::Location::length

Definition at line 144 of file IO.h.

§ offset

offset_type IO::Location::offset

Definition at line 143 of file IO.h.


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

LizardTech