Class MPSImageReadWriteParams


  • public final class MPSImageReadWriteParams
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long featureChannelOffset()
      < featureChannel offset from which to read/write featureChannels, this should be a multiple of 4
      long numberOfFeatureChannelsToReadWrite()
      < is number of featureChannels, should be greater than 0 and multiple of 4 unless featureChannelOffset is 0
      void setFeatureChannelOffset​(long value)
      < featureChannel offset from which to read/write featureChannels, this should be a multiple of 4
      void setNumberOfFeatureChannelsToReadWrite​(long value)
      < is number of featureChannels, should be greater than 0 and multiple of 4 unless featureChannelOffset is 0
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPSImageReadWriteParams

        public MPSImageReadWriteParams()
      • MPSImageReadWriteParams

        protected MPSImageReadWriteParams​(org.moe.natj.general.Pointer peer)
      • MPSImageReadWriteParams

        public MPSImageReadWriteParams​(long featureChannelOffset,
                                       long numberOfFeatureChannelsToReadWrite)
    • Method Detail

      • featureChannelOffset

        public long featureChannelOffset()
        < featureChannel offset from which to read/write featureChannels, this should be a multiple of 4
      • setFeatureChannelOffset

        public void setFeatureChannelOffset​(long value)
        < featureChannel offset from which to read/write featureChannels, this should be a multiple of 4
      • numberOfFeatureChannelsToReadWrite

        public long numberOfFeatureChannelsToReadWrite()
        < is number of featureChannels, should be greater than 0 and multiple of 4 unless featureChannelOffset is 0
      • setNumberOfFeatureChannelsToReadWrite

        public void setNumberOfFeatureChannelsToReadWrite​(long value)
        < is number of featureChannels, should be greater than 0 and multiple of 4 unless featureChannelOffset is 0