Vertex             27 data/sphere/level_set_test.cpp using Vertices = std::vector<Vertex>;
Vertex             34 data/sphere/level_set_test.cpp double level_set_function(const Vertex& vertex);
Vertex             79 data/sphere/level_set_test.cpp const Vertex convert_to_vertex(const std::string& str_vertex);
Vertex            120 data/sphere/level_set_test.cpp const Vertex convert_to_vertex(const std::string& str_vertex){
Vertex            132 data/sphere/level_set_test.cpp double level_set_function(const Vertex& vertex){
Vertex             51 include/io_dgf.h 	using Vertices = std::vector<Vertex>;
Vertex            160 include/io_dgf.h 	  Vertex v(dim);
Vertex             28 src/io_dgf.cpp using Vertex = Handler::Vertex;
Vertex            224 src/io_dgf.cpp     rv.emplace_back(to<Vertex>(line));