print.exr_type {picohdr}R Documentation

Print 'exr_type' objects

Description

Print 'exr_type' objects

Usage

## S3 method for class 'exr_type'
print(x, ...)

Arguments

x

exr_type object

...

other arguments passed on to NextMethod

Value

None

Examples

bbox <- exr_type$box2i(0, 0, 1, 1)
print(bbox)

[Package picohdr version 0.1.1 Index]