#include <gre/lrraster.h>
Public Member Functions | |
| void | Close () |
| IOPARM (const IOPARM &rhs) | |
| IOPARM () | |
| IOPARM & | operator= (const IOPARM &rhs) |
| ~IOPARM () | |
Static Public Member Functions | |
| ERRVALUE | SerializerCB (SERIALIZER &, const SERIALIZER::ITEMDEF *, void *, SERIALIZER::ITEMDEF::ACTION) |
Public Attributes | |
| INT32 | Band |
| int(* | CloseRast )(IOPARM *) |
| CONTPARM | contparm |
| DATATIPPARMS | DataTip |
| bool | DiagonalBuffer |
| bool | DoContrast |
| UINT8 | DoShading |
| DISPPARM * | dp |
| int | fhandle |
| MIUNICODE | filename [FILENAME_MAX] |
| bool | HasNull |
| UINT8 | IsConstant |
| bool | IsSubRast |
| RVC::OBJECTNAME | m_GeorefName |
| bool | m_HasSaveInfo |
| RVC::NULLMASK * | m_pObjNull |
| RVCINODENUM | m_savecontinode |
| FILEPATH | m_savefilepath |
| RVCINODENUM | m_saveobjinode |
| double | maxvalue |
| double | minvalue |
| RVCRASTINFO | objinfo |
| int | ohandle |
| int(* | OpenRast )(IOPARM *) |
| void * | privptr |
| int(* | ReadRast )(IOPARM *, INT32 lin, INT32 col, INT32 numcols, void *rastbuf, UINT8 *nullbuf) |
| bool | ReadWrite |
| int(* | SetCacheRect )(IOPARM *, const LRECT2D &) |
| RASTSHADEPARM | shadeparm |
|
|
|
|
|
Definition at line 151 of file lrraster.h. |
|
|
Definition at line 154 of file lrraster.h. |
|
|
Close object.
|
|
|
Assignment.
Definition at line 159 of file lrraster.h. |
|
||||||||||||||||||||
|
|
|
|
Band number for hyperspectral set.
Definition at line 137 of file lrraster.h. |
|
|
|
|
|
Contrast parameters for this raster.
Definition at line 125 of file lrraster.h. |
|
|
DataTip parameters.
Definition at line 127 of file lrraster.h. |
|
|
Use RASTMODE_DiagonalBuffer.
Definition at line 133 of file lrraster.h. |
|
|
Perform contrasting on this raster, set by OpenRast.
Definition at line 130 of file lrraster.h. |
|
|
Perform relief shading on this raster.
Definition at line 136 of file lrraster.h. |
|
|
Point back to DISPPARM.
Definition at line 143 of file lrraster.h. |
|
|
RVC file handle.
Definition at line 122 of file lrraster.h. |
|
|
Filename of the object.
Definition at line 120 of file lrraster.h. |
|
|
Set if has null value.
Definition at line 132 of file lrraster.h. |
|
|
Treat raster as "constant", output value in contparm.outconstant.
Definition at line 135 of file lrraster.h. |
|
|
Set if this raster is a pyramid sub-raster. Use rastinfo.parentinode to get actual inode.
Definition at line 134 of file lrraster.h. |
|
|
Name of georeference object.
Definition at line 121 of file lrraster.h. |
|
|
Definition at line 145 of file lrraster.h. |
|
|
Definition at line 142 of file lrraster.h. |
|
|
Definition at line 148 of file lrraster.h. |
|
|
Definition at line 146 of file lrraster.h. |
|
|
Definition at line 147 of file lrraster.h. |
|
|
Maximum raster value from histogram.
Definition at line 129 of file lrraster.h. |
|
|
Minimum raster value from histogram.
Definition at line 128 of file lrraster.h. |
|
|
Raster object header.
Definition at line 124 of file lrraster.h. |
|
|
RVC object handle.
Definition at line 123 of file lrraster.h. |
|
|
|
|
|
For use by application, will be copied.
Definition at line 144 of file lrraster.h. |
|
|
Open raster, read/compute contrast table if needed.
|
|
|
Set if open for read/write.
Definition at line 131 of file lrraster.h. |
|
|
Close the raster.
|
|
|
Relief shading parameters for this raster.
Definition at line 126 of file lrraster.h. |
1.3.8-20040913