Compute positions of nodes of 2D structured mesh using TFI. More...
Public Member Functions | |
| _Mapper2D (const TParam2ColumnMap ¶m2ColumnMap, const TNode2Edge &n2eMap) | |
| Setup quadPoints. More... | |
| bool | ComputeNodePositions () |
| Compute positions of nodes of 2D structured mesh using TFI. More... | |
Private Member Functions | |
| UVPtStruct & | uvPnt (size_t i, size_t j) |
Private Attributes | |
| FaceQuadStruct | _quadPoints |
Compute positions of nodes of 2D structured mesh using TFI.
| _Mapper2D::_Mapper2D | ( | const TParam2ColumnMap & | param2ColumnMap, |
| const TNode2Edge & | n2eMap | ||
| ) |
Setup quadPoints.
References _quadPoints, FaceQuadStruct::iSize, FaceQuadStruct::jSize, uvPtStruct::node, FaceQuadStruct::uv_grid, uvPnt(), FaceQuadStruct::UVPt(), uvPtStruct::x, and uvPtStruct::y.
| bool _Mapper2D::ComputeNodePositions | ( | ) |
Compute positions of nodes of 2D structured mesh using TFI.
References _quadPoints, SMESH_MesherHelper::calcTFI(), dumpMove, FaceQuadStruct::iSize, FaceQuadStruct::jSize, uvPtStruct::node, FaceQuadStruct::uv_grid, uvPnt(), uvPtStruct::x, and uvPtStruct::y.
|
private |
References _quadPoints, and FaceQuadStruct::UVPt().
Referenced by _Mapper2D(), and ComputeNodePositions().
|
private |
Referenced by _Mapper2D(), ComputeNodePositions(), and uvPnt().