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


Public Member Functions | |
| UniformGrid (const math::Vector< int > &pGridSize, const CellType &pCellType) | |
| UniformGrid (const math::Vector< int > &pGridSize, const math::Vector< real > &pMinPos, const math::Vector< real > &pMaxPos, const CellType &pCellType) | |
| UniformGrid (int pGridDim, const int pGridSize[], const CellType &pCellType) | |
| UniformGrid (int pGridDim, const int pGridSize[], const real pMinPos[], const real pMaxPos[], const CellType &pCellType) | |
| UniformGrid (const UniformGrid &pUniformGrid) | |
| ~UniformGrid () | |
| 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 | |
| virtual base::String | info () const |
| return textual point data information | |
| UniformGrid::UniformGrid | ( | const math::Vector< int > & | pGridSize, | |
| const CellType & | pCellType | |||
| ) |
| UniformGrid::UniformGrid | ( | const math::Vector< int > & | pGridSize, | |
| const math::Vector< real > & | pMinPos, | |||
| const math::Vector< real > & | pMaxPos, | |||
| const CellType & | pCellType | |||
| ) |
| UniformGrid::UniformGrid | ( | int | pGridDim, | |
| const int | pGridSize[], | |||
| const CellType & | pCellType | |||
| ) |
| UniformGrid::UniformGrid | ( | int | pGridDim, | |
| const int | pGridSize[], | |||
| const real | pMinPos[], | |||
| const real | pMaxPos[], | |||
| const CellType & | pCellType | |||
| ) |
| UniformGrid::UniformGrid | ( | const UniformGrid & | pUniformGrid | ) |
| UniformGrid::~UniformGrid | ( | ) |
| PointData * UniformGrid::copy | ( | ) | const [virtual] |
| const PointData & UniformGrid::operator= | ( | const PointData & | pPointData | ) | throw (VisualException) [virtual] |
Reimplemented from iso::visual::GridData.
| int UniformGrid::cellIndex | ( | real | pPointCoord[] | ) | const [virtual] |
retrieve cell index from point coordinates
| pPointCoord | point coordinates (world coordinates) |
Implements iso::visual::PointData.
| void UniformGrid::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.
| base::String UniformGrid::info | ( | ) | const [virtual] |
return textual point data information
Reimplemented from iso::visual::GridData.
1.5.1