MCPcopy 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

camdevDNFunction · 0.70

Calls 15

GetCubeNameMethod · 0.80
GetStringMethod · 0.80
GetBooleanMethod · 0.80
groupMethod · 0.80
SetBrickSizeMethod · 0.80
ClearInputCubesMethod · 0.80
findObjectMethod · 0.80
findGroupMethod · 0.80
addKeywordMethod · 0.80
SetWorldMethod · 0.80
SpacecraftAzimuthMethod · 0.80
GroundAzimuthMethod · 0.80

Tested by

no test coverage detected