ERC CISST - cisst software

vctPlot2DBase::Trace Class Reference

#include <vctPlot2DBase.h>

Collaboration diagram for vctPlot2DBase::Trace:

Collaboration graph
[legend]
List of all members.

Detailed Description

Storage for a given signal. Each signal stores the data to display in a vector (vctDynamicVector) of points (vctDouble2). To prevent dynamic re-allocation, this class uses a "circular buffer".

Definition at line 45 of file vctPlot2DBase.h.

Public Member Functions

Protected Types

Protected Attributes

Friends


Member Typedef Documentation

typedef vctFixedSizeVectorRef<double, 2, 1> vctPlot2DBase::Trace::PointRef [protected]

Vector of references to the data to add, compute min/max, ...

Definition at line 72 of file vctPlot2DBase.h.


Member Data Documentation

double* vctPlot2DBase::Trace::Buffer [protected]

Actual buffer containing the data, contiguous for rendering

Definition at line 70 of file vctPlot2DBase.h.


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu