hemocell
Loading...
Searching...
No Matches
Namespaces | Functions
meshGeneratingFunctions.h File Reference
#include "constant_defaults.h"
#include "config.h"
#include "offLattice/triangleSet.hh"
#include "offLattice/triangleToDef.hh"
#include "offLattice/triangleSetGenerator.hh"
#include "offLattice/triangularSurfaceMesh.hh"
#include "offLattice/triangleBoundary3D.hh"
#include "meshGeneratingFunctions.hh"
Include dependency graph for meshGeneratingFunctions.h:
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::constructCell (plb::Array< T, 3 > const &center, T radius, std::string cellFilename, plb::Array< T, 3 > const &eulerAngles)
 
template<typename T >
TriangleSet< Tplb::constructSphereIcosahedron (plb::Array< T, 3 > const &center, T radius, plint minNumOfTriangles)
 
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 >
plb::Array< T, 3 > plb::spherePointToRBCPoint (const plb::Array< T, 3 > point, T R=1.0)
 
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 >
TriangleBoundary3D< Tplb::constructMeshElement (plint shape, T radius, plint cellNumTriangles, T dx, std::string cellPath, plb::Array< T, 3 > const &eulerAngles, T aspectRatio=0.3)
 
plb::TriangularSurfaceMesh< T > * constructStringMeshFromConfig (hemo::Config &materialCfg)
 

Function Documentation

◆ constructStringMeshFromConfig()

plb::TriangularSurfaceMesh< T > * constructStringMeshFromConfig ( hemo::Config materialCfg)