PCL
Arguments.h File Reference
#include <pcl/Defs.h>
#include <pcl/Flags.h>
#include <pcl/String.h>
#include <pcl/StringList.h>

Go to the source code of this file.

Classes

class  pcl::Argument
 A command-line argument. More...
 

Namespaces

 pcl
 PCL root namespace.
 
 pcl::ArgumentItemMode
 Non-parametric argument parsing modes.
 
 pcl::ArgumentOption
 Working options affecting how non-parametric arguments are interpreted.
 

Functions

ArgumentList PCL_FUNC pcl::ExtractArguments (const StringList &argv, argument_item_mode mode=ArgumentItemMode::Ignore, ArgumentOptions options=ArgumentOptions())
 
String PCL_FUNC pcl::RecursiveDirSearchArgument ()
 
String PCL_FUNC pcl::ReplaceEnvironmentVariables (const String &s)
 
StringList PCL_FUNC pcl::SearchDirectory (const String &filePath, bool recursive=false)
 
void PCL_FUNC pcl::SetRecursiveDirSearchArgument (const String &id)