|
std::shared_ptr< XmUGrid > | xms::TEST_XmUGrid1Left90Tri () |
| Builds a 1 cell (left 90 degree triangle) 2D XmUGrid for testing. More...
|
|
std::shared_ptr< XmUGrid > | xms::TEST_XmUGridSimpleQuad () |
| Builds a 2 cell (Quad) 2D XmUGrid for testing. More...
|
|
std::shared_ptr< XmUGrid > | xms::TEST_XmUGrid2dLinear () |
| Builds an XmUGrid with supported 1D and 2D linear cells for testing. More...
|
|
std::shared_ptr< XmUGrid > | xms::TEST_XmUGrid3dLinear () |
| Builds an XmUGrid with supported 3D linear cells for testing. More...
|
|
std::shared_ptr< XmUGrid > | xms::TEST_XmUGridHexagonalPolyhedron () |
| Builds a 1 cell hexagon with cell type polyhedron. More...
|
|
std::shared_ptr< xms::XmUGrid > | xms::TEST_XmUBuildQuadUGrid (int a_rows, int a_cols) |
| Builds a UGrid of Quads at 1 spacing for rows & cols specified. More...
|
|
std::shared_ptr< xms::XmUGrid > | xms::TEST_XmUBuildQuadUGrid (int a_rows, int a_cols, const xms::Pt3d &a_origin) |
| Builds a UGrid of Quads at 1 spacing for rows & cols specified. More...
|
|
std::shared_ptr< xms::XmUGrid > | xms::TEST_XmUBuildHexahedronUgrid (int a_rows, int a_cols, int a_lays) |
| Builds a UGrid of Quads at 1 spacing for rows & cols specified. More...
|
|
std::shared_ptr< xms::XmUGrid > | xms::TEST_XmUBuildHexahedronUgrid (int a_rows, int a_cols, int a_lays, const xms::Pt3d &a_origin) |
| Builds a UGrid of Quads at 1 spacing for rows & cols specified. More...
|
|
std::shared_ptr< xms::XmUGrid > | xms::TEST_XmUBuildPolyhedronUgrid (int a_rows, int a_cols, int a_lays) |
| Builds a UGrid of Quads at 1 spacing for rows & cols specified. More...
|
|
std::shared_ptr< xms::XmUGrid > | xms::TEST_XmUBuildPolyhedronUgrid (int a_rows, int a_cols, int a_lays, const xms::Pt3d &a_origin) |
| Builds a UGrid of Quads at 1 spacing for rows & cols specified. More...
|
|
std::shared_ptr< xms::XmUGrid > | xms::TEST_XmUBuild3DChevronUgrid () |
| Builds a UGrid with one 3D Chevron polyhedron. More...
|
|
- Copyright
- (C) Copyright Aquaveo 2018. Distributed under FreeBSD License (See accompanying file LICENSE or https://aqaveo.com/bsd/license.txt)
Definition in file XmUGrid.cpp.