PCL
Process Parameter Classification

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)
 

Detailed Description

Function Documentation

◆ IsInteger()

bool pcl::ProcessParameterType::IsInteger ( 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().

◆ IsNumeric()

bool pcl::ProcessParameterType::IsNumeric ( int  type)
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==().

◆ IsReal()

bool pcl::ProcessParameterType::IsReal ( int  type)
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().

◆ IsVariableLength()

bool pcl::ProcessParameterType::IsVariableLength ( int  type)
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().