PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::VoroInterface Member List

This is the complete list of members for Gedim::VoroInterface, including all inherited members.

GenerateRandomPoints(const Eigen::MatrixXd &domainVertices, const unsigned int &numPoints, const unsigned int random_seed=Gedim::Utilities::RandomSeed())Gedim::VoroInterface
GenerateVoronoiTassellations2D(const Eigen::MatrixXd &polygonVertices, const unsigned int &numPoints, const unsigned int &numIterations, Gedim::IMeshDAO &mesh, const unsigned int random_seed=Gedim::Utilities::RandomSeed())Gedim::VoroInterface
GenerateVoronoiTassellations2D(const Eigen::MatrixXd &polygonVertices, const unsigned int &numIterations, Eigen::MatrixXd &VoronoiPoints, Gedim::IMeshDAO &mesh)Gedim::VoroInterface
GenerateVoronoiTassellations3D(const Eigen::MatrixXd &polyhedronVertices, const Eigen::MatrixXi &polyhedronEdges, const std::vector< Eigen::MatrixXi > &polyhedronFaces, const unsigned int &numPoints, const unsigned int &numIterations, Gedim::IMeshDAO &mesh, const unsigned int random_seed=Gedim::Utilities::RandomSeed())Gedim::VoroInterface
GenerateVoronoiTassellations3D(const Eigen::MatrixXd &domain_vertices, const Eigen::MatrixXi &domain_edges, const std::vector< Eigen::MatrixXi > &domain_faces, const unsigned int &num_iterations, Eigen::MatrixXd &VoronoiPoints, Gedim::IMeshDAO &mesh)Gedim::VoroInterface
VoroInterface(const Gedim::GeometryUtilities &geometryUtilities)Gedim::VoroInterface