OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Class representing vertex. More...
#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.
|
inline |
Definition at line 68 of file geotoolbox.h.
|
inline |
Definition at line 72 of file geotoolbox.h.
|
inline |
Definition at line 81 of file geotoolbox.h.
Referenced by oofem::TR1_2D_SUPG2_AXI::updateIntegrationRules(), and oofem::TR1_2D_SUPG2::updateIntegrationRules().
Definition at line 73 of file geotoolbox.h.
References coords.
|
inline |
Definition at line 77 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::TR1_2D_CBS::formMaterialVolumePoly(), oofem::TR1_2D_SUPG2_AXI::formMaterialVolumePoly(), oofem::TR1_2D_SUPG2::formMaterialVolumePoly(), oofem::TR1_2D_SUPG::formMaterialVolumePoly(), oofem::TR1_2D_CBS::formMyVolumePoly(), oofem::TR1_2D_SUPG2_AXI::formMyVolumePoly(), oofem::TR1_2D_SUPG2::formMyVolumePoly(), oofem::TR1_2D_SUPG::formMyVolumePoly(), oofem::TR1_2D_CBS::formVolumeInterfacePoly(), oofem::TR1_2D_SUPG2_AXI::formVolumeInterfacePoly(), oofem::TR1_2D_SUPG2::formVolumeInterfacePoly(), oofem::TR1_2D_SUPG::formVolumeInterfacePoly(), oofem::LevelSetPCS::initializeFrom(), oofem::TR1_2D_SUPG2_AXI::updateIntegrationRules(), oofem::TR1_2D_SUPG2::updateIntegrationRules(), oofem::TR1_2D_SUPG2_AXI::updateVolumePolygons(), and oofem::TR1_2D_SUPG2::updateVolumePolygons().
FloatArray oofem::Vertex::coords |
Definition at line 63 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::Polygon::computeVolume(), oofem::Polygon::draw(), operator=(), oofem::Polygon::pointDistance(), and oofem::Polygon::testPoint().