Functions

const Point & operator[] (const size_t index) const INTEROP_THROW_SPEC((model
 
Point & operator[] (const size_t index) INTEROP_THROW_SPEC((model
 
const Point & at (const size_t index) const INTEROP_THROW_SPEC((model
 
size_t size () const
 

Detailed Description

Collection of points on a plot

See full class description

Function Documentation

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
indexindex of point
Returns
data point
const Point& operator[] ( const size_t  index) const
inline

Get point at index

Parameters
indexindex of point
Returns
data point
Point& operator[] ( const size_t  index)
inline

Get point at index

Parameters
indexindex of point
Returns
data point
size_t size ( ) const
inline

Number of points in collection

Returns
number of points in the collection