Definition at line 46 of file testMeshReader.cpp.
◆ Component
using Point3D::Component = double |
◆ operator[]() [1/2]
Component & Point3D::operator[] |
( |
unsigned int |
i | ) |
|
|
inline |
Definition at line 60 of file testMeshReader.cpp.
60 {
61 assert(i<3);
62 switch (i){
66 }
68 };
References x, y, and z.
◆ operator[]() [2/2]
const Component & Point3D::operator[] |
( |
unsigned int |
i | ) |
const |
|
inline |
Definition at line 50 of file testMeshReader.cpp.
50 {
51 assert(i<3);
52 switch (i){
56 }
58 };
References x, y, and z.
◆ dimension
const unsigned int Point3D::dimension = 3 |
|
static |
The documentation for this struct was generated from the following file: