OOFEM 3.0
Loading...
Searching...
No Matches
oofem::Vertex Class Reference

#include <geotoolbox.h>

Collaboration diagram for oofem::Vertex:

Public Member Functions

 Vertex (double x=0, double y=0)
 Vertex (double c[2])
 Vertex (const Vertex &src)
Vertexoperator= (const Vertex &src)
void setCoords (double x, double y)
const FloatArraygetCoords () const

Public Attributes

FloatArray coords

Detailed Description

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.

Constructor & Destructor Documentation

◆ Vertex() [1/3]

oofem::Vertex::Vertex ( double x = 0,
double y = 0 )
inline

Definition at line 64 of file geotoolbox.h.

References coords.

Referenced by operator=(), and Vertex().

◆ Vertex() [2/3]

oofem::Vertex::Vertex ( double c[2])
inline

Definition at line 68 of file geotoolbox.h.

References coords.

◆ Vertex() [3/3]

oofem::Vertex::Vertex ( const Vertex & src)
inline

Definition at line 72 of file geotoolbox.h.

References coords, and Vertex().

Member Function Documentation

◆ getCoords()

const FloatArray * oofem::Vertex::getCoords ( ) const
inline

Definition at line 81 of file geotoolbox.h.

References coords.

◆ operator=()

Vertex & oofem::Vertex::operator= ( const Vertex & src)
inline

Definition at line 73 of file geotoolbox.h.

References coords, and Vertex().

◆ setCoords()

Member Data Documentation

◆ coords


The documentation for this class was generated from the following file:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011