Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
24f9c2dc
Commit
24f9c2dc
authored
12 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
ENH: More renaming
parent
f86b076f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Segmentation/otbOGRLayerStreamStitchingFilter.txx
+15
-15
15 additions, 15 deletions
Code/Segmentation/otbOGRLayerStreamStitchingFilter.txx
with
15 additions
and
15 deletions
Code/Segmentation/otbOGRLayerStreamStitchingFilter.txx
+
15
−
15
View file @
24f9c2dc
...
...
@@ -15,10 +15,10 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbOGR
DataSource
StreamStitchingFilter_txx
#define __otbOGR
DataSource
StreamStitchingFilter_txx
#ifndef __otbOGR
Layer
StreamStitchingFilter_txx
#define __otbOGR
Layer
StreamStitchingFilter_txx
#include "otbOGR
DataSource
StreamStitchingFilter.h"
#include "otbOGR
Layer
StreamStitchingFilter.h"
#include <iomanip>
#include "ogrsf_frmts.h"
...
...
@@ -30,24 +30,24 @@ namespace otb
{
template<class TImage>
OGR
DataSource
StreamStitchingFilter<TImage>
::OGR
DataSource
StreamStitchingFilter() : m_Radius(2), m_OGRLayer(NULL)
OGR
Layer
StreamStitchingFilter<TImage>
::OGR
Layer
StreamStitchingFilter() : m_Radius(2), m_OGRLayer(NULL)
{
m_StreamSize.Fill(0);
}
template <class TInputImage>
void
OGR
DataSource
StreamStitchingFilter<TInputImage>
OGR
Layer
StreamStitchingFilter<TInputImage>
::SetInput(const InputImageType *input)
{
this->Superclass::SetNthInput(0, const_cast<InputImageType *>(input));
}
template <class TInputImage>
const typename OGR
DataSource
StreamStitchingFilter<TInputImage>
const typename OGR
Layer
StreamStitchingFilter<TInputImage>
::InputImageType *
OGR
DataSource
StreamStitchingFilter<TInputImage>
OGR
Layer
StreamStitchingFilter<TInputImage>
::GetInput(void)
{
if (this->GetNumberOfInputs() < 1)
...
...
@@ -60,7 +60,7 @@ OGRDataSourceStreamStitchingFilter<TInputImage>
template<class TInputImage>
void
OGR
DataSource
StreamStitchingFilter<TInputImage>
OGR
Layer
StreamStitchingFilter<TInputImage>
::SetOGRLayer( const OGRLayerType& ogrLayer )
{
m_OGRLayer = ogrLayer;
...
...
@@ -68,16 +68,16 @@ OGRDataSourceStreamStitchingFilter<TInputImage>
}
template<class TInputImage>
const typename OGR
DataSource
StreamStitchingFilter<TInputImage>::OGRLayerType &
OGR
DataSource
StreamStitchingFilter<TInputImage>
::GetOGR
DataSource
( void ) const
const typename OGR
Layer
StreamStitchingFilter<TInputImage>::OGRLayerType &
OGR
Layer
StreamStitchingFilter<TInputImage>
::GetOGR
Layer
( void ) const
{
return m_OGRLayer;
}
template<class TInputImage>
double
OGR
DataSource
StreamStitchingFilter<TInputImage>
OGR
Layer
StreamStitchingFilter<TInputImage>
::GetLengthOGRGeometryCollection( OGRGeometryCollection * intersection )
{
double dfLength = 0.0;
...
...
@@ -101,7 +101,7 @@ OGRDataSourceStreamStitchingFilter<TInputImage>
}
template<class TInputImage>
void
OGR
DataSource
StreamStitchingFilter<TInputImage>
OGR
Layer
StreamStitchingFilter<TInputImage>
::ProcessStreamingLine( bool line )
{
typename InputImageType::ConstPointer inputImage = this->GetInput();
...
...
@@ -289,7 +289,7 @@ OGRDataSourceStreamStitchingFilter<TInputImage>
template<class TImage>
void
OGR
DataSource
StreamStitchingFilter<TImage>
OGR
Layer
StreamStitchingFilter<TImage>
::GenerateData(void)
{
if(!m_OGRLayer)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment