#include "bbtkAtomicBlackBox.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbstd |
Classes | |
| class | bbstd::MakeFileName |
Functions | |
| bbstd::BBTK_BEGIN_DESCRIBE_BLACK_BOX (MakeFileName, bbtk::AtomicBlackBox) | |
| bbstd::BBTK_NAME ("MakeFileName") | |
| bbstd::BBTK_AUTHOR ("jpr@creatis.insa-lyon.fr") | |
| bbstd::BBTK_CATEGORY ("misc") | |
| bbstd::BBTK_DESCRIPTION ("Makes a kosher file name") | |
| bbstd::BBTK_INPUT (MakeFileName, Directory,"Directory Name", std::string,"directory name") | |
| bbstd::BBTK_INPUT (MakeFileName, File,"File Name", std::string,"file name") | |
| bbstd::BBTK_INPUT (MakeFileName, Extent,"Extention", std::string,"file extension") | |
| bbstd::BBTK_OUTPUT (MakeFileName, Out,"Full File Name", std::string,"file name") | |
| bbstd::BBTK_END_DESCRIBE_BLACK_BOX (MakeFileName) | |
1.5.6