Class RawPackageAccessor Class

Provides access to the raw images in a LightFieldPackage.

Constructors:

NameDescription
Public methodRawPackageAccessor(LightFieldPackage) Initializes new instance of the RawPackageAccessor class.

Properties:

NameDescription
Public propertyHasContent Gets whether any files are present in the package.
Public propertyHasExceptions Gets whether any exceptions occured during initialization.
Public propertyFrameCount Gets the number of frames available in the package.
Public propertyMetadata Gets metadata of the package.
Public propertyPackage Gets the LightFieldPackage associated with this accessor.

Methods:

NameDescription
Public methodGetFrame(Int32) Gets a frame references.
Public methodGetFrames() Gets frame references.
Public methodGetExceptions() Gets the list of exceptions that occured during initialization.
Public methodGetFieldImage(Int32) Gets the FieldImage for image data.
Public methodGetImageComponent(Int32) Gets the LightFieldComponent for raw image data.
Public methodGetPictureMetadata() Gets the picture metadata.
Public methodThrowIfExceptionsOccured() Throws the first exception that occured during initialization, if any.