Условие И. Подробнее...
#include <pcl/filters/conditional_removal.h>
Public Types | |
| using | Ptr = shared_ptr< ConditionAnd< PointT > > |
| using | ConstPtr = shared_ptr< const ConditionAnd< PointT > > |
|
| |
| using | ComparisonBase = pcl::ComparisonBase< PointT > |
| using | ComparisonBasePtr = typename ComparisonBase::Ptr |
| using | ComparisonBaseConstPtr = typename ComparisonBase::ConstPtr |
| using | Ptr = shared_ptr< ConditionBase< PointT > > |
| using | ConstPtr = shared_ptr< const ConditionBase< PointT > > |
Public Member Functions | |
| ConditionAnd () | |
| Конструктор. Подробнее... |
|
| bool | evaluate (const PointT &point) const override |
| Определить, соответствует ли точка этому условию. Подробнее... |
|
|
| |
| ConditionBase () | |
| Конструктор. Подробнее... |
|
| virtual | ~ConditionBase ()=default |
| Деструктор. Подробнее... |
|
| void | addComparison (ComparisonBaseConstPtr comparison) |
| Добавить новое сравнение. Подробнее... |
|
| void | addCondition (Ptr condition) |
| Добавить вложенное условие к этому условию. Подробнее... |
|
| bool | isCapable () const |
| Проверить, выполнены ли требования к оценке. Подробнее... |
|
Дополнительные унаследованные члены | |
|
| |
| bool | capable_ |
| Истинно, если доступно. Подробнее... |
|
| std::vector< ComparisonBaseConstPtr > | comparisons_ |
| Коллекция всех проверок, которые необходимо выполнить. Подробнее... |
|
| std::vector< Ptr > | conditions_ |
| Коллекция всех условий, которые необходимо проверить. Подробнее... |
|
Подробное описание
шаблон<typename PointT>
класс pcl::ConditionAnd< PointT >
Условие И.
Определение в строке 504 файла conditional_removal.h.
Документация по типу члена
ConstPtr
шаблон<typename PointT >
| используя pcl::ConditionAnd< PointT >::ConstPtr = shared_ptr<const ConditionAnd<PointT> > |
Определение в строке 511 файла conditional_removal.h.
Ptr
шаблон<typename PointT >
| используя pcl::ConditionAnd< PointT >::Ptr = shared_ptr<ConditionAnd<PointT> > |
Определение в строке 510 файла conditional_removal.h.
Документация по конструктору и деструктору
ConditionAnd()
шаблон<typename PointT >
| inline |
Конструктор.
Определение в строке 514 файла conditional_removal.h.
Документация по члену функции
evaluate()
шаблон<typename PointT >
| overridevirtual |
Определить, соответствует ли точка данному условию.
- Возвращает
- соответствует ли точка данному условию.
Условие ConditionAnd истинно, когда ВСЕ проверки и вложенные условия истинны.
Реализует pcl::ConditionBase< PointT >.
Определение в строке 581 файла conditional_removal.hpp.
Документация для этого класса была сгенерирована из следующих файлов:
- pcl/filters/conditional_removal.h
- pcl/filters/impl/conditional_removal.hpp
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1_condition_and.html