Namespaces | |
| rp | |
Classes | |
| class | IdlBand |
| A adaptor to an external existent raster in a idl array form. More... | |
| class | IdlRaster |
| A adaptor to an external existent raster in a idl array form. More... | |
Functions | |
| bool | createRasterFromIdlArray (IDL_VPTR idlValuePointer, const bool takeBufferOwnership, boost::shared_ptr< te::rst::Raster > &outRasterPtr) |
| void | deleteArray (void *arrayPtr) |
| Delete an array of elements. More... | |
| void | dummyFunction (void *) |
| A dummy function for internal use. More... | |
| int | idl2TerralibType (const UCHAR &idlType) |
| Convert IDL data types to Terralib data types. More... | |
| void | loadTerralibModules () |
| Load the required terralib modules. More... | |
| UCHAR | terralib2IdlType (const int &tlType) |
| Convert Terralib data types to IDL data types. More... | |
| bool te::idl::createRasterFromIdlArray | ( | IDL_VPTR | idlValuePointer, |
| const bool | takeBufferOwnership, | ||
| boost::shared_ptr< te::rst::Raster > & | outRasterPtr | ||
| ) |
|
inline |
Delete an array of elements.
Definition at line 74 of file Functions.h.
|
inline |
| int te::idl::idl2TerralibType | ( | const UCHAR & | idlType | ) |
Convert IDL data types to Terralib data types.
| idlType | IDL data type. |
| void te::idl::loadTerralibModules | ( | ) |
Load the required terralib modules.
| UCHAR te::idl::terralib2IdlType | ( | const int & | tlType | ) |
Convert Terralib data types to IDL data types.
| idlType | IDL data type. |