MCPcopy Create free account

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

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

↓ 110 callersFunctionIsValidPixel
* Returns if the input pixel is valid * * @param d Pixel value to test * * @return bool */
isis/src/core/include/SpecialPixel.h:240
↓ 109 callersMethodclear
* Function to clear out all values in a project essentially making it a new project object. * This function is also respoinsible for cleaning any d
isis/src/qisis/objs/Project/Project.cpp:457
↓ 109 callersMethodfind
* Gets a pointer to the function from the current pool that corresponds * to the given function name. This method returns null if no function *
isis/src/base/objs/InlineCalculator/InlineCalculator.cpp:568
↓ 107 callersMethodcamera
@return The camera associated with the cube (NULL implies none)
isis/src/qisis/objs/CubeViewport/CubeViewport.h:348
↓ 102 callersMethodEvaluate
Evaluate at x,y to compute z. This is available after the Solve method is invoked
isis/src/base/objs/SurfaceModel/SurfaceModel.cpp:57
↓ 101 callersMethodsetPen
* Sets the plot pen to the passed-in pen. * * * @param pen */
isis/src/qisis/objs/PlotCurve/PlotCurve.cpp:338
↓ 100 callersFunctionConfKey
isis/src/mro/objs/HiCal/HiCalUtil.h:195
↓ 100 callersMethodGetValue
* @brief Loads a Chip with a value. * * For example, * @code * Chip c(10,5); * c(1,1) = 1.1; * c(10,5)
isis/src/base/objs/Chip/Chip.h:145
↓ 98 callersMethodGetLine
isis/src/control/objs/ControlMeasure/ControlMeasure.cpp:690
↓ 98 callersMethodSetChooserName
* Set the point's chooser name. This will be lost if any attributes relating * to this point is later changed and the current user will be set. T
isis/src/control/objs/ControlPoint/ControlPoint.cpp:484
↓ 98 callersMethodfileName
* Return the ith filename in the cube list file given to constructor. * * @param i The index of the cube. * * @return @b QString The filen
isis/src/control/objs/BundleAdjust/BundleAdjust.cpp:2921
↓ 98 callersMethodmax
* Returns the maximum observation so far included in the dynamic calculation * * @return double -- the maximum observation so far included in th
isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.cpp:205
↓ 98 callersMethodvalue
* Provides the value of the variable that has the given cumulative probility * (according the current estimate of cumulative probility function)
isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.cpp:244
↓ 97 callersMethodCalcSurfAlbedo
* Calculate the surface brightness using photometric angle information * @param pha Phase angle * @param inc Incidence angle * @param ema Emi
isis/src/base/objs/PhotoModel/PhotoModel.cpp:177
↓ 97 callersMethodTranslate
* Apply a translation to the current affine transform * * @param tx translatation to add to x' * @param ty translation to add to y' */
isis/src/base/objs/Affine/Affine.cpp:134
↓ 96 callersMethodappend
isis/src/qisis/objs/CnetEditorWidget/TableColumnList.cpp:70
↓ 95 callersMethodadd
* Add a parameter to the variable pool. Some implementations can take * advantage of this if desired but it is not standard. * * @param ke
isis/src/base/objs/InlineCalculator/InlineCalculator.cpp:711
↓ 95 callersMethodapply
* @brief Apply algorithm to resource list * * This method is used to initiate the Strategy algorithm implemented by * deriving Strategy for a l
isis/src/base/objs/Strategy/Strategy.cpp:225
↓ 95 callersFunctionformat
isis/src/control/apps/sumspice/sumspice.cpp:45
↓ 95 callersMethodinstrumentRotation
* Accessor method for the instrument rotation. * @return @b iTime Instrument rotation for the image. * @author Steven Lambright * @internal
isis/src/base/objs/Spice/Spice.cpp:1844
↓ 94 callersMethodFocalPlaneMap
* Returns a pointer to the CameraFocalPlaneMap object * * @return @b CameraFocalPlaneMap* */
isis/src/base/objs/Camera/Camera.cpp:2866
↓ 94 callersFunctionToString
isis/src/mro/objs/HiCal/HiCalUtil.h:236
↓ 94 callersMethodoriginal
* Returns the full file name including the file path * * <pre> * for a full file specification of: * "$ISISROOT/tmp/Peaks.cub+Bsq"
isis/src/core/src/FileName.cpp:216
↓ 93 callersMethodPutDouble
Public: Sets the value member of a parameter of type double whose name starts with paramName * Allows the insertion of a value for a parameter of type
isis/src/base/objs/IsisAml/IsisAml.cpp:393
↓ 91 callersMethodSetEditLock
* Set the EditLock state. If edit lock is on, then most attributes relating * to this point are not modifiable. Edit lock is like "Don't modify m
isis/src/control/objs/ControlPoint/ControlPoint.cpp:519
↓ 91 callersMethodsetText
isis/src/qisis/objs/CnetEditorWidget/TreeViewHeader.cpp:72
↓ 90 callersFunctionsetFilter
isis/src/base/apps/gauss/main.cpp:45
↓ 89 callersMethodTranslate
* Translates a single output value from the given translation * group name and input value. * * @param translationGroupName The name of the
isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.cpp:216
↓ 89 callersMethodaddStretch
isis/src/base/apps/sigmastretch/main.cpp:55
↓ 89 callersMethoddeleteObject
* Remove an object from the current PvlObject. * * @param name The name of the PvlObject to remove. * * @throws IException */
isis/src/core/src/PvlObject.cpp:358
↓ 89 callersMethodname
isis/tests/AbstractPlateTests.cpp:24
↓ 89 callersMethodreopen
* This method will reopen an isis sube for reading or reading/writing. * If access requested is read/write and the open fails, open as read only
isis/src/base/objs/Cube/Cube.cpp:1010
↓ 88 callersMethodClear
* Clears the value(s) in the named parameter * * @param paramName The name of the parameter to clear */
isis/src/base/objs/IsisAml/IsisAml.cpp:2034
↓ 88 callersMethodSetCoordinate
isis/src/base/objs/IProj/IProj.cpp:135
↓ 88 callersMethodsetUnits
* Sets the unit of measure for all current values if any exist * * @param units New units to be assigned. */
isis/src/core/src/PvlKeyword.cpp:204
↓ 87 callersMethodGetAprioriSurfacePoint
isis/src/control/objs/ControlPoint/ControlPoint.cpp:1562
↓ 87 callersFunctionisValid
* True if valid, false otherwise * * @author kberry (5/25/2017) * * @param word The VIRTIS housekeeping word * * @return bool True if valid, els
isis/src/rosetta/apps/rosvirtis2isis/main.cpp:553
↓ 87 callersMethodopen
Method creates a QFile from a filename */
isis/src/control/apps/findfeatures/QDebugLogger.h:165
↓ 86 callersMethodError
Constructs an Error Exception with a message. @param message The message string. Default: "" @param caller_id An optional C-string identifying t
isis/src/mro/apps/hijitreg/Exceptions.hh:162
↓ 86 callersMethodlength
* @brief Computes the length of a geometry * * This method will compute the length of a geometry. This is suitable for * Linestring and spati
isis/src/base/objs/GisGeometry/GisGeometry.cpp:392
↓ 86 callersMethodsetDimensions
* Used prior to the Create method to specify the size of the cube. If not * invoked, a 512 x 512 x 1 cube will be created. * * * @param ns
isis/src/base/objs/Cube/Cube.cpp:1450
↓ 85 callersMethodTackCube
* This sets which cube position will be located at the chip * tack position * * @param cubeSample the cube sample value to tack * @para
isis/src/base/objs/Chip/Chip.cpp:182
↓ 85 callersMethodcount
* Counts the number of values the PVL keyword with the given name has, if it exists * in this Resource. Otherwise, it returns 0. * * @param k
isis/src/base/objs/Resource/Resource.cpp:169
↓ 85 callersMethodexec
* @brief Execute an SQL query provided in the query string * * This method executes the given query in the string. This method assumes this
isis/src/database/objs/SqlQuery/SqlQuery.cpp:112
↓ 85 callersMethodpush_back
* Appends an shape to the end of the shape list. * Equivalent to append(). * * @param value The shape to be appended. * * @see QList<Sh
isis/src/qisis/objs/ShapeList/ShapeList.cpp:240
↓ 85 callersMethodsetName
* Sets the keyword name. * * @param name The new keyword name. */
isis/src/core/src/PvlKeyword.cpp:141
↓ 85 callersMethodsize
isis/src/base/apps/caminfo/CamTools.h:181
↓ 85 callersMethodsqrtWeightScaler
* This provides the scaler to the sqrt of the weight, which is very useful for building normal * equations. * * @param[in] double residual
isis/src/control/objs/MaximumLikelihoodWFunctions/MaximumLikelihoodWFunctions.cpp:217
↓ 84 callersMethodSetType
* Sets the data type of the Column * * @param type The data type for the Column */
isis/src/base/objs/Column/Column.cpp:82
↓ 84 callersMethodwrite
isis/src/base/apps/ckwriter/SpiceKernel.cpp:131
↓ 83 callersMethodGetLatitude
* Returns a planetocentric latitude object at the surface * intersection point in body fixed. * * @return @b Latidude Universal latitude obje
isis/src/base/objs/Sensor/Sensor.cpp:221
↓ 83 callersMethodGetLongitude
* Returns a positive east, 0-360 domain longitude object * at the surface intersection point in the body fixed coordinate * system. * * @r
isis/src/base/objs/Sensor/Sensor.cpp:245
↓ 83 callersMethodSetPosition
* Sets the line and sample position of the buffer. The hotspot location * is subtracted from this position to set the upper left corner of the
isis/src/base/objs/Portal/Portal.h:93
↓ 83 callersMethodbands
* Number of bands (channels) in the output image. * * @return The depth of the output */
isis/src/base/objs/ImageExporter/ImageExporter.cpp:147
↓ 83 callersMethodcreate
* This method will create an isis cube for writing. The programmer should * make appropriate calls to Set methods before invoking Create. If non
isis/src/base/objs/Cube/Cube.cpp:426
↓ 82 callersMethodflush
* Register flush routine with Kakadu error and warning handling * facility. This routine writes Kakadu error messages out using * ISIS preferred
isis/src/base/objs/JP2Error/JP2Error.cpp:52
↓ 82 callersFunctiontoString
* A global function to format LinearAlgebra::Vector as a QString with the * given precision. The string will be comma-separated entries encased by
isis/src/base/objs/LinearAlgebra/LinearAlgebra.cpp:1852
↓ 81 callersMethodLocalRadius
* Returns the local radius at the intersection point. This is either the * radius on the ellipsoid, the radius from the surface model passed into
isis/src/base/objs/Sensor/Sensor.cpp:267
↓ 81 callersMethodisNamed
* Determines whether two PvlKeywords have the same name or not. * * @param name The name of the keyword to compare with this one.
isis/src/core/include/PvlKeyword.h:117
↓ 80 callersMethodsize
Returns full size of current comments internalized */
isis/src/base/apps/spkwriter/Commentor.h:58
↓ 80 callersFunctiontoBool
* Global function to convert from a string to a boolean. Known string values * include anything that remotely looks like a true or false. For exam
isis/src/core/src/IString.cpp:39
↓ 79 callersMethodAverage
isis/src/base/apps/cubenorm/staticStats.cpp:37
↓ 79 callersMethodGetZ
isis/src/base/objs/SurfacePoint/SurfacePoint.cpp:1450
↓ 79 callersMethodLineDimension
* Returns the number of lines in the shape buffer * * @return int */
isis/src/base/objs/Buffer/Buffer.h:79
↓ 78 callersMethodGetAdjustedSurfacePoint
isis/src/control/objs/ControlPoint/ControlPoint.cpp:1278
↓ 78 callersMethodSetEphemerisTime
Compute the angular equivalents for the offsets at a given time. * * This method computes the angular equivalents in radians for the offsets
isis/src/base/apps/appjit/PixelOffset.cpp:98
↓ 77 callersMethodSetDateTime
* Set the point's last modified time. This will be lost if any attributes * relating to this point are later changed and the current time will be
isis/src/control/objs/ControlPoint/ControlPoint.cpp:501
↓ 77 callersMethodisValid
isis/src/qisis/objs/RubberBandTool/RubberBandTool.cpp:1014
↓ 76 callersMethodPercent
* Computes and returns the value at X percent of the histogram. For example, * Percent(50.0) is equivalent to the computing the median. While Perc
isis/src/base/objs/Histogram/Histogram.cpp:351
↓ 76 callersMethodattributes
* Returns a QString of the attributes in a filename, attributes are expected to be of type * CubeAttributeInput or CubeAttributeOutput. Filenames w
isis/src/core/src/FileName.cpp:125
↓ 76 callersMethodsetFormat
* * Set the PvlFormatter used to format the keyword name and value(s) * * @param formatter A pointer to the formatter to be used */
isis/src/core/src/PvlKeyword.cpp:1039
↓ 75 callersFunctionValidateKey
* @brief Checks value of key, produces appropriate value * * This function checks the value of the keyword for specialness * and will create
isis/src/base/apps/caminfo/CamTools.h:52
↓ 75 callersMethodstatistics
* This method returns a pointer to a Statistics object * which allows the program to obtain and use various statistics * from the cube. Cube doe
isis/src/base/objs/Cube/Cube.cpp:2104
↓ 74 callersMethodtakeFirst
* Removes and returns the first shape. * * @return @b Shape * The first shape. * * @see QList<Shape *>::takeFirst() */
isis/src/qisis/objs/ShapeList/ShapeList.cpp:374
↓ 73 callersMethodclose
Close an opened kernel file */
isis/src/base/apps/ckwriter/CkKernelWriter.cpp:168
↓ 73 callersMethodformatEOL
isis/src/core/include/PvlFormat.h:149
↓ 72 callersMethodParent
isis/src/control/objs/ControlPoint/ControlPoint.h:466
↓ 71 callersMethodAddPoint
* Adds a ControlPoint to the ControlNet * * @param point Control point to be added * * @throws IException::Programmer "Null pointer passed
isis/src/control/objs/ControlNet/ControlNet.cpp:350
↓ 71 callersMethodSetOutputCube
* Create the output file. This method assumes that the output cube size * matches the input cube size. Therefore, SetInputCube() must be called
isis/src/base/objs/ProcessByBrick/ProcessByBrick.cpp:364
↓ 70 callersMethodCoefficient
* Returns the ith coefficient * * @param i The index for the desired coefficient. * * @return The ith coefficient *
isis/src/base/objs/BasisFunction/BasisFunction.h:107
↓ 70 callersMethodGetRefMeasure
* Get the reference control measure. * * @returns const reference measure for this point */
isis/src/control/objs/ControlPoint/ControlPoint.cpp:454
↓ 70 callersMethoderase
* Removes all of the PVL keywords in this Resource that are associated with the given name. * * @param keywordName The name mapped to the PVL k
isis/src/base/objs/Resource/Resource.cpp:341
↓ 69 callersMethodToken
* Returns the first token in the IString. A token is defined as a string of * characters from the beginning of the string to, but not including, th
isis/src/core/src/IString.cpp:898
↓ 69 callersMethodclear
isis/src/mro/objs/HiCal/HiCalTypes.h:65
↓ 69 callersMethodhighestVersion
* Searches the directory specified in the file name for the highest version of the file name. * Returns a FileName object with the file name change
isis/src/core/src/FileName.cpp:317
↓ 69 callersFunctionupdate
(e)
isis/src/docsys/assets/scripts/uswds.min.js:87
↓ 68 callersMethodMatrix
* Constructs an n x m Matrix containing the specified default * value. */
isis/src/base/objs/Matrix/Matrix.cpp:24
↓ 67 callersMethodremove
* Remove the specified serial number from the list * * @param sn Name of serial number to remove * * @author 2010-09-09 Sharmila Prasad
isis/src/base/objs/SerialNumberList/SerialNumberList.cpp:88
↓ 67 callersMethodsetRange
* Set the range of the LidarControlPoint * * @param range The range to set */
isis/src/control/objs/LidarControlPoint/LidarControlPoint.cpp:66
↓ 67 callersMethodwrite
* This method will write a blob of data (e.g. History, Table, etc) * to the cube as specified by the contents of the Blob object. * * @param
isis/src/base/objs/Cube/Cube.cpp:1219
↓ 66 callersMethodCoordinate
* Returns the x,y,z of the surface intersection in BodyFixed km. * * @param p[] The coordinate of the surface intersection. */
isis/src/base/objs/Sensor/Sensor.cpp:196
↓ 66 callersMethodInputHasKeyword
* Indicates if the input keyword corresponding to the output name exists in * the label * * @param translationGroupName The name of the PVL t
isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.cpp:282
↓ 66 callersMethodTotalPixels
* Returns the total number of pixels processed * (valid and invalid). * * @return The number of pixels (data) processed */
isis/src/base/objs/Statistics/Statistics.cpp:571
↓ 66 callersMethodformat
* * Get the current PvlFormat or create one * @return <B>PvlFormat*</B> Pointer to PvlFormat. * */
isis/src/core/src/PvlKeyword.cpp:1050
↓ 65 callersMethodCamera
* @brief Constructs the Camera object. * @param cube The Pvl label from the cube is used to create the Camera object. */
isis/src/base/objs/Camera/Camera.cpp:56
↓ 65 callersMethodGetLocalRadius
* Return the radius of the surface point * */
isis/src/base/objs/SurfacePoint/SurfacePoint.cpp:1732
↓ 64 callersMethodadd
isis/src/base/apps/ckwriter/SpiceKernel.cpp:55
↓ 64 callersMethodgetDouble
* This returns a value from the NAIF text pool. It is a static convience method * * @param key Name of NAIF keyword to obtain from the pool *
isis/src/base/objs/Spice/Spice.cpp:1256
↓ 64 callersMethodviewport
isis/src/qisis/objs/Workspace/ViewportMdiSubWindow.cpp:45
↓ 63 callersMethodGetX
* Calculates the unrotated form of current x value. * * @return double The unrotated x-value. */
isis/src/base/objs/Projection/Projection.cpp:812
← previousnext →201–300 of 16,614, ranked by callers