|
| CUDA_HOST_DEVICE | Range (unsigned int in_begin, unsigned int in_end) |
| | Range constructor. More...
|
| |
| CUDA_HOST_DEVICE unsigned int | size () const |
| | Return true if the given index is contained in the Range. More...
|
| |
|
CUDA_HOST_DEVICE bool | isEmpty () const |
| |
| CUDA_HOST bool | contains (unsigned int i) const |
| | Return true if the given index is contained in the Range. More...
|
| |
|
|
unsigned int | begin = 0 |
| |
|
unsigned int | end = 0 |
| |
◆ Range()
| CUDA_HOST_DEVICE aliceVision::Range::Range |
( |
unsigned int |
in_begin, |
|
|
unsigned int |
in_end |
|
) |
| |
|
inline |
Range constructor.
- Parameters
-
| [in] | in_begin | the range begin index |
| [in] | in_end | the range end index |
◆ contains()
| CUDA_HOST bool aliceVision::Range::contains |
( |
unsigned int |
i | ) |
const |
|
inline |
Return true if the given index is contained in the Range.
- Parameters
-
- Returns
- true if the given index point is contained in the Range
◆ size()
| CUDA_HOST_DEVICE unsigned int aliceVision::Range::size |
( |
| ) |
const |
|
inline |
Return true if the given index is contained in the Range.
- Parameters
-
- Returns
- true if the given index point is contained in the Range
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/stable/src/aliceVision/mvsData/ROI.hpp