PCL
|
Go to the source code of this file.
Classes | |
class | pcl::MetaBlock |
A formal description of a block process parameter. More... | |
class | pcl::MetaBoolean |
A formal description of a Boolean process parameter. More... | |
class | pcl::MetaDouble |
A formal description of a 64-bit IEEE 754 floating point process parameter. More... | |
class | pcl::MetaEnumeration |
A formal description of an enumerated process parameter. More... | |
class | pcl::MetaFloat |
A formal description of a 32-bit IEEE 754 floating point process parameter. More... | |
class | pcl::MetaInt16 |
A formal description of a 16-bit signed integer process parameter. More... | |
class | pcl::MetaInt32 |
A formal description of a 32-bit signed integer process parameter. More... | |
class | pcl::MetaInt64 |
A formal description of a 64-bit signed integer process parameter. More... | |
class | pcl::MetaInt8 |
A formal description of an 8-bit signed integer process parameter. More... | |
class | pcl::MetaInteger |
A formal description of an integer process parameter. More... | |
class | pcl::MetaNumeric |
A formal description of a numeric process parameter. More... | |
class | pcl::MetaParameter |
Root base class for PCL classes providing formal descriptions of process parameters. More... | |
class | pcl::MetaReal |
A formal description of a real process parameter. More... | |
class | pcl::MetaSignedInteger |
A formal description of a signed integer process parameter. More... | |
class | pcl::MetaString |
A formal description of a string process parameter. More... | |
class | pcl::MetaTable |
A formal description of a table process parameter. More... | |
class | pcl::MetaUInt16 |
A formal description of a 16-bit unsigned integer process parameter. More... | |
class | pcl::MetaUInt32 |
A formal description of a 32-bit unsigned integer process parameter. More... | |
class | pcl::MetaUInt64 |
A formal description of a 64-bit unsigned integer process parameter. More... | |
class | pcl::MetaUInt8 |
A formal description of an 8-bit unsigned integer process parameter. More... | |
class | pcl::MetaUnsignedInteger |
A formal description of an unsigned integer process parameter. More... | |
class | pcl::MetaVariableLengthParameter |
A formal description of a variable length process parameter. More... | |
class | pcl::pcl_bool |
A first-class data type that can be safely used to implement Boolean process parameters on all supported platforms. More... | |
Namespaces | |
pcl | |
PCL root namespace. | |
Typedefs | |
using | pcl::pcl_enum = int32 |
An integer type that can be safely used to implement enumerated process parameters on all supported platforms. More... | |