Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DOI-USGS/ISIS3
/ camdev
Function
camdev
isis/src/dev/apps/camdev/camdev.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
118
119
void camdev(UserInterface &ui) {
120
Cube icube(ui.GetCubeName(
"FROM"
),
"r"
);
121
camdev(&icube, ui);
122
}
123
124
125
void camdev(Cube *icube, UserInterface &ui) {
Callers
1
camdevDN
Function · 0.70
Calls
15
GetCubeName
Method · 0.80
GetString
Method · 0.80
GetBoolean
Method · 0.80
group
Method · 0.80
SetBrickSize
Method · 0.80
ClearInputCubes
Method · 0.80
findObject
Method · 0.80
findGroup
Method · 0.80
addKeyword
Method · 0.80
SetWorld
Method · 0.80
SpacecraftAzimuth
Method · 0.80
GroundAzimuth
Method · 0.80
Tested by
no test coverage detected