![]() |
VR-Vantage 3.2 API Documentation
|
Creates a span that demarcates a length of time in the CV tool. More...
Public Member Functions | |
| DtCVSpan (DtCVMarkerSeries &marker, int level, const char *name) | |
| ~DtCVSpan () | |
| void | resetSpan () |
| deletes the span if it exists, this can be handy when you want to add markers | |
Private Member Functions | |
| DtCVSpan (const DtCVSpan &other) | |
| Copy Constructor not implemented – Copy Not Allowed. | |
| DtCVSpan & | operator= (const DtCVSpan &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. | |
Private Attributes | |
| span * | mySpan |
Creates a span that demarcates a length of time in the CV tool.
| DtCVSpan::DtCVSpan | ( | DtCVMarkerSeries & | marker, |
| int | level, | ||
| const char * | name | ||
| ) |
| DtCVSpan::~DtCVSpan | ( | ) |
|
inlineprivate |
Copy Constructor not implemented – Copy Not Allowed.
| void DtCVSpan::resetSpan | ( | ) |
deletes the span if it exists, this can be handy when you want to add markers
Assignment Operator Not implemented – Assignment Not Allowed.
|
private |