Skip to content
Snippets Groups Projects
Commit 96947433 authored by Tom Fischer's avatar Tom Fischer
Browse files

[TetGenInterface] Removed unused code.

parent c172643b
No related branches found
No related tags found
No related merge requests found
...@@ -72,15 +72,6 @@ public: ...@@ -72,15 +72,6 @@ public:
const std::string &geo_name) const; const std::string &geo_name) const;
private: private:
/**
* Method reads the facets from stream and stores them in a GeoLib::Surface vector.
* For this purpose it uses methods parseFacetsHeader() and parseFacets().
* @param input the input stream
* @return true, if all information is read, false if the method detects an error
*/
bool readFacetsFromStream(std::ifstream &input,
std::vector<GeoLib::Point*> &points);
/// Returns the declared number of facets in the poly file. /// Returns the declared number of facets in the poly file.
std::size_t getNFacets(std::ifstream &input) const; std::size_t getNFacets(std::ifstream &input) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment