OGS
SearchAllNodes.h
Go to the documentation of this file.
1
9#pragma once
10
11namespace MeshGeoToolsLib
12{
13enum class SearchAllNodes : bool
14{
15 Yes = true,
16 No = false
17};
18
19} // end namespace MeshGeoToolsLib