|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <Vertex.h>
Public Member Functions | |
| Vertex (real x, real y, real z) | |
| Vertex () | |
| real | getEuclideanDistanceTo (const Vertex &w) const |
| Vertex | operator- (const Vertex &v) const |
| Vertex | operator+ (const Vertex &v) const |
| Vertex | operator* (const real &value) const |
| Vertex | operator/ (const real &value) const |
| real | operator* (const Vertex &w) const |
| struct Vertex | crossProduct (const Vertex &w) const |
| real | length () const |
| void | normalize () |
| real | getMagnitude () const |
| int | isEqual (const Vertex &w) const |
| real | getInnerAngle (const Vertex &w) const |
| bool | operator== (const Vertex &v) const |
| bool | isXbetween (real min, real max) const |
| bool | isYbetween (real min, real max) const |
| bool | isZbetween (real min, real max) const |
| void | print () const |
| void | print (std::ostream &ost) const |
| void | printFormatted (std::ostream &ost) const |
Static Public Member Functions | |
| static void | setMinMax (real &minX, real &maxX, real &minY, real &maxY, real &minZ, real &maxZ, const Vertex &v1, const Vertex &v2, const Vertex &v3) |
| static void | calculateMinMax (const real &value1, const real &value2, const real &value3, real &min, real &max) |
Public Attributes | |
| real | x |
| real | y |
| real | z |
Definition at line 40 of file Vertex.cpp.
| vf::gpu::Vertex::Vertex | ( | ) |
Definition at line 41 of file Vertex.cpp.
|
static |
Definition at line 183 of file Vertex.cpp.
Definition at line 73 of file Vertex.cpp.
Definition at line 43 of file Vertex.cpp.
Definition at line 110 of file Vertex.cpp.
| real vf::gpu::Vertex::getMagnitude | ( | ) | const |
Definition at line 99 of file Vertex.cpp.
Definition at line 105 of file Vertex.cpp.
Definition at line 149 of file Vertex.cpp.
Definition at line 154 of file Vertex.cpp.
Definition at line 159 of file Vertex.cpp.
| real vf::gpu::Vertex::length | ( | ) | const |
Definition at line 81 of file Vertex.cpp.
| void vf::gpu::Vertex::normalize | ( | ) |
Definition at line 86 of file Vertex.cpp.
Definition at line 58 of file Vertex.cpp.
Definition at line 68 of file Vertex.cpp.
Definition at line 53 of file Vertex.cpp.
Definition at line 48 of file Vertex.cpp.
Definition at line 63 of file Vertex.cpp.
Definition at line 143 of file Vertex.cpp.
| void vf::gpu::Vertex::print | ( | ) | const |
Definition at line 124 of file Vertex.cpp.
| void vf::gpu::Vertex::print | ( | std::ostream & | ost | ) | const |
Definition at line 129 of file Vertex.cpp.
| void vf::gpu::Vertex::printFormatted | ( | std::ostream & | ost | ) | const |
Definition at line 136 of file Vertex.cpp.
|
static |
Definition at line 164 of file Vertex.cpp.