Filter output parameters.
More...
#include <Filter.h>
|
std::auto_ptr< te::rst::Raster > | m_outputRasterPtr |
| A pointer the ge generated output raster (label image). More...
|
|
std::map< std::string, std::string > | m_rInfo |
| The necessary information to create the raster (as described in te::raster::RasterFactory). More...
|
|
std::string | m_rType |
| Output raster data source type (as described in te::raster::RasterFactory ). More...
|
|
Filter output parameters.
Definition at line 109 of file Filter.h.
te::rp::Filter::OutputParameters::OutputParameters |
( |
| ) |
|
te::rp::Filter::OutputParameters::~OutputParameters |
( |
| ) |
|
Create a clone copy of this instance.
- Returns
- A clone copy of this instance.
- Note
- The caller will take the ownership of the returned pointer.
Implements te::common::AbstractParameters.
void te::rp::Filter::OutputParameters::reset |
( |
| ) |
|
throw | ( | te::rp::Exception |
| ) | | |
|
virtual |
std::auto_ptr< te::rst::Raster > te::rp::Filter::OutputParameters::m_outputRasterPtr |
A pointer the ge generated output raster (label image).
Definition at line 117 of file Filter.h.
std::map< std::string, std::string > te::rp::Filter::OutputParameters::m_rInfo |
The necessary information to create the raster (as described in te::raster::RasterFactory).
Definition at line 115 of file Filter.h.
std::string te::rp::Filter::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 113 of file Filter.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/rp/Filter.h