#include <hyp.fem.interfaces.h>
Inheritance diagram for IGeometricVertex::
Public Methods | |
virtual t_real | GetCoord (const t_size &Label) const=0 |
virtual void | SetCoord (const t_real &Scalar, const t_size &Label)=0 |
virtual bool | IsVisible () const=0 |
virtual void | Visible (bool bVisible)=0 |
Defines the notion of geometrical point, referred to Vertex as well.
The interface permits to define multi-dimentional points:
IID_hypIGeometricVertex
{196913E5-18BD-11d5-A08F-0080AD97951B}
|
Gets one of the coordinates of the vertex.
Reimplemented in CGeometricVertex. |
|
Checks if the vertex has a visible property. The Visible Property could be interpreted differently by several implementation. Reimplemented in CGeometricVertex. |
|
Sets one of the coordiantes of the vertex.
Reimplemented in CGeometricVertex. |
|
Sets the visble property of the vertex.
Reimplemented in CGeometricVertex. |
|
|