![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Member Functions | |
| Interval () | |
| Default constructor. More... | |
Static Public Member Functions | |
| template<class T > | |
| static Interval | FindBiggest (const std::vector< T > &values, T intValue, bool allowLoop=true) |
| Finds the biggest contiguous interval. More... | |
Public Attributes | |
| int | start |
| Interval start index. More... | |
| int | span |
| Interval span. More... | |
Interval structure used for determining the largest empty angular interval in ccGBLSensor::project
Definition at line 386 of file ecvGBLSensor.cpp.
|
inline |
|
inlinestatic |
Finds the biggest contiguous interval.
Definition at line 396 of file ecvGBLSensor.cpp.
References Interval(), span, and start.
| int Interval::span |
Interval span.
Definition at line 392 of file ecvGBLSensor.cpp.
Referenced by ccGBLSensor::computeAutoParameters(), and FindBiggest().
| int Interval::start |
Interval start index.
Definition at line 390 of file ecvGBLSensor.cpp.
Referenced by ccGBLSensor::computeAutoParameters(), and FindBiggest().