Interface Mdb.SplineCalibratorInfo.SplinePointInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getCalibrated()
      optional double calibrated = 2;
      double getRaw()
      optional double raw = 1;
      boolean hasCalibrated()
      optional double calibrated = 2;
      boolean hasRaw()
      optional double raw = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasRaw

        boolean hasRaw()
        optional double raw = 1;
      • getRaw

        double getRaw()
        optional double raw = 1;
      • hasCalibrated

        boolean hasCalibrated()
        optional double calibrated = 2;
      • getCalibrated

        double getCalibrated()
        optional double calibrated = 2;