Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Swigcsm
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
aflab
astrogeology
Swigcsm
Commits
0e86971e
Commit
0e86971e
authored
5 years ago
by
Jesse Mapel
Committed by
Lauren Adoram-Kershner
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Exposed sensorpartials (#21)
* Exposed sensorpartials * Templated double vector
parent
47ad7002
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
rastergm.i
+8
-2
8 additions, 2 deletions
rastergm.i
with
8 additions
and
2 deletions
rastergm.i
+
8
−
2
View file @
0e86971e
%
module
(
package
=
"
csmapi
"
)
rastergm
%
include
<
std_pair
.
i
>
%
include
<
std_vector
.
i
>
%
template
(
VecDouble
)
std
::
vector
<
double
>
;
%
template
(
SensorPartials
)
std
::
pair
<
double
,
double
>
;
%
template
(
VecSensorPartials
)
std
::
vector
<
std
::
pair
<
double
,
double
>>
;
%
{
#include "RasterGM.h"
%}
...
...
@@ -13,9 +19,9 @@
} catch (const csm::Warning &e) {
PyErr_WarnEx(PyExc_UserWarning, e.getMessage().c_str(), 1);
}
}
}
%
import
model
.
i
%
import
geometricmodel
.
i
%
import
csm
.
i
%
include
RasterGM
.
h
\ No newline at end of file
%
include
RasterGM
.
h
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