|
Overture
Version 25
|
#include "FileOutput.h"#include "GridCollection.h"#include "GenericGraphicsInterface.h"#include "DisplayParameters.h"#include "display.h"
Macros | |
| #define | ForBoundary(side, axis) |
Functions | |
| int | fileOutput (GenericGraphicsInterface &gi, realGridCollectionFunction &u) |
| #define ForBoundary | ( | side, | |
| axis | |||
| ) |
Referenced by FileOutput::save(), and FileOutput::update().
| int fileOutput | ( | GenericGraphicsInterface & | gi, |
| realGridCollectionFunction & | u | ||
| ) |
References GenericGraphicsInterface::appendToTheDefaultPrompt(), assert, aString, axis1, axis2, axis3, doubleMappedGridFunction::destroy(), dimension, display(), displayMask(), DisplayParameters::doubleFormat, End, extendedGridIndexRange(), FALSE, DisplayParameters::floatFormat, doubleGridCollectionFunction::getComponentBase(), doubleGridCollectionFunction::getComponentDimension(), doubleGridCollectionFunction::getGridCollection(), getIndex(), GenericGraphicsInterface::getMenuItem(), doubleGridCollectionFunction::getName(), gridIndexRange, GenericGraphicsInterface::inputString(), isPeriodic, DisplayParameters::labelNoIndicies, doubleMappedGridFunction::link(), mask, max(), min(), NULL, GridCollection::numberOfDimensions(), GenericGridCollection::numberOfGrids(), GenericGraphicsInterface::outputString(), DisplayParameters::set(), sPrintF(), sScanF(), Start, GenericGraphicsInterface::stopReadingCommandFile(), TRUE, and GenericGraphicsInterface::unAppendTheDefaultPrompt().
Referenced by ShowFilePlotter::plot().
1.8.3