Functions.h File Reference

IDL module functions. More...

#include "Config.h"
#include <boost/shared_ptr.hpp>
#include <terralib/raster/Raster.h>
#include <stdio.h>
#include <idl_export.h>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::idl
 

Functions

bool te::idl::createRasterFromIdlArray (IDL_VPTR idlValuePointer, const bool takeBufferOwnership, boost::shared_ptr< te::rst::Raster > &outRasterPtr)
 
void te::idl::deleteArray (void *arrayPtr)
 Delete an array of elements. More...
 
void te::idl::dummyFunction (void *)
 A dummy function for internal use. More...
 
int te::idl::idl2TerralibType (const UCHAR &idlType)
 Convert IDL data types to Terralib data types. More...
 
void te::idl::loadTerralibModules ()
 Load the required terralib modules. More...
 
UCHAR te::idl::terralib2IdlType (const int &tlType)
 Convert Terralib data types to IDL data types. More...
 

Detailed Description

IDL module functions.

Definition in file Functions.h.