#include <Precision.hxx>
#include <NCollection_Array1.hxx>
#include <gp_Pnt.hxx>
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <TopTools_DataMapOfShapeReal.hxx>
#include <TopTools_ListIteratorOfListOfShape.hxx>
#include <TopTools_MapOfShape.hxx>
#include <TopoDS.hxx>
#include <functional>
#include <memory>
#include <vector>
#include <map>
#include "SMESH_Utils.hxx"
#include "SMDS_MeshNode.hxx"
Go to the source code of this file.
|
| template<typename T > |
| std::vector< T > | operator+ (std::vector< T > const &x, std::vector< T > const &y) |
| |
◆ operator+()
template<typename T >
| std::vector< T > operator+ |
( |
std::vector< T > const & |
x, |
|
|
std::vector< T > const & |
y |
|
) |
| |