LifeV
GetOnes Class Reference

#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...
 

Detailed Description

This functor is used to do some geometry checks. It returns a vector of ones

Definition at line 377 of file MeshUtility.hpp.

Constructor & Destructor Documentation

◆ GetOnes() [1/2]

GetOnes ( )
inline

Empty Constructor.

Definition at line 384 of file MeshUtility.hpp.

◆ GetOnes() [2/2]

GetOnes ( const GetOnes )
inline

Copy Constructor.

Definition at line 388 of file MeshUtility.hpp.

◆ ~GetOnes()

virtual ~GetOnes ( )
inlinevirtual

Virtual Destructor.

Definition at line 392 of file MeshUtility.hpp.

Member Function Documentation

◆ operator()()

void operator() ( Real const &  x,
Real const &  y,
Real const &  z,
Real  ret[3] 
) const

The function call operator.

Parameters
[in]xfirst component of the input vector
[in]ysecond component of the input vector
[in]zthird component of the input vector
[out]retoutput vector (always a vector of ones)

Definition at line 81 of file MeshUtility.cpp.


The documentation for this class was generated from the following files: