Version: 9.16.0
SMESH_RegularGrid.hxx File Reference
#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"
Include dependency graph for SMESH_RegularGrid.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SMESHUtils::SMESH_RegularGrid
 Define a regular grid of nx,ny,nz dimension. More...
 

Namespaces

namespace  SMESHUtils
 

Functions

template<typename T >
std::vector< T > operator+ (std::vector< T > const &x, std::vector< T > const &y)
 

Function Documentation

◆ operator+()

template<typename T >
std::vector< T > operator+ ( std::vector< T > const &  x,
std::vector< T > const &  y 
)