rp_fw.h
Go to the documentation of this file.
1 /* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2 
3  This file is part of the TerraLib - a Framework for building GIS enabled applications.
4 
5  TerraLib is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License,
8  or (at your option) any later version.
9 
10  TerraLib is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with TerraLib. See COPYING. If not, write to
17  TerraLib Team at <terralib-team@terralib.org>.
18  */
19 
20 /*!
21  \file terralib/rp_fw.h
22 
23  \brief This file contains forward declarations for the TerraLib Raster Processing module.
24 */
25 
26 #ifndef __TERRALIB_FW_INTERNAL_RP_FW_H
27 #define __TERRALIB_FW_INTERNAL_RP_FW_H
29 
30 namespace te
31 {
32  namespace rp
33  {
34  class AbstractFeeder;
35  class Algorithm;
36  class AlgorithmInputParameters;
37  class AlgorithmOutputParameters;
38  class ArithmeticOperations;
39  class Blender;
40  class Classifier;
41  class ClassifierDummyStrategy;
42  class ClassifierEMStrategy;
43  class ClassifierISOSegStrategy;
44  class ClassifierKMeansStrategy;
45  class ClassifierMAPStrategy;
46  class ClassifierMaxLikelihoodStrategy;
47  class ClassifierSAMStrategy;
48  class ClassifierStrategy;
49  class ClassifierStrategyFactory;
50  class Contrast;
51  class FeederConstRaster;
52  class FeederConstRasterVector;
53  class FeederConstRasterInfo;
54  class FeederConstRasterDirectory;
55  class Filter;
56  class GeoMosaic;
57  class IHSFusion;
58  template< typename TemplateElementType > class Matrix;
59  class MixtureModel;
60  class MixtureModelLinearStrategy;
61  class MixtureModelPCAStrategy;
62  class MixtureModelStrategy;
63  class MixtureModelStrategyFactory;
64  class Module;
65  class PCAFusion;
66  class RasterAttributes;
67  class RasterHandler;
68  class Register;
69  class Segmenter;
70  class SegmenterDummyStrategy;
71  class SegmenterIdsManager;
72  class SegmenterRegionGrowingSegment;
73  class SegmenterRegionGrowingSegmentsPool;
74  class SegmenterRegionGrowingStrategy;
75  class SegmenterSegmentsBlock;
76  class SegmenterStrategy;
77  class SegmenterStrategyFactory;
78  class SegmenterStrategyParameters;
79  class SequenceMosaic;
80  class Skeleton;
81  class StrategyParameters;
82  struct Texture;
83  class TiePointsLocator;
84  class TiePointsLocatorInputParameters;
85  class TiePointsLocatorMoravecStrategy;
86  class TiePointsLocatorStrategy;
87  class TiePointsLocatorSURFStrategy;
88  class TiePointsMosaic;
89  class WisperFusion;
90 
91  namespace radar
92  {
93 
94 
95  }
96  }
97 }
98 
99 #endif // __TERRALIB_FW_INTERNAL_RP_FW_H
TerraLib.
Radar Raster Processing functions.