|
x
|
TTFSpans Class Reference
#include <procedures.h>
Collaboration diagram for TTFSpans:

Public Member Functions | |
| void | Add (TTFSpan &ATFSpan) |
| void | Clear () |
| int | Delete (int Index) |
Data Fields | |
| int | Count |
| int | Capacity |
| TTFSpan * | Items |
Detailed Description
TTFSpans is a class that maintains a list of TFSpans. This is used to mark selected areas in the time- frequency plane for further processing.
Member Function Documentation
| void TTFSpans::Add | ( | TTFSpan & | ATFSpan | ) |
method Add: add a new span to the list
In: ATFSpan: the new span to add
| void TTFSpans::Clear | ( | ) |
method Clear: discard the current content without freeing memory.
| int TTFSpans::Delete | ( | int | Index | ) |
method Delete: delete a span from current list
In: Index: index to the span to delete
The documentation for this class was generated from the following files:
- procedures.h
- procedures.cpp
Generated on Fri Oct 31 2025 07:10:01 for x by
1.8.11