MOAB: Mesh Oriented datABase
(version 5.2.1)
|
struct for storing a graphics pt More...
#include <DualTool.hpp>
Public Member Functions | |
GraphicsPoint () | |
GraphicsPoint (float xi, float yi, float zi, int idi) | |
GraphicsPoint (float xyzi[3], int idi) | |
GraphicsPoint (double xyzi[3], int idi) | |
GraphicsPoint (const GraphicsPoint &gp) | |
Public Attributes | |
float | xyz [3] |
int | id |
struct for storing a graphics pt
Definition at line 55 of file DualTool.hpp.
moab::DualTool::GraphicsPoint::GraphicsPoint | ( | ) | [inline] |
moab::DualTool::GraphicsPoint::GraphicsPoint | ( | float | xi, |
float | yi, | ||
float | zi, | ||
int | idi | ||
) | [inline] |
Definition at line 66 of file DualTool.hpp.
References MBMesquite::xi, and xyz.
moab::DualTool::GraphicsPoint::GraphicsPoint | ( | float | xyzi[3], |
int | idi | ||
) | [inline] |
moab::DualTool::GraphicsPoint::GraphicsPoint | ( | double | xyzi[3], |
int | idi | ||
) | [inline] |
moab::DualTool::GraphicsPoint::GraphicsPoint | ( | const GraphicsPoint & | gp | ) | [inline] |
Definition at line 99 of file DualTool.hpp.
Referenced by GraphicsPoint().
float moab::DualTool::GraphicsPoint::xyz[3] |
Definition at line 98 of file DualTool.hpp.
Referenced by GraphicsPoint().