#include <TrRndStateBranchClient.h>
This is an interface for markers access. It should be faster then accessing through rendition.
Definition at line 36 of file TrRndStateBranchClient.h.
◆ empty()
virtual bool OdTrRndMarkersAccessor::empty |
( |
| ) |
const |
|
pure virtual |
Checks that markers conteiner is not empty
- Returns
- Returns true if and only if markers empty
◆ hasMarker()
virtual bool OdTrRndMarkersAccessor::hasMarker |
( |
OdGsMarker |
marker | ) |
const |
|
pure virtual |
Checks that marker is presented in container
- Parameters
-
marker | [in] Marker to be checked |
- Returns
- Returns true if and only if markers is presented in container
◆ interval()
virtual bool OdTrRndMarkersAccessor::interval |
( |
OdGsMarker & |
minMarker, |
|
|
OdGsMarker & |
maxMarker |
|
) |
| const |
|
inlinevirtual |
Retrives markers container boundaries
- Parameters
-
minMarker | [out] Minimum marker in container |
maxMarker | [out] Maximum marker in container |
- Returns
- Returns true if container supports boundaries detection; otherwise returns false.
Definition at line 58 of file TrRndStateBranchClient.h.
The documentation for this class was generated from the following file: