Matrix.h File Reference

Generic template matrix. More...

#include "Macros.h"
#include "../common/PlatformUtils.h"
#include <cstring>
#include <cmath>
#include <cstdio>
#include <string>
#include <vector>
#include <memory>
#include <boost/scoped_array.hpp>
#include <boost/filesystem.hpp>

Go to the source code of this file.

Classes

class  te::rp::Matrix< TemplateElementType >::DiskLineInfo
 Disk lines info. More...
 
class  te::rp::Matrix< TemplateElementType >
 A generic template matrix. More...
 
class  te::rp::Matrix< TemplateElementType >::OpenDiskFileHandler
 Openend disk files info node. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::rp
 Namespace for Raster Processing module of TerraLib.
 

Detailed Description

Generic template matrix.

Definition in file Matrix.h.