PLaSK library
|
Object of this class allows for checking if a given mesh is the same mesh which has been used recently. More...
#include <plask/mesh/utils.hpp>
Public Member Functions | |
bool | operator() (const Mesh *mesh) |
Check if this operator has been recently called with given mesh and this mesh has not been changed since that time. | |
bool | operator() (shared_ptr< const Mesh > mesh) |
Check if this operator has been recently called with given mesh and this mesh has not been changed since that time. | |
SameMeshChecker () | |
Constructor. | |
Object of this class allows for checking if a given mesh is the same mesh which has been used recently.
|
inline |
Check if this operator has been recently called with given mesh
and this mesh
has not been changed since that time.
mesh | mesh to check |
true
only if this operator has been recently called with given mesh
and this mesh
has not been changed since that time. Check if this operator has been recently called with given mesh
and this mesh
has not been changed since that time.
mesh | mesh to check |
true
only if this operator has been recently called with given mesh
and this mesh
has not been changed since that time.