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 ClassifierSAMStrategy;
47  class ClassifierStrategy;
48  class ClassifierStrategyFactory;
49  class Contrast;
50  class FeederConstRaster;
51  class FeederConstRasterVector;
52  class FeederConstRasterInfo;
53  class FeederConstRasterDirectory;
54  class Filter;
55  class GeoMosaic;
56  class IHSFusion;
57  template< typename TemplateElementType > class Matrix;
58  class MixtureModel;
59  class MixtureModelLinearStrategy;
60  class MixtureModelPCAStrategy;
61  class MixtureModelStrategy;
62  class MixtureModelStrategyFactory;
63  class Module;
64  class PCAFusion;
65  class RasterAttributes;
66  class RasterHandler;
67  class Register;
68  class Segmenter;
69  class SegmenterDummyStrategy;
70  class SegmenterIdsManager;
71  class SegmenterRegionGrowingSegment;
72  class SegmenterRegionGrowingSegmentsPool;
73  class SegmenterRegionGrowingStrategy;
74  class SegmenterSegmentsBlock;
75  class SegmenterStrategy;
76  class SegmenterStrategyFactory;
77  class SegmenterStrategyParameters;
78  class SequenceMosaic;
79  class Skeleton;
80  class StrategyParameters;
81  struct Texture;
82  class TiePointsLocator;
83  class TiePointsLocatorInputParameters;
84  class TiePointsLocatorMoravecStrategy;
85  class TiePointsLocatorStrategy;
86  class TiePointsLocatorSURFStrategy;
87  class TiePointsMosaic;
88  class WisperFusion;
89 
90  namespace radar
91  {
92 
93 
94  }
95  }
96 }
97 
98 #endif // __TERRALIB_FW_INTERNAL_RP_FW_H
URI C++ Library.
Radar Raster Processing functions.