Functions |
| bool | ogdf::changeDir (const char *dirName) |
| | Changes current directory to dirName; returns true if successful.
|
| template<class E > |
| bool | ogdf::doDestruction (const E *) |
| template<> |
| bool | ogdf::doDestruction (const char *) |
| template<> |
| bool | ogdf::doDestruction< double > (const double *) |
| template<> |
| bool | ogdf::doDestruction< int > (const int *) |
| void | ogdf::getEntries (const char *dirName, List< String > &entries, const char *pattern="*") |
| | Returns in entries the list of all entries contained in directory dirName.
|
| void | ogdf::getEntries (const char *dirName, FileType t, List< String > &entries, const char *pattern="*") |
| | Returns in entries the list of all entries of type t contained in directory dirName.
|
| void | ogdf::getEntriesAppend (const char *dirName, List< String > &entries, const char *pattern="*") |
| | Appends to entries the list of all entries contained in directory dirName.
|
| void | ogdf::getEntriesAppend (const char *dirName, FileType t, List< String > &entries, const char *pattern="*") |
| | Appends to entries the list of all entries of type t contained in directory dirName.
|
| void | ogdf::getFiles (const char *dirName, List< String > &files, const char *pattern="*") |
| | Returns in files the list of files in directory dirName.
|
| void | ogdf::getFilesAppend (const char *dirName, List< String > &files, const char *pattern="*") |
| | Appends to files the list of files in directory dirName.
|
| void | ogdf::getSubdirs (const char *dirName, List< String > &subdirs, const char *pattern="*") |
| | Returns in subdirs the list of directories contained in directory dirName.
|
| void | ogdf::getSubdirsAppend (const char *dirName, List< String > &subdirs, const char *pattern="*") |
| | Appends to subdirs the list of directories contained in directory dirName.
|
| bool | ogdf::isDirectory (const char *fileName) |
| | Returns true iff fileName is a directory.
|
| bool | ogdf::isFile (const char *fileName) |
| | Returns true iff fileName is a regular file (not a directory).
|
| int | ogdf::localtime (struct tm *ptm, const time_t *timer) |
| double | ogdf::randomDouble (double low, double high) |
| | Returns random double value between low and high.
|
| double | ogdf::randomDoubleNormal (double m, double sd) |
| int | ogdf::randomNumber (int low, int high) |
| | Returns random integer between low and high (including).
|
| int | ogdf::sprintf (char *buffer, size_t, const char *format,...) |
| int | ogdf::strcat (char *strDest, size_t, const char *strSource) |
| int | ogdf::strcpy (char *strDest, size_t, const char *strSource) |
| int | ogdf::strncpy (char *strDest, size_t, const char *strSource, size_t count) |
| double | ogdf::usedTime (double &T) |
| int | ogdf::vsprintf (char *buffer, size_t, const char *format, va_list argptr) |
Basic declarations, included by all source files.
- Author:
- Carsten Gutwenger
- License:
- This file is part of the Open Graph Drawing Framework (OGDF).
- Copyright (C)
See README.txt in the root directory of the OGDF installation for details.
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- See also:
- http://www.gnu.org/copyleft/gpl.html
Definition in file basic.h.