Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
extents_slices_t Class Reference

A utility class for referencing the two slices of a extents_t. More...

#include <adobe/extents.hpp>

Inheritance diagram for extents_slices_t:
eve_t extents_t layout_attributes_t place_data_t

Public Types

enum  slice_select_t { horizontal , vertical }

Detailed Description

Definition at line 60 of file extents.hpp.

Member Enumeration Documentation

◆ slice_select_t

Enumerator
horizontal 

An index used to reference the horizontal extents_t::slice_t in a extents_t.

vertical 

An index used to reference the vertical extents_t::slice_t in a extents_t.

Definition at line 61 of file extents.hpp.