|
Overture
Version 25
|
#include "Mapping.h"#include "MappingInformation.h"#include "PlotStuff.h"#include "MappingRC.h"#include "AnnulusMapping.h"#include "SquareMapping.h"#include "DataPointMapping.h"#include "CylinderMapping.h"#include "BoxMapping.h"#include "LineMapping.h"#include "Inverse.h"#include "AirfoilMapping.h"
Macros | |
| #define | DIMENSION 4 |
Functions | |
| int | display (realArray &x) |
| int | display (intArray &x) |
| int | createMappings (MappingInformation &mapInfo) |
| int | initializeMappingList () |
| int | destructMappingList () |
| int | main (int argc, char *argv[]) |
| #define DIMENSION 4 |
| int createMappings | ( | MappingInformation & | mapInfo | ) |
| int destructMappingList | ( | ) |
References Mapping::debug, and Mapping::staticMapList().
| int display | ( | intArray & | x | ) |
References display().
| int initializeMappingList | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References ListOfMappingRC::addElement(), GenericGraphicsInterface::appendToTheDefaultPrompt(), aString, createMappings(), Mapping::debug, destructMappingList(), FALSE, Overture::finish(), Overture::getGraphicsInterface(), MappingInformation::graphXInterface, initializeMappingList(), MappingInformation::mappingList, ApproximateGlobalInverse::printStatistics(), GenericGraphicsInterface::readCommandFile(), GenericGraphicsInterface::saveCommandFile(), and Overture::start().
1.8.3