Chaste Release::3.1
|
#include <string>
Go to the source code of this file.
Functions | |
const char * | ChasteBuildRootDir () |
std::string | ChasteComponentBuildDir (const std::string &rComponent) |
std::string | ChasteBuildDirName () |
std::string | ChasteBuildType () |
A collection of functions providing information about the filesystem layout of this Chaste source tree.
Definition in file ChasteBuildRoot.hpp.
std::string ChasteBuildDirName | ( | ) |
Get the name of the folder within the 'build' dir of a component that contains the compiled files.
Referenced by CellMLToSharedLibraryConverter::ConvertCellmlToSo().
const char* ChasteBuildRootDir | ( | ) |
Get the path to the root directory of the Chaste source tree. Will always give you the absolute path with a trailing slash.
Referenced by CellMLToSharedLibraryConverter::ConvertCellmlToSo(), FileFinder::SetPath(), and PetscSetup::setUpWorld().
std::string ChasteBuildType | ( | ) |
Get the build type string used in building Chaste.
Referenced by CellMLToSharedLibraryConverter::ConvertCellmlToSo().
std::string ChasteComponentBuildDir | ( | const std::string & | rComponent | ) |
Get the folder in which compiled files are placed for the given Chaste component. Will always give you the absolute path with a trailing slash.
rComponent | e.g. global, heart, pde, ... |