| Top |
Object defining a GigaSampler sample object. Child of IpatchGig objects and referenced by IpatchGigSubRegion objects.
IpatchGigSample *
ipatch_gig_sample_new (void);
Create a new GigaSampler sample object.
IpatchGigSample *
ipatch_gig_sample_first (IpatchIter *iter);
Gets the first item in a GigaSampler sample iterator. A convenience
wrapper for ipatch_iter_first().
[skip]
IpatchGigSample *
ipatch_gig_sample_next (IpatchIter *iter);
Gets the next item in a GigaSampler sample iterator. A convenience
wrapper for ipatch_iter_next().
[skip]