#include <SMESHGUI_MeshInfo.h>
Public Member Functions | |
| XYZ () | |
| XYZ (double x, double y, double z) | |
| void | add (double x, double y, double z) |
| void | divide (double a) |
| double | x () const |
| double | y () const |
| double | z () const |
| operator gp_XYZ () const | |
Data Fields | |
| double | myX |
| double | myY |
| double | myZ |
| SMESHGUI_ElemInfo::XYZ::XYZ | ( | ) |
| SMESHGUI_ElemInfo::XYZ::XYZ | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
| void SMESHGUI_ElemInfo::XYZ::add | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Referenced by SMESHGUI_ElemInfo::gravityCenter().
| void SMESHGUI_ElemInfo::XYZ::divide | ( | double | a | ) |
Referenced by SMESHGUI_ElemInfo::gravityCenter().
| SMESHGUI_ElemInfo::XYZ::operator gp_XYZ | ( | ) | const |
| double SMESHGUI_ElemInfo::XYZ::x | ( | ) | const |
Referenced by SMESHGUI_SimpleElemInfo::information(), and SMESHGUI_TreeElemInfo::information().
| double SMESHGUI_ElemInfo::XYZ::y | ( | ) | const |
Referenced by SMESHGUI_SimpleElemInfo::information(), and SMESHGUI_TreeElemInfo::information().
| double SMESHGUI_ElemInfo::XYZ::z | ( | ) | const |
Referenced by SMESHGUI_SimpleElemInfo::information(), and SMESHGUI_TreeElemInfo::information().
| double SMESHGUI_ElemInfo::XYZ::myX |
| double SMESHGUI_ElemInfo::XYZ::myY |
| double SMESHGUI_ElemInfo::XYZ::myZ |