|
AFF --- A container for numbers (array) by Friederich and Forbriger.
|
test shape classes (implementation) More...
#include <iostream>#include <aff/dump.h>#include <aff/shaper.h>#include <aff/lib/stridedstepper.h>
Go to the source code of this file.
Macros | |
| #define | AFF_SHAPETEST_CC_VERSION "AFF_SHAPETEST_CC V1.3" |
| #define | BOOLIS(S) cout << " *** " << #S << ": " << bvalue(S); |
| print value of a bool More... | |
Functions | |
| void | section (const char *s, const char l='-') |
| print headline More... | |
| const char * | bvalue (const bool &b) |
| print value of a bool More... | |
| void | steppers (const Strided &shape, const int &nmax=30) |
| cycle steppers More... | |
| int | main () |
| test shape class More... | |
test shape classes (implementation)
test shape classes (implementation)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
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
Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)
REVISIONS and CHANGES
Definition in file shapetest.cc.