Class CreateTypes


  • public class CreateTypes
    extends Object
    • Field Detail

      • bitTypeSource

        public final Producer<BitType> bitTypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.bit, create.type, engine.create'
      • uint2TypeSource

        public final Producer<Unsigned2BitType> uint2TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.uint2, create.type, engine.create'
      • uint4TypeSource

        public final Producer<Unsigned4BitType> uint4TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.uint4, create.type, engine.create'
      • byteTypeSource

        public final Producer<ByteType> byteTypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.byte, create.type, engine.create'
      • uint8TypeSource

        public final Producer<UnsignedByteType> uint8TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.uint8, create.type, engine.create'
      • uint12TypeSource

        public final Producer<Unsigned12BitType> uint12TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.uint12, create.type, engine.create'
      • shortTypeSource

        public final Producer<ShortType> shortTypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.int16, create.type, engine.create'
      • uint16TypeSource

        public final Producer<UnsignedShortType> uint16TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.uint16, create.type, engine.create'
      • int32TypeSource

        public final Producer<IntType> int32TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.int32, create.type, engine.create'
      • uint32TypeSource

        public final Producer<UnsignedIntType> uint32TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.uint32, create.type, engine.create'
      • int64TypeSource

        public final Producer<LongType> int64TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.int64, create.type, engine.create'
      • uint64TypeSource

        public final Producer<UnsignedLongType> uint64TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.uint64, create.type, engine.create'
      • uint128TypeSource

        public final Producer<Unsigned128BitType> uint128TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.uint128, create.type, engine.create'
      • float32TypeSource

        public final Producer<FloatType> float32TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.float32, create.type, engine.create'
      • cfloat32TypeSource

        public final Producer<ComplexFloatType> cfloat32TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.cfloat32, create.type, engine.create'
      • float64TypeSource

        public final Producer<DoubleType> float64TypeSource
        NB higher priority to match Producer<RealType> and Producer<NativeType>
        Output parameters:
        output
        Implementation Note:
        op names='create.float64, create.type, engine.create', priority='100.'
      • cfloat64TypeSource

        public final Producer<ComplexDoubleType> cfloat64TypeSource
        Output parameters:
        output
        Implementation Note:
        op names='create.cfloat64, create.type, engine.create'
    • Constructor Detail

      • CreateTypes

        public CreateTypes()