#include <SMESHGUI_MeshInfo.h>
Public Member Functions | |
| XYZ () | |
| void | add (double x, double y, double z) |
| void | divide (double a) |
| double | x () const |
| double | y () const |
| double | z () const |
Data Fields | |
| double | myX |
| double | myY |
| double | myZ |
Definition at line 131 of file SMESHGUI_MeshInfo.h.
| SMESHGUI_ElemInfo.XYZ.XYZ | ( | ) |
Definition at line 134 of file SMESHGUI_MeshInfo.h.
| void SMESHGUI_ElemInfo.XYZ.add | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Definition at line 135 of file SMESHGUI_MeshInfo.h.
References ex13_hole1partial.x, and ex13_hole1partial.y.
Referenced by SMESHGUI_ElemInfo.gravityCenter().
| void SMESHGUI_ElemInfo.XYZ.divide | ( | double | a | ) |
Definition at line 136 of file SMESHGUI_MeshInfo.h.
References SMESH_demo_hexa2_upd.a.
Referenced by SMESHGUI_ElemInfo.gravityCenter().
| double SMESHGUI_ElemInfo.XYZ.x | ( | ) | const |
Definition at line 137 of file SMESHGUI_MeshInfo.h.
Referenced by SMESHGUI_TreeElemInfo.information(), and SMESHGUI_SimpleElemInfo.information().
{ return myX; }
| double SMESHGUI_ElemInfo.XYZ.y | ( | ) | const |
Definition at line 138 of file SMESHGUI_MeshInfo.h.
Referenced by SMESHGUI_TreeElemInfo.information(), and SMESHGUI_SimpleElemInfo.information().
{ return myY; }
| double SMESHGUI_ElemInfo.XYZ.z | ( | ) | const |
Definition at line 139 of file SMESHGUI_MeshInfo.h.
Referenced by SMESHGUI_TreeElemInfo.information(), and SMESHGUI_SimpleElemInfo.information().
{ return myZ; }
| double SMESHGUI_ElemInfo.XYZ.myX |
Definition at line 133 of file SMESHGUI_MeshInfo.h.
| double SMESHGUI_ElemInfo.XYZ.myY |
Definition at line 133 of file SMESHGUI_MeshInfo.h.
| double SMESHGUI_ElemInfo.XYZ.myZ |
Definition at line 133 of file SMESHGUI_MeshInfo.h.