TPCCLIB
Loading...
Searching...
No Matches
RoiList Struct Reference

#include <libtpcroi.h>

Data Fields

ROIroi
struct _RoiList * next
struct _RoiList * prev

Detailed Description

A doubly linked list for ROIs by CL

Definition at line 84 of file libtpcroi.h.

Field Documentation

◆ next

struct _RoiList* RoiList::next

Next

Definition at line 88 of file libtpcroi.h.

Referenced by roi_append_n(), roi_delete(), roi_delete_n(), roi_empty(), roi_read(), and roi_save().

◆ prev

struct _RoiList* RoiList::prev

Previous

Definition at line 90 of file libtpcroi.h.

Referenced by roi_delete(), roi_delete_n(), and roi_read().

◆ roi

ROI* RoiList::roi

Pointer to ROI

Definition at line 86 of file libtpcroi.h.

Referenced by roi_append_n(), roi_delete(), roi_delete_n(), roi_read(), and roi_save().


The documentation for this struct was generated from the following file: