hemocell
Loading...
Searching...
No Matches
Namespaces | Functions
meshGeneratingFunctions.hh File Reference
#include "meshGeneratingFunctions.h"
Include dependency graph for meshGeneratingFunctions.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plb
 

Functions

template<typename T >
TriangleSet< Tplb::constructSphereIcosahedron (plb::Array< T, 3 > const &center, T radius, plint minNumOfTriangles)
 
template<typename T >
plb::Array< T, 3 > plb::spherePointToRBCPoint (const plb::Array< T, 3 > point, T R=1.0)
 
template<typename T >
plb::Array< T, 3 > plb::spherePointToEllipsoidPoint (const plb::Array< T, 3 > point, T R, T aspectRatio)
 
template<typename T >
plb::Array< T, 3 > plb::mapMeshAsRBC (const plb::Array< T, 3 > point, const plb::Array< T, 3 > center, T R)
 
template<typename T >
TriangleSet< Tplb::constructRBC (plb::Array< T, 3 > const &center, T radius, plint minNumOfTriangles, plb::Array< T, 3 > const &eulerAngles)
 
template<typename T >
TriangleSet< Tplb::constructRBCFromSphere (plb::Array< T, 3 > const &center, T radius, plint minNumOfTriangles, plb::Array< T, 3 > const &eulerAngles, pluint initialSphereShape=0)
 
template<typename T >
TriangleSet< Tplb::constructEllipsoidFromSphere (plb::Array< T, 3 > const &center, T radius, T aspectRatio, plint minNumOfTriangles, plb::Array< T, 3 > const &eulerAngles, pluint initialSphereShape)
 
template<typename T >
TriangleSet< Tplb::constructCell (plb::Array< T, 3 > const &center, T radius, std::string cellFilename, plb::Array< T, 3 > const &eulerAngles)