struct for storing a graphics pt
More...
#include <DualTool.hpp>
struct for storing a graphics pt
Definition at line 55 of file DualTool.hpp.
◆ GraphicsPoint() [1/5]
moab::DualTool::GraphicsPoint::GraphicsPoint |
( |
| ) |
|
|
inline |
◆ GraphicsPoint() [2/5]
moab::DualTool::GraphicsPoint::GraphicsPoint |
( |
float |
xi, |
|
|
float |
yi, |
|
|
float |
zi, |
|
|
int |
idi |
|
) |
| |
|
inline |
◆ GraphicsPoint() [3/5]
moab::DualTool::GraphicsPoint::GraphicsPoint |
( |
float |
xyzi[3], |
|
|
int |
idi |
|
) |
| |
|
inline |
◆ GraphicsPoint() [4/5]
moab::DualTool::GraphicsPoint::GraphicsPoint |
( |
double |
xyzi[3], |
|
|
int |
idi |
|
) |
| |
|
inline |
◆ GraphicsPoint() [5/5]
moab::DualTool::GraphicsPoint::GraphicsPoint |
( |
const GraphicsPoint & |
gp | ) |
|
|
inline |
◆ operator=()
Definition at line 98 of file DualTool.hpp.
100 for(
unsigned i = 0; i < 3; ++i )
References id, and xyz.
◆ id
int moab::DualTool::GraphicsPoint::id |
◆ xyz
float moab::DualTool::GraphicsPoint::xyz[3] |
The documentation for this class was generated from the following file: