Class ExrDeepScanlineRequest

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class ExrDeepScanlineRequest extends Struct<ExrDeepScanlineRequest> implements NativeResource
struct ExrDeepScanlineRequest {
    ExrPart part;
    int32_t y_start;
    int32_t num_lines;
    ExrDeepSampleInfo * sample_info;
    ExrBuffer output;
    uint32_t channels_mask;
    uint32_t output_pixel_type;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • PART

      public static final int PART
      The struct member offsets.
    • Y_START

      public static final int Y_START
      The struct member offsets.
    • NUM_LINES

      public static final int NUM_LINES
      The struct member offsets.
    • SAMPLE_INFO

      public static final int SAMPLE_INFO
      The struct member offsets.
    • OUTPUT

      public static final int OUTPUT
      The struct member offsets.
    • CHANNELS_MASK

      public static final int CHANNELS_MASK
      The struct member offsets.
    • OUTPUT_PIXEL_TYPE

      public static final int OUTPUT_PIXEL_TYPE
      The struct member offsets.
  • Constructor Details

    • ExrDeepScanlineRequest

      public ExrDeepScanlineRequest(ByteBuffer container)
      Creates a ExrDeepScanlineRequest instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details