LifeV
|
#include <MeshUtility.hpp>
Constructor & Destructor | |
GetOnes () | |
Empty Constructor. More... | |
GetOnes (const GetOnes &) | |
Copy Constructor. More... | |
virtual | ~GetOnes () |
Virtual Destructor. More... | |
Operators | |
void | operator() (Real const &x, Real const &y, Real const &z, Real ret[3]) const |
The function call operator. More... | |
This functor is used to do some geometry checks. It returns a vector of ones
Definition at line 377 of file MeshUtility.hpp.
|
inline |
Empty Constructor.
Definition at line 384 of file MeshUtility.hpp.
Copy Constructor.
Definition at line 388 of file MeshUtility.hpp.
|
inlinevirtual |
Virtual Destructor.
Definition at line 392 of file MeshUtility.hpp.
The function call operator.
[in] | x | first component of the input vector |
[in] | y | second component of the input vector |
[in] | z | third component of the input vector |
[out] | ret | output vector (always a vector of ones) |
Definition at line 81 of file MeshUtility.cpp.