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
Container Registry
Model registry
Operate
Environments
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
Antoine Belvire
otb
Commits
b7b244b1
Commit
b7b244b1
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: otbMsgDevMacro
parent
95c205ea
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/Common/otbVectorDataExtractROI.txx
+2
-2
2 additions, 2 deletions
Code/Common/otbVectorDataExtractROI.txx
Code/Projections/otbVectorDataProjectionFilter.txx
+3
-3
3 additions, 3 deletions
Code/Projections/otbVectorDataProjectionFilter.txx
with
5 additions
and
5 deletions
Code/Common/otbVectorDataExtractROI.txx
+
2
−
2
View file @
b7b244b1
...
...
@@ -68,7 +68,7 @@ VectorDataExtractROI<TVectorData>
typename VectorDataType::ConstPointer inputPtr = this->GetInput();
typename VectorDataType::Pointer outputPtr = this->GetOutput();
// Find out the projection needed
if(!inputPtr->GetProjectionRef().empty())
outputPtr->SetProjectionRef(inputPtr->GetProjectionRef());
...
...
@@ -306,7 +306,7 @@ VectorDataExtractROI<TVectorData>
genericTransform->InstanciateTransform();
std::cout
<<genericTransform
<<std::endl
;
otbMsgDevMacro(
<<
genericTransform
)
;
typename VertexListType::Pointer regionCorners = VertexListType::New();
ProjPointType point1, point2 , point3, point4;
...
...
This diff is collapsed.
Click to expand it.
Code/Projections/otbVectorDataProjectionFilter.txx
+
3
−
3
View file @
b7b244b1
...
...
@@ -411,7 +411,7 @@ VectorDataProjectionFilter<TInputVectorData,TOutputVectorData>
{
// Get the children list from the input node
InputChildrenListType children = source->GetChildrenList();
// For each child
for(typename InputChildrenListType::iterator it = children.begin(); it!=children.end();++it)
{
...
...
@@ -460,7 +460,7 @@ VectorDataProjectionFilter<TInputVectorData,TOutputVectorData>
}
case FEATURE_LINE:
{
newDataNode->SetLine(this->ReprojectLine(dataNode->GetLine()));
newContainer = OutputInternalTreeNodeType::New();
newContainer->Set(newDataNode);
...
...
@@ -468,7 +468,7 @@ VectorDataProjectionFilter<TInputVectorData,TOutputVectorData>
ProcessNode((*it),newContainer);
break;
}
case FEATURE_POLYGON:
{
newDataNode->SetPolygonExteriorRing(this->ReprojectPolygon(dataNode->GetPolygonExteriorRing()));
...
...
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