#include <iso_visual_point_data.h>
Inherits iso::visual::GridData.
Inheritance diagram for iso::visual::StructuredGrid:


Public Member Functions | |
| StructuredGrid (int pGridDim, const int pGridSize[], const real pGridPoints[], const CellType &pCellType) | |
| StructuredGrid (const StructuredGrid &pStructuredGrid) | |
| ~StructuredGrid () | |
| virtual PointData * | copy () const |
| create a copy of point data | |
| virtual const PointData & | operator= (const PointData &pPointData) throw (VisualException) |
| int | cellIndex (real pPointCoord[]) const |
| retrieve cell index from point coordinates | |
| void | vertex (int pVertexIndex, real pVertexCoord[]) const |
| retrieve vertex cordinate from vertex index | |
| const real * | gridPoints () const |
| return grid points | |
| virtual base::String | info () const |
| return textual point data information | |
Protected Attributes | |
| real * | mGridPoints |
| StructuredGrid::StructuredGrid | ( | int | pGridDim, | |
| const int | pGridSize[], | |||
| const real | pGridPoints[], | |||
| const CellType & | pCellType | |||
| ) |
| StructuredGrid::StructuredGrid | ( | const StructuredGrid & | pStructuredGrid | ) |
| StructuredGrid::~StructuredGrid | ( | ) |
| PointData * StructuredGrid::copy | ( | ) | const [virtual] |
| const PointData & StructuredGrid::operator= | ( | const PointData & | pPointData | ) | throw (VisualException) [virtual] |
Reimplemented from iso::visual::GridData.
| int StructuredGrid::cellIndex | ( | real | pPointCoord[] | ) | const [virtual] |
retrieve cell index from point coordinates
| pPointCoord | point coordinates (world coordinates) |
Implements iso::visual::PointData.
| void StructuredGrid::vertex | ( | int | pVertexIndex, | |
| real | pVertexCoord[] | |||
| ) | const [virtual] |
retrieve vertex cordinate from vertex index
| pVertexIndex | vertex index | |
| pVertexCoord | vertex coordinates (return value) |
Implements iso::visual::PointData.
| const real * StructuredGrid::gridPoints | ( | ) | const |
return grid points
| base::String StructuredGrid::info | ( | ) | const [virtual] |
return textual point data information
Reimplemented from iso::visual::GridData.
real* iso::visual::StructuredGrid::mGridPoints [protected] |
point coordinates
1.5.1