MCPcopy Create free account
hub / github.com/DOI-USGS/ISIS3 / Fields

Method Fields

isis/src/core/src/TableRecord.cpp:102–104  ·  view source on GitHub ↗

* Returns the number of fields that are currently in the record * * @return The number of fields in the record */

Source from the content-addressed store, hash-verified

100 * @return The number of fields in the record
101 */
102 int TableRecord::Fields() const {
103 return p_fields.size();
104 }
105
106 /**
107 * Returns the number of bytes per record

Callers 15

IsisMainFunction · 0.80
ApplyRotationFunction · 0.80
updatePointingMethod · 0.80
updatePositionMethod · 0.80
TableMethod · 0.80
RecordFieldsMethod · 0.80
toStringMethod · 0.80
TESTFunction · 0.80
mainFunction · 0.80
DawnVirCameraMethod · 0.80
getPointingTableMethod · 0.80
LoadCacheMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 5

TESTFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64