#include "SimpMeshRed.h"
#include "transform.ipp"
Go to the source code of this file.
Namespaces | |
namespace | geom |
Functions | |
template<typename SMR, typename NodeIterInIter, class UnaryFunction> | |
void | geom::transformNodes (NodeIterInIter begin, NodeIterInIter end, const UnaryFunction &f) |
Transform each vertex in the range with the specified function. | |
template<int N, int M, typename T, template< class > class Node, template< class > class Cell, template< class, class > class Cont, class UnaryFunction> | |
void | geom::transform (SimpMeshRed< N, M, T, Node, Cell, Cont > *mesh, const UnaryFunction &f) |
Transform each vertex in the mesh with the specified function. | |
template<int N, int M, typename T, template< class > class Node, template< class > class Cell, template< class, class > class Cont, class UnaryFunction> | |
void | geom::transformBoundary (SimpMeshRed< N, M, T, Node, Cell, Cont > *mesh, const UnaryFunction &f) |
Transform each boundary vertex in the mesh with the specified function. |