MCPcopy Create free account

hub / github.com/DOI-USGS/ISIS3 / functions

Functions16,614 in github.com/DOI-USGS/ISIS3

↓ 260 callersMethodLines
* @returns The number of lines in the chip */
isis/src/base/objs/Chip/Chip.h:106
↓ 256 callersMethodsize
isis/src/mro/objs/HiCal/LoadCSV.cpp:180
↓ 247 callersMethodIsIgnored
isis/src/control/objs/ControlPoint/ControlPoint.cpp:1307
↓ 244 callersMethodtable
* Returns the table * * @return QTableWidget* */
isis/src/qisis/objs/TableMainWindow/TableMainWindow.h:70
↓ 241 callersMethodGetNumMeasures
* Returns the total number of measures for all control points in the network * * @return Number of control measures */
isis/src/control/objs/ControlNet/ControlNet.cpp:1462
↓ 241 callersMethoditem
* Returns the top-level item at the given row. * * @param row (int) The row of the item. * * @return @b ProjectItem* The item at the row.
isis/src/qisis/objs/ProjectItemModel/ProjectItemModel.cpp:387
↓ 238 callersMethodGetNumPoints
Return the number of control points in the network
isis/src/control/objs/ControlNet/ControlNet.cpp:1473
↓ 238 callersMethodaddItem
* Adds an item to the view. Filters out items that are not Images or Shapes * or ImageLists. * * @param[in] item (ProjectItem *) The item to
isis/src/qisis/objs/CubeDnView/CubeDnView.cpp:355
↓ 238 callersMethodread
* This method will read data from the specified Blob object. * * @param[in] blob The Blob data to be loaded * * @return (type)return descr
isis/src/base/objs/Cube/Cube.cpp:1043
↓ 237 callersMethodBand
* Returns the current band * * @return @b int Band */
isis/src/base/objs/Camera/Camera.cpp:2730
↓ 233 callersMethodpixelType
* @returns the accuracy of pixels in the file. If no cube is opened yet, then * this is the accuracy/number of bytes per pixel that will be used
isis/src/base/objs/Cube/Cube.cpp:2032
↓ 233 callersMethodprint
* Prints a string representation of this exception to stderr. File info (i.e. * filename and line number) are only printed if the user has that opt
isis/src/core/src/IException.cpp:442
↓ 224 callersMethodGetId
* Return the Id of the control point * * @return Control Point Id */
isis/src/control/objs/ControlPoint/ControlPoint.cpp:1302
↓ 220 callersMethodsetAttribute
* Set the attribute(s) for which tester returns true to newValue. If multiple attributes * match (tester returns true on them), only the firs
isis/src/base/objs/CubeAttribute/CubeAttribute.h:284
↓ 215 callersMethodMinimum
isis/src/base/apps/cubenorm/staticStats.cpp:55
↓ 214 callersMethodindexOf
isis/src/qisis/objs/CnetEditorWidget/TableColumnList.cpp:88
↓ 212 callersMethodbegin
* Return the beginning iterator. * @return The beginning iterator. */
isis/src/core/include/PvlContainer.h:179
↓ 211 callersMethodClear
Clear out all comments collected for starting over */
isis/src/base/apps/spkwriter/Commentor.h:86
↓ 211 callersMethodGetMeasure
* Get a control measure based on its cube's serial number. * * @param serialNumber serial number of measure to get * @returns control measure
isis/src/control/objs/ControlPoint/ControlPoint.cpp:401
↓ 209 callersMethodbegin
* Const iterator into list * * @return CollectorConstIter Returns a const iterator to the list */
isis/src/base/objs/CollectorMap/CollectorMap.h:711
↓ 209 callersMethodcontains
* Test if the target geometry is contained within this geometry * * @param target Other geometry to test * @return bool True if target is co
isis/src/base/objs/GisGeometry/GisGeometry.cpp:488
↓ 206 callersMethodGetAsString
Public: Returns the first element of the value member of a parameter whos name starts with paramName as a QString. Any type can be retrieve with this
isis/src/base/objs/IsisAml/IsisAml.cpp:568
↓ 205 callersMethodSetText
* Changes the value of the text string reported just before 0% processed. This * text is only output under the following condition. After SetMaximu
isis/src/base/objs/Progress/Progress.cpp:61
↓ 201 callersMethodAdd
* Add the two matrices */
isis/src/base/objs/Matrix/Matrix.cpp:104
↓ 201 callersMethodMaximum
isis/src/base/apps/cubenorm/staticStats.cpp:61
↓ 201 callersMethodPush
* Push a vector onto the stack * * @param vect The vector that will be pushed on the stack */
isis/src/base/objs/Calculator/Calculator.cpp:883
↓ 200 callersMethodcontains
isis/tests/IsisDataFixtures.h:46
↓ 198 callersMethodsize
isis/src/qisis/objs/CnetEditorWidget/TableColumnList.cpp:164
↓ 194 callersMethodGetSample
isis/src/control/objs/ControlMeasure/ControlMeasure.cpp:723
↓ 189 callersMethodadd
isis/src/mro/objs/HiCal/HiCalTypes.h:55
↓ 188 callersMethodradians
* Get the angle in units of Radians. * @return A double-value representing this angle. Null if not valid. */
isis/src/base/objs/Angle/Angle.h:226
↓ 185 callersMethodDoubleBuffer
* Returns the value of the shape buffer * * @return double* The shape buffer */
isis/src/base/objs/Buffer/Buffer.h:138
↓ 184 callersMethodend
* Const iterator to end of list * * @return CollectorConstIter Returns the const end of the list */
isis/src/base/objs/CollectorMap/CollectorMap.h:720
↓ 183 callersMethodPutAsString
* Allows the insertion of a value for any parameter. No validity check is * performed on the value passed in. * * @param paramName The partial or f
isis/src/base/objs/IsisAml/IsisAml.cpp:68
↓ 182 callersMethodaddComment
* Add a comment to the PvlKeyword. * * @param comment The new comment. * * @see addCommentWrapped() * @see addComments() * @see clea
isis/src/core/src/PvlKeyword.cpp:530
↓ 180 callersMethodSetBasePosition
* This method is used to set the base position of the shape buffer. In general * it is used by BufferManager objects to progress sequentially thro
isis/src/base/objs/Buffer/Buffer.cpp:107
↓ 180 callersMethodend
* Return the ending iterator. * @return The ending iterator. */
isis/src/core/include/PvlContainer.h:195
↓ 180 callersMethodfileExists
* Returns true if the file exists; false otherwise. * If the file is a symlink that points to a nonexistent file, false is returned. * * @ret
isis/src/core/src/FileName.cpp:453
↓ 175 callersFunctione
()
isis/src/docsys/Object/assets/MathJax.js:22
↓ 174 callersMethodclear
* @brief Clear the contents of this object * * The contents of the ControlNet object are deleted. The internal variables * that hold the cont
isis/src/control/objs/ControlNet/ControlNet.cpp:178
↓ 171 callersMethodSetUniversalGround
* This is the opposite routine for SetLookDirection. Instead of computing a * point on the target, a point is set and the look direction is compute
isis/src/base/objs/Sensor/Sensor.cpp:361
↓ 171 callersMethodremove
* @brief Removes the named database from pool * * This static method is required in order to remove a previous used * Database from the datab
isis/src/database/objs/Database/Database.cpp:254
↓ 170 callersMethodhasObject
* Returns a boolean value based on whether the object exists in the current * PvlObject or not. * @param name The name of the object to
isis/src/core/include/PvlObject.h:324
↓ 167 callersMethodadd
* Adds PvlKeyword with the given name and value to the PvlFlatMap. This will * overwrite any existing keyword in the map with the same name. *
isis/src/base/objs/PvlFlatMap/PvlFlatMap.cpp:488
↓ 167 callersMethodsize
* How many serial number / filename combos are in the list * * @return @b int Returns number of serial numbers current in the list */
isis/src/base/objs/SerialNumberList/SerialNumberList.cpp:384
↓ 167 callersMethodsize
* Returns the number of tokens in the parsed string * @return int */
isis/src/base/objs/CSVReader/CSVReader.h:101
↓ 166 callersMethodbaseName
* Returns the name of the file without the path and without extensions. * * <pre> * for a full file specification of: * "/tmp/Peaks.c
isis/src/core/src/FileName.cpp:149
↓ 166 callersMethodunit
* Returns the units of measurement of the element of the array * of values for the object at the specified index. Defaults to * index = 0. *
isis/src/core/src/PvlKeyword.cpp:511
↓ 161 callersMethodcamera
* Return a camera associated with the cube. The generation of * the camera can throw an exception, so you might want to catch errors * if that
isis/src/base/objs/Cube/Cube.cpp:1687
↓ 161 callersMethodtoString
* @brief Gets the current status of the WorkOrder. * @param status An enumeration of all possible WorkOrder states. * @return @b QString Returns
isis/src/qisis/objs/WorkOrder/WorkOrder.cpp:998
↓ 159 callersMethodSetCoordinate
* This method is used to set the projection x/y and compute the * corresponding latitude/longitude position. The method assumes the x/y are *
isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.cpp:704
↓ 159 callersMethodwidth
Returns the current set longest keyword name
isis/src/core/include/PvlKeyword.h:223
↓ 156 callersMethodGetLine
* Gets next line from file. Returns True if read a line, False if End Of File. * * @param line Line read from file, with newline removed. *
isis/src/base/objs/TextFile/TextFile.cpp:411
↓ 155 callersMethodGetPoint
isis/src/control/objs/ControlNet/ControlNet.cpp:1823
↓ 150 callersMethodAuto
* Automatically translate all the output names tagged as Auto in the * translation table If a output name does not translate an error will be *
isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.cpp:70
↓ 150 callersMethodsetVisible
isis/src/qisis/objs/CnetEditorWidget/TableColumn.cpp:74
↓ 149 callersMethodIsEditLocked
isis/src/control/objs/ControlPoint/ControlPoint.cpp:1268
↓ 146 callersMethodclear
Clears all values and units for this PvlKeyword object.
isis/src/core/src/PvlKeyword.cpp:445
↓ 144 callersMethodSetInputParameter
* Set the input parameter for this application and whether or not this * application supports the virtual bands functionality. It supports the virt
isis/src/base/objs/Pipeline/PipelineApplication.cpp:79
↓ 143 callersMethodAddToPipeline
* Add a new program to the pipeline. This method must be called before calling * Pipeline::Application(...) to access it. The string identifier wil
isis/src/base/objs/Pipeline/Pipeline.cpp:581
↓ 143 callersMethodSetMaximumSteps
* This sets the maximum number of steps in the process. Whenever this is * invoked it also resets the counters to their initial states. This allows
isis/src/base/objs/Progress/Progress.cpp:85
↓ 143 callersMethodadd
* @brief Add a transform to the list * * Caller supplies a pointer to an image transform and inherits ownership of the * pointer. The pointers are
isis/src/control/apps/findfeatures/Transformer.cpp:48
↓ 139 callersMethodSetOutputParameter
* Set the output parameter for a branch of this application and it's naming * convention. This is meant for an application that splits the input in
isis/src/base/objs/Pipeline/PipelineApplication.cpp:122
↓ 138 callersMethodSetIgnored
* Set whether to ignore or use control point * * @param newIgnoreStatus True to ignore this Control Point, False to *
isis/src/control/objs/ControlPoint/ControlPoint.cpp:649
↓ 138 callersMethodmatch
isis/src/control/apps/findfeatures/MatchMaker.cpp:113
↓ 138 callersMethodrows
* @brief Reports the number of rows in the table * * This method returns only the number of rows of data. This count does * not
isis/src/base/objs/CSVReader/CSVReader.h:285
↓ 137 callersMethodcompare
isis/src/control/apps/pointreg/pointreg.cpp:136
↓ 133 callersMethodgroups
* Returns the number of groups contained. * @return The number of groups. */
isis/src/core/include/PvlObject.h:75
↓ 132 callersMethodcontains
isis/src/qisis/objs/CnetEditorWidget/TableColumnList.cpp:98
↓ 132 callersMethodexists
* Determines whether a PVL keyword with the given name is in this Resource. * * @param keywordName A string containing the keyword name. *
isis/src/base/objs/Resource/Resource.cpp:155
↓ 132 callersMethodkey
* Returns the token keyword * * @return QString */
isis/src/core/src/PvlToken.cpp:49
↓ 131 callersMethodcube
* Get the Cube * associated with this display property. This will allocate * the Cube * if one is not already present. */
isis/src/qisis/objs/Shape/Shape.cpp:309
↓ 131 callersMethodobjects
* Returns the number of objects. * @return The number of objects. */
isis/src/core/include/PvlObject.h:219
↓ 129 callersMethodAddPair
* Adds a stretch pair to the list of pairs. Note that all input pairs must be * in ascending order. * * @param input Input value to map *
isis/src/base/objs/Stretch/Stretch.cpp:49
↓ 129 callersMethodRecords
* Returns the number of records * * @return @b int Number of records */
isis/src/core/src/Table.cpp:380
↓ 128 callersMethodsetCurrentIndex
* Sets the current index to currentIndex * * @param currentIndex */
isis/src/qisis/objs/TableMainWindow/TableMainWindow.cpp:906
↓ 127 callersMethodGetType
* @returns this point't type * */
isis/src/control/objs/ControlPoint/ControlPoint.cpp:1397
↓ 127 callersMethodfileName
* Get the file name of the cube that this shape represents. * * @return A string containing the path to the cube data associated with this shape
isis/src/qisis/objs/Shape/Shape.cpp:361
↓ 124 callersMethodname
* Get the project's GUI name */
isis/src/qisis/objs/Project/Project.cpp:1687
↓ 122 callersMethodSetLine
isis/src/base/objs/LineManager/LineManager.cpp:44
↓ 122 callersMethodvalue
isis/src/control/apps/cnet2dem/DatumFunctoid.h:382
↓ 120 callersMethodsize
Returns the number of trainers to match */
isis/src/control/apps/findfeatures/MatchMaker.cpp:54
↓ 119 callersFunctioninit
* This method will validate the input file list and set global * variables: g_ccdFiles, g_ccdNumbers, g_numFiles, * g_firstFilter * * @param inLis
isis/src/mro/apps/hijitter/main.cpp:349
↓ 117 callersMethodSampleDimension
* Returns the number of samples in the shape buffer * * @return int */
isis/src/base/objs/Buffer/Buffer.h:70
↓ 117 callersMethodcontains
* Use an input BitMask to mask the input PointSet, and return the results. * * @param bm BitMask contining true for indices to keep and false fo
isis/src/control/apps/cnetthinner/CnetSuppression.cpp:478
↓ 116 callersMethodreset
* This initializes the class except for the current mode, which is * set on enable. * */
isis/src/qisis/objs/RubberBandTool/RubberBandTool.cpp:751
↓ 115 callersMethodSetGround
* This method is used to set the ground latitude/longitude values and * compute the corresponding x/y values of the projection. The method * a
isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.cpp:421
↓ 115 callersMethodToQt
* Retuns the object string as a QString * * @deprecated */
isis/src/core/src/IString.cpp:870
↓ 115 callersMethodcurrentIndex
* * Returns the current index * * @return int */
isis/src/qisis/objs/TableMainWindow/TableMainWindow.h:104
↓ 115 callersMethodnext
* @brief Gets the next WorkOrder. * @return @b QPointer pointing to the next WorkOrder. */
isis/src/qisis/objs/WorkOrder/WorkOrder.cpp:923
↓ 115 callersMethodsetValue
* This is the generic mutator for properties. Given a value, this will * change it and emit propertyChanged if its different and supported. */
isis/src/qisis/objs/DisplayProperties/DisplayProperties.cpp:123
↓ 114 callersMethodSetCubeSerialNumber
* @brief Set cube serial number * * This method is used to set the serial number of the cube. That is, * the coordinate was selected from a
isis/src/control/objs/ControlMeasure/ControlMeasure.cpp:187
↓ 114 callersMethodopen
isis/src/base/apps/ckwriter/CkKernelWriter.cpp:92
↓ 113 callersMethodfindKeyword
isis/src/control/apps/sumspice/SumFinder.cpp:636
↓ 113 callersMethodisValid
* This indicates whether we have a legitimate angle stored or are in an * unset, or invalid, state. * * @returns True if we have a legitima
isis/src/base/objs/Angle/Angle.cpp:96
↓ 113 callersMethodvalue
* Returns one element of the value-vector. * * @param index Zero-based index of vector element to return. Defaults to 0 * * @return QStrin
isis/src/core/src/PvlToken.cpp:95
↓ 112 callersMethodProgress
Update the progress bar
isis/src/base/objs/Gui/Gui.cpp:571
↓ 112 callersMethodlength
isis/src/core/src/IException.cpp:639
↓ 111 callersMethodcolumns
* @brief Determine the number of columns in the input source * * This method is applies the parsing conditions to all data lines to determine
isis/src/base/objs/CSVReader/CSVReader.cpp:97
↓ 111 callersMethodisNull
* Decides whether a value is null or not at a given index. * Defaults to index = 0. * * @param index The value index * @return <B>bool</B>
isis/src/core/src/PvlKeyword.cpp:123
← previousnext →101–200 of 16,614, ranked by callers