PCL
|
Classes | |
class | pcl::pcl_bool |
A first-class data type that can be safely used to implement Boolean process parameters on all supported platforms. More... | |
Typedefs | |
using | pcl::pcl_enum = int32 |
An integer type that can be safely used to implement enumerated process parameters on all supported platforms. More... | |
using pcl::pcl_enum = typedef int32 |
pcl_enum is the only recommended way to implement process parameters that are formally described by the MetaEnumeration class. Process parameters declared as pcl_enum instances will have the correct size and numerical type to be accessed and interpreted as valid enumeration values by the PixInsight core application on all supported platforms.
Definition at line 1638 of file MetaParameter.h.