Collection of points on a plot
See full class description
const Point& at |
( |
const size_t |
index | ) |
const |
|
inline |
Get point at index
- Deprecated:
- Will be removed in next feature version (use operator[] instead for C++ Code)
- Parameters
-
- Returns
- data point
const Point& operator[] |
( |
const size_t |
index | ) |
const |
|
inline |
Get point at index
- Parameters
-
- Returns
- data point
Point& operator[] |
( |
const size_t |
index | ) |
|
|
inline |
Get point at index
- Parameters
-
- Returns
- data point
Number of points in collection
- Returns
- number of points in the collection