PCL
|
Functions | |
bool | pcl::ProcessParameterType::IsInteger (int type) |
bool | pcl::ProcessParameterType::IsNumeric (int type) |
bool | pcl::ProcessParameterType::IsReal (int type) |
bool | pcl::ProcessParameterType::IsVariableLength (int type) |
|
inline |
Returns true ifff the specified type corresponds to an integer parameter data type.
Definition at line 135 of file ProcessParameter.h.
Referenced by pcl::ProcessParameter::IsInteger().
|
inline |
Returns true ifff the specified type corresponds to a numeric parameter data type.
Definition at line 125 of file ProcessParameter.h.
Referenced by pcl::FITSHeaderKeyword::FixValueDelimiters(), pcl::ProcessParameter::IsNumeric(), and pcl::Argument::operator==().
|
inline |
Returns true ifff the specified type corresponds to a floating point real parameter data type.
Definition at line 145 of file ProcessParameter.h.
Referenced by pcl::ReadoutOptions::IsInteger(), and pcl::ProcessParameter::IsReal().
|
inline |
Returns true ifff the specified type corresponds to a variable-length parameter data type.
Definition at line 155 of file ProcessParameter.h.
Referenced by pcl::ProcessParameter::IsVariableLength().