| 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 | ||
| ) | 
Referenced by deleteArray().
| 
 | inline | 
Delete an array of elements.
Definition at line 74 of file Functions.h.
References createRasterFromIdlArray(), and loadTerralibModules().
| 
 | 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.
Referenced by deleteArray().
| UCHAR te::idl::terralib2IdlType | ( | const int & | tlType | ) | 
Convert Terralib data types to IDL data types.
| idlType | IDL data type. |