Point Cloud Library (PCL)
1.3.1
|
Go to the source code of this file.
Defines | |
#define | PCL_INSTANTIATE_PointDataAtOffset(T) template class PCL_EXPORTS pcl::PointDataAtOffset<T>; |
#define | PCL_INSTANTIATE_ComparisonBase(T) template class PCL_EXPORTS pcl::ComparisonBase<T>; |
#define | PCL_INSTANTIATE_FieldComparison(T) template class PCL_EXPORTS pcl::FieldComparison<T>; |
#define | PCL_INSTANTIATE_PackedRGBComparison(T) template class PCL_EXPORTS pcl::PackedRGBComparison<T>; |
#define | PCL_INSTANTIATE_PackedHSIComparison(T) template class PCL_EXPORTS pcl::PackedHSIComparison<T>; |
#define | PCL_INSTANTIATE_ConditionBase(T) template class PCL_EXPORTS pcl::ConditionBase<T>; |
#define | PCL_INSTANTIATE_ConditionAnd(T) template class PCL_EXPORTS pcl::ConditionAnd<T>; |
#define | PCL_INSTANTIATE_ConditionOr(T) template class PCL_EXPORTS pcl::ConditionOr<T>; |
#define | PCL_INSTANTIATE_ConditionalRemoval(T) template class PCL_EXPORTS pcl::ConditionalRemoval<T>; |
#define PCL_INSTANTIATE_ComparisonBase | ( | T | ) | template class PCL_EXPORTS pcl::ComparisonBase<T>; |
Definition at line 611 of file conditional_removal.hpp.
#define PCL_INSTANTIATE_ConditionalRemoval | ( | T | ) | template class PCL_EXPORTS pcl::ConditionalRemoval<T>; |
Definition at line 618 of file conditional_removal.hpp.
#define PCL_INSTANTIATE_ConditionAnd | ( | T | ) | template class PCL_EXPORTS pcl::ConditionAnd<T>; |
Definition at line 616 of file conditional_removal.hpp.
#define PCL_INSTANTIATE_ConditionBase | ( | T | ) | template class PCL_EXPORTS pcl::ConditionBase<T>; |
Definition at line 615 of file conditional_removal.hpp.
#define PCL_INSTANTIATE_ConditionOr | ( | T | ) | template class PCL_EXPORTS pcl::ConditionOr<T>; |
Definition at line 617 of file conditional_removal.hpp.
#define PCL_INSTANTIATE_FieldComparison | ( | T | ) | template class PCL_EXPORTS pcl::FieldComparison<T>; |
Definition at line 612 of file conditional_removal.hpp.
#define PCL_INSTANTIATE_PackedHSIComparison | ( | T | ) | template class PCL_EXPORTS pcl::PackedHSIComparison<T>; |
Definition at line 614 of file conditional_removal.hpp.
#define PCL_INSTANTIATE_PackedRGBComparison | ( | T | ) | template class PCL_EXPORTS pcl::PackedRGBComparison<T>; |
Definition at line 613 of file conditional_removal.hpp.
#define PCL_INSTANTIATE_PointDataAtOffset | ( | T | ) | template class PCL_EXPORTS pcl::PointDataAtOffset<T>; |
Definition at line 610 of file conditional_removal.hpp.