#include <Cart2DPort.h>
Public Member Functions | |
| virtual void | setXAxis (double *x, struct CCA_dimenMap *mapX)=0 |
| virtual void | setYAxis (double *y, struct CCA_dimenMap *mapY)=0 |
| virtual void | setField (CCA_Block *b, char *name)=0 |
| virtual int | visualize ()=0 |
| virtual void Cart2DPort::setXAxis | ( | double * | x, | |
| struct CCA_dimenMap * | mapX | |||
| ) | [pure virtual] |
Set up array of x coordinates.
| virtual void Cart2DPort::setYAxis | ( | double * | y, | |
| struct CCA_dimenMap * | mapY | |||
| ) | [pure virtual] |
Set array of y coordinates.
| virtual void Cart2DPort::setField | ( | CCA_Block * | b, | |
| char * | name | |||
| ) | [pure virtual] |
Set up a field extractable from the CCA_Block for viewing in VIZ code.
| b | the data, in which the field will be found. | |
| name | the name of a field that will be found in the block description. Only those fields within the block nominated via the setField call will be viz-enabled. |
| virtual int Cart2DPort::visualize | ( | ) | [pure virtual] |
Start the visualization routine going again.
1.5.9