AtlasCreator::atlascreator Namespace Reference
Detailed Description
Launcher for the Atlas Creator
Function Documentation
| def AtlasCreator::atlascreator::ConvertDirectoryToString |
( |
|
directory |
) |
|
Convert a directory to a string of filePaths with space as delimiter. While reading the directory,
only real files are added to the list, sub-directories as well as links are ignored.
directory
a String containing the path to the directory
Returns
string of filePaths with space as delimiter
| def AtlasCreator::atlascreator::ConvertListToString |
( |
|
list |
) |
|
Convert a list to a string of items with space as delimiter.
list
a list object
Returns
string of list items with space as delimiter
| def AtlasCreator::atlascreator::examples |
( |
|
) |
|
| def AtlasCreator::atlascreator::info |
( |
|
message |
) |
|
Print message to stdout and flush
| def AtlasCreator::atlascreator::is_int |
( |
|
s |
) |
|
| def AtlasCreator::atlascreator::main |
( |
|
argv |
) |
|
Starting point, parse the command line args.
| def AtlasCreator::atlascreator::usage |
( |
|
) |
|
Print the help information.