|
Overture
Version 25
|
#include "GL_GraphicsInterface.h"#include "ParallelUtility.h"#include "ParallelGridUtility.h"#include "DataPointMapping.h"#include "interpPoints.h"#include "InterpolatePoints.h"#include "InterpolatePointsOnAGrid.h"#include "conversion.h"#include "UnstructuredMapping.h"#include "display.h"#include "CompositeGrid.h"#include "PlotIt.h"#include "MappingInformation.h"#include "ShowFileParameter.h"#include "ShowFileReader.h"#include <float.h>#include "App.h"
Macros | |
| #define | FOR_3(i1, i2, i3, I1, I2, I3) |
| #define | ForBoundary(side, axis) |
Functions | |
| int | createMappings (MappingInformation &mapInfo) |
| void | displayValuesAtAPoint (RealArray x0, realCompositeGridFunction &ucg, int numberOfComponents, int component, int showNearbyValues, int showUnusedValues, IntegerArray *checkTheseGrids=NULL) |
| #define FOR_3 | ( | i1, | |
| i2, | |||
| i3, | |||
| I1, | |||
| I2, | |||
| I3 | |||
| ) |
| #define ForBoundary | ( | side, | |
| axis | |||
| ) |
Referenced by PlotIt::contour2d().
| int createMappings | ( | MappingInformation & | mapInfo | ) |
| void displayValuesAtAPoint | ( | RealArray | x0, |
| realCompositeGridFunction & | ucg, | ||
| int | numberOfComponents, | ||
| int | component, | ||
| int | showNearbyValues, | ||
| int | showUnusedValues, | ||
| IntegerArray * | checkTheseGrids = NULL |
||
| ) |
References abs(), assert, aString, axis1, axis2, axis3, InterpolatePoints::buildInterpolationInfo(), InterpolatePointsOnAGrid::buildInterpolationInfo(), C, dimension, End, doubleGridCollectionFunction::getComponentBase(), doubleCompositeGridFunction::getCompositeGrid(), doubleGridCollectionFunction::getGridCollection(), InterpolatePoints::getInterpolationInfo(), doubleGridCollectionFunction::getName(), InterpolatePoints::getStatus(), InterpolatePointsOnAGrid::getStatus(), i2, InterpolatePoints::interpolatePoints(), InterpolatePointsOnAGrid::interpolatePoints(), interpoleeGrid, max(), NULL, GridCollection::numberOfDimensions(), doubleGridCollectionFunction::numberOfGrids(), printF(), InterpolatePointsOnAGrid::setAssignAllPoints(), InterpolatePointsOnAGrid::setInfoLevel(), InterpolatePointsOnAGrid::setInterpolationWidth(), InterpolatePointsOnAGrid::setNumberOfValidGhostPoints(), Start, and uInterpolated.
Referenced by PlotIt::contour2d(), and PlotIt::contour3d().
1.8.3