|
OOFEM 3.0
|
#include <geotoolbox.h>
Public Member Functions | |
| Vertex (double x=0, double y=0) | |
| Vertex (double c[2]) | |
| Vertex (const Vertex &src) | |
| Vertex & | operator= (const Vertex &src) |
| void | setCoords (double x, double y) |
| const FloatArray * | getCoords () const |
Public Attributes | |
| FloatArray | coords |
Class representing vertex. The attributes of a vertex are its coordinates. This class is a part of geometry toolbox.
Definition at line 60 of file geotoolbox.h.
|
inline |
Definition at line 64 of file geotoolbox.h.
References coords.
Referenced by operator=(), and Vertex().
|
inline |
Definition at line 68 of file geotoolbox.h.
References coords.
|
inline |
Definition at line 72 of file geotoolbox.h.
|
inline |
Definition at line 81 of file geotoolbox.h.
References coords.
Definition at line 73 of file geotoolbox.h.
|
inline |
Definition at line 77 of file geotoolbox.h.
References coords.
Referenced by oofem::Graph::clip(), oofem::TR1_2D_CBS::formMaterialVolumePoly(), oofem::TR1_2D_SUPG2::formMaterialVolumePoly(), oofem::TR1_2D_SUPG2_AXI::formMaterialVolumePoly(), oofem::TR1_2D_SUPG::formMaterialVolumePoly(), oofem::TR1_2D_CBS::formMyVolumePoly(), oofem::TR1_2D_SUPG2::formMyVolumePoly(), oofem::TR1_2D_SUPG2_AXI::formMyVolumePoly(), oofem::TR1_2D_SUPG::formMyVolumePoly(), oofem::TR1_2D_CBS::formVolumeInterfacePoly(), oofem::TR1_2D_SUPG2::formVolumeInterfacePoly(), oofem::TR1_2D_SUPG2_AXI::formVolumeInterfacePoly(), oofem::TR1_2D_SUPG::formVolumeInterfacePoly(), oofem::LevelSetPCS::initializeFrom(), oofem::TR1_2D_SUPG2::updateIntegrationRules(), oofem::TR1_2D_SUPG2_AXI::updateIntegrationRules(), oofem::TR1_2D_SUPG2::updateVolumePolygons(), and oofem::TR1_2D_SUPG2_AXI::updateVolumePolygons().
| FloatArray oofem::Vertex::coords |
Definition at line 63 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::Polygon::computeVolume(), oofem::Polygon::draw(), getCoords(), operator=(), oofem::Polygon::pointDistance(), setCoords(), oofem::Polygon::testPoint(), Vertex(), Vertex(), and Vertex().