Home
last modified time | relevance | path

Searched defs:dcel (Results 1 – 16 of 16) sorted by relevance

/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Da_coordinates.cc39 DoublyConnectedEdgeList dcel(dcel_data); in getOutitudePolynomial() local
57 DoublyConnectedEdgeList dcel(dcel_data); in outitudePolynomials() local
140 DoublyConnectedEdgeList dcel(dcel_data); in getDualOutitudePolynomial() local
168 DoublyConnectedEdgeList dcel(dcel_data); in dualOutitudePolynomials() local
186 Vector<Rational> outitudes_from_dcel(const DoublyConnectedEdgeList& dcel) in outitudes_from_dcel()
206 std::pair<Set<Int>, Set<Int>> is_canonical(const DoublyConnectedEdgeList& dcel) in is_canonical()
225 Vector<Rational> flip_coords(DoublyConnectedEdgeList& dcel, Vector<Rational> coords, Int edge_id) in flip_coords()
263 DoublyConnectedEdgeList dcel(dcel_data,a_coords); in flips_to_canonical_triangulation() local
297 DoublyConnectedEdgeList dcel(dcel_data, a_coords); in out() local
H A Dgkz_computation.cc44 Matrix<Rational> compute_horo(DoublyConnectedEdgeList& dcel, const Rational& p_inf, const Rational&… in compute_horo()
57 void compute_horo_flipped(DoublyConnectedEdgeList& dcel, Matrix<Rational>& horo) in compute_horo_flipped()
117 DoublyConnectedEdgeList dcel = surface.give("DCEL"); in gkz_vectors() local
179 DoublyConnectedEdgeList dcel = surface.give("DCEL"); in covering_triangulation() local
H A Dprojective_potato.cc42 DoublyConnectedEdgeList& dcel; member in polymake::topaz::PotatoVisitor
253 …PotatoBuilder(DoublyConnectedEdgeList& dcel, const Matrix<Rational>& first_two_vertices, Int depth… in PotatoBuilder()
287 DoublyConnectedEdgeList dcel(dcel_data); in projective_potato() local
/dports/math/polymake/polymake-4.5/apps/topaz/include/
H A DFlipVisitor.h52 DoublyConnectedEdgeList& dcel; variable
288 FlipVisitor::flip_sequence flipToDelaunay(graph::DoublyConnectedEdgeList& dcel, const Vector<Ration… in flipToDelaunay()
H A DDomeVolumeVisitor.h50 DoublyConnectedEdgeList& dcel; variable
223 DomeBuilder(graph::DoublyConnectedEdgeList& dcel, const Matrix<Rational>& first_halfedge_horo) in DomeBuilder()
H A DCoveringTriangulationVisitor.h48 DoublyConnectedEdgeList& dcel; variable
210 …CoveringBuilder(graph::DoublyConnectedEdgeList& dcel, const Matrix<Rational>& first_halfedge_horo,… in CoveringBuilder()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_topology_traits/
H A DArr_planar_topology_traits_base_2.h115 const Dcel& dcel() const { return m_dcel; } in dcel() function
118 Dcel& dcel() { return (m_dcel); } in dcel() function
/dports/math/polymake/polymake-4.5/apps/fan/src/
H A Dgkz_computation.cc20 graph::DoublyConnectedEdgeList dcel = surface.give("DCEL"); in secondary_fan_and_flipwords() local
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_spherical_topology_traits_2.h205 const Dcel& dcel() const { return (m_dcel); } in dcel() function
208 Dcel& dcel() { return m_dcel; } in dcel() function
H A Dconnect_holes.h81 typedef CGAL::Gps_default_dcel<Traits_2> dcel; in connect_holes() typedef
H A DArr_accessor.h762 const Dcel& dcel() const { return (p_arr->_dcel()); } in dcel() function
H A DArr_dcel_base.h1287 void assign(const Self& dcel) in assign()
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dcore_point_algo.cc35 diff_vec -= ineqs_col; // update diff vector (to -b + Az_i) in dcel2polytope()
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dpbeqplugin.cpp73 double dcel; in open_pbeq_read() local
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMFurCurveAttractors.h178 void setCurveEndLength(float dcel) in setCurveEndLength()
/dports/math/polymake/polymake-4.5/apps/graph/src/
H A DDoublyConnectedEdgeList.cc25 namespace dcel { namespace