Home
last modified time | relevance | path

Searched refs:TDS (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangulation_ds_face_base_2.h94 template <class TDS>
102 template <class TDS>
112 template <class TDS>
126 template <class TDS>
137 template <class TDS>
145 template <class TDS>
165 template <class TDS>
176 template <class TDS>
186 template <class TDS>
195 template <class TDS>
[all …]
H A DTriangulation_ds_full_cell.h28 template< class TDS = void, typename FullCellStoragePolicy = Default >
33 typedef Triangulation_ds_full_cell<TDS> Self;
34 typedef typename TDS::Maximal_dimension Maximal_dimension;
38 typedef typename TDS::Face Face;
40 typedef typename TDS::Vertex_const_handle Vertex_const_handle;
258 template < typename TDS, typename SSP >
270 template < typename TDS, typename SSP >
288 typedef internal::Triangulation::Dummy_TDS TDS;
290 typedef TDS::Vertex_handle Vertex_handle;
292 typedef TDS::Full_cell_handle Full_cell_handle;
[all …]
H A DTriangulation.h786 Triangulation<TT, TDS>
808 Triangulation<TT, TDS>
823 Triangulation<TT, TDS>
856 Triangulation<TT, TDS>
868 Triangulation<TT, TDS>
878 Triangulation<TT, TDS>
889 Triangulation<TT, TDS>
900 Triangulation<TT, TDS>
912 Triangulation<TT, TDS>
927 Triangulation<TT, TDS>
[all …]
H A DTriangulation_ds_vertex.h28 template< class TDS = void >
31 typedef Triangulation_ds_vertex<TDS> Self;
34 typedef TDS Triangulation_data_structure;
35 typedef typename TDS::Full_cell_handle Full_cell_handle; /* Concept */
80 typename TDS::Full_cell::Vertex_handle_iterator vit(full_cell()->vertices_begin());
81 typedef typename TDS::Vertex_handle Vertex_handle;
111 template < class TDS >
113 operator>>(std::istream & is, Triangulation_ds_vertex<TDS> &) /* Concept */
121 template< class TDS >
123 operator<<(std::ostream & os, const Triangulation_ds_vertex<TDS> &) /* Concept */
H A DTriangulation_ds_vertex_base_2.h26 template < class TDS = void >
31 typedef TDS Triangulation_data_structure;
32 typedef typename TDS::Face_handle Face_handle;
33 typedef typename TDS::Vertex_handle Vertex_handle;
71 template < class TDS >
74 operator>>(std::istream &is, Triangulation_ds_vertex_base_2<TDS> &)
80 template < class TDS >
83 operator<<(std::ostream &os, const Triangulation_ds_vertex_base_2<TDS> &)
H A DTriangulation_ds_vertex_base_3.h23 template < typename TDS = void >
27 typedef TDS Triangulation_data_structure;
28 typedef typename TDS::Vertex_handle Vertex_handle;
29 typedef typename TDS::Cell_handle Cell_handle;
76 template < class TDS >
79 operator>>(std::istream &is, Triangulation_ds_vertex_base_3<TDS> &)
85 template < class TDS >
88 operator<<(std::ostream &os, const Triangulation_ds_vertex_base_3<TDS> &)
H A DPeriodic_3_triangulation_ds_vertex_base_3.h25 template < typename TDS = void >
29 typedef TDS Triangulation_data_structure;
30 typedef typename TDS::Vertex_handle Vertex_handle;
31 typedef typename TDS::Cell_handle Cell_handle;
108 template < class TDS >
111 operator>>(std::istream &is, Periodic_3_triangulation_ds_vertex_base_3<TDS> &)
117 template < class TDS >
121 const Periodic_3_triangulation_ds_vertex_base_3<TDS> &)
H A DTriangulation_ds_cell_base_3.h27 template < typename TDS = void >
31 typedef TDS Triangulation_data_structure;
32 typedef typename TDS::Vertex_handle Vertex_handle;
33 typedef typename TDS::Cell_handle Cell_handle;
34 typedef typename TDS::Vertex Vertex;
35 typedef typename TDS::Cell Cell;
36 typedef typename TDS::Cell_data TDS_data;
201 template < class TDS >
204 operator>>(std::istream &is, Triangulation_ds_cell_base_3<TDS> &)
210 template < class TDS >
[all …]
H A DPeriodic_4_hyperbolic_triangulation_2.h101 TDS _tds;
147 TDS & tds() { return _tds; } in tds()
643 template < class GT, class TDS >
657 template < class GT, class TDS >
684 template < class GT, class TDS >
796 template <class GT, class TDS>
797 typename TDS::Face_handle
866 template <class GT, class TDS>
867 typename TDS::Face_handle Periodic_4_hyperbolic_triangulation_2<GT, TDS>::
959 template <class GT, class TDS>
[all …]
H A DPeriodic_3_triangulation_ds_cell_base_3.h29 template < typename TDS = void >
33 typedef TDS Triangulation_data_structure;
34 typedef typename TDS::Vertex_handle Vertex_handle;
35 typedef typename TDS::Cell_handle Cell_handle;
36 typedef typename TDS::Vertex Vertex;
37 typedef typename TDS::Cell Cell;
38 typedef typename TDS::Cell_data TDS_data;
268 template < class TDS >
271 operator>>(std::istream &is, Periodic_3_triangulation_ds_cell_base_3<TDS> &)
277 template < class TDS >
[all …]
H A Dtetrahedral_remeshing.h161 template<typename Traits, typename TDS, typename SLDS,
164 CGAL::Triangulation_3<Traits, TDS, SLDS>& tr, in tetrahedral_isotropic_remeshing() argument
176 template<typename Traits, typename TDS, typename SLDS,
179 CGAL::Triangulation_3<Traits, TDS, SLDS>& tr, in tetrahedral_isotropic_remeshing() argument
191 template<typename Traits, typename TDS, typename SLDS,
195 CGAL::Triangulation_3<Traits, TDS, SLDS>& tr, in tetrahedral_isotropic_remeshing() argument
201 typedef CGAL::Triangulation_3<Traits, TDS, SLDS> Tr; in tetrahedral_isotropic_remeshing()
292 template<typename Traits, typename TDS, typename SLDS>
294 CGAL::Triangulation_3<Traits, TDS, SLDS>& tr, in tetrahedral_isotropic_remeshing() argument
333 using TDS = typename Tr::Triangulation_data_structure; in convert_to_triangulation_3() local
[all …]
H A DTriangulation_face.h24 template< typename TDS >
27 typedef typename internal::Dimen_plus_one<typename TDS::Maximal_dimension>::type Dimen_plus;
29 typedef TDS Triangulation_data_structure;
30 typedef typename TDS::Full_cell_handle Full_cell_handle; /* Concept */
31 typedef typename TDS::Vertex_handle Vertex_handle; /* Concept */
H A DTriangulation_simplex_3.h27 typedef TriangulationDataStructure_3 TDS; typedef
28 typedef Triangulation_simplex_3<TDS> Self;
32 typedef typename TDS::Vertex_handle Vertex_handle;
33 typedef typename TDS::Edge Edge;
34 typedef typename TDS::Facet Facet;
35 typedef typename TDS::Cell_handle Cell_handle;
37 typedef typename TDS::Cell_circulator Cell_circulator;
38 typedef typename TDS::Facet_circulator Facet_circulator;
40 typedef typename TDS::Edge_iterator Edge_iterator;
41 typedef typename TDS::Facet_iterator Facet_iterator;
/dports/math/cgal/CGAL-5.3/examples/Triangulation/
H A Dbarycentric_subdivision.cpp9 template< typename TDS >
10 void find_face_from_vertices(const TDS & tds,
12 typename TDS::Face & face);
14 template< typename TDS >
15 void barycentric_subdivide(TDS & tds, typename TDS::Full_cell_handle fc) in barycentric_subdivide()
19 typedef typename TDS::Face Face; in barycentric_subdivide()
51 template< typename TDS >
52 void find_face_from_vertices( const TDS & tds, in find_face_from_vertices()
54 typename TDS::Face & face) in find_face_from_vertices()
107 TDS; in main() typedef
[all …]
H A Dtriangulation_data_structure_static.cpp8 typedef CGAL::Triangulation_data_structure<CGAL::Dimension_tag<7> > TDS; in main() typedef
10 TDS S; in main()
15 std::vector<TDS::Vertex_handle> V(10); in main()
28 TDS::Full_cell_handle c = V[5]->full_cell(); in main()
35 TDS::Facet ft(c, 2); // the Facet opposite to vertex 2 in c in main()
42 TDS::Face face(c); in main()
50 TDS::Full_cell_handle hole[2]; in main()
54 ft = TDS::Facet(hole[0], 1); // a face on the boundary of hole[0] in main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS/
H A DTDSTokenFactory.cs11 using Microsoft.SqlServer.TDS.ColInfo;
12 using Microsoft.SqlServer.TDS.ColMetadata;
13 using Microsoft.SqlServer.TDS.Done;
14 using Microsoft.SqlServer.TDS.EnvChange;
15 using Microsoft.SqlServer.TDS.Error;
17 using Microsoft.SqlServer.TDS.Info;
18 using Microsoft.SqlServer.TDS.LoginAck;
19 using Microsoft.SqlServer.TDS.Row;
20 using Microsoft.SqlServer.TDS.SSPI;
23 using Microsoft.SqlServer.TDS.Order;
[all …]
H A DTDSMessage.cs8 using Microsoft.SqlServer.TDS.Login7;
9 using Microsoft.SqlServer.TDS.PreLogin;
10 using Microsoft.SqlServer.TDS.SQLBatch;
11 using Microsoft.SqlServer.TDS.SSPI;
12 using Microsoft.SqlServer.TDS.Authentication;
14 namespace Microsoft.SqlServer.TDS
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DTriangulation_geomview_ostream_2.h31 template < class GT, class TDS >
33 show_triangulation_edges(Geomview_stream &gv, const Triangulation_2<GT,TDS> &T) in show_triangulation_edges()
43 std::map<typename Triangulation_2<GT, TDS>::Vertex_handle, int> V; in show_triangulation_edges()
45 for( typename Triangulation_2<GT, TDS>::Vertex_iterator in show_triangulation_edges()
52 for( typename Triangulation_2<GT, TDS>::Edge_iterator in show_triangulation_edges()
62 template < class GT, class TDS >
73 std::map<typename Triangulation_2<GT, TDS>::Vertex_handle, int> V; in show_triangulation_faces()
75 for( typename Triangulation_2<GT, TDS>::Vertex_iterator in show_triangulation_faces()
82 for( typename Triangulation_2<GT, TDS>::Face_iterator in show_triangulation_faces()
92 template < class GT, class TDS >
[all …]
H A DTriangulation_geomview_ostream_3.h30 template < class GT, class TDS >
32 show_triangulation_edges(Geomview_stream &gv, const Triangulation_3<GT,TDS> &T) in show_triangulation_edges()
41 std::map<typename Triangulation_3<GT, TDS>::Vertex_handle, int> V; in show_triangulation_edges()
43 for( typename Triangulation_3<GT, TDS>::Finite_vertices_iterator in show_triangulation_edges()
50 for( typename Triangulation_3<GT, TDS>::Finite_edges_iterator in show_triangulation_edges()
60 template < class GT, class TDS >
62 operator<<( Geomview_stream &gv, const Triangulation_3<GT,TDS> &T)
81 for (typename Triangulation_3<GT, TDS>::Finite_facets_iterator
/dports/net/ndpi/nDPI-92a1be2/tests/result/
H A Dmssql_tds.pcap.out5 MsSQL-TDS 38 16260 12
9 …3 TCP 10.111.111.111:1111 <-> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][2 pkts/614 by…
10 …4 TCP 10.111.111.111:4444 -> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][1 pkts/1136 by…
11 …5 TCP 10.111.111.111:7777 -> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][1 pkts/425 byt…
12 …6 TCP 10.111.111.111:33333 -> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][1 pkts/374 by…
13 …7 TCP 10.111.111.111:22222 -> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][1 pkts/322 by…
14 …8 TCP 10.111.111.111:9999 -> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][1 pkts/272 byt…
15 …9 TCP 10.111.111.111:11111 -> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][1 pkts/253 by…
16 …10 TCP 10.111.111.111:3333 -> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][1 pkts/239 by…
17 …11 TCP 10.111.111.111:2222 <-> 10.0.0.1:1433 [proto: 114/MsSQL-TDS][cat: Database/11][1 pkts/98 by…
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Triangulation/
H A DTriangulation_ds_iterators.h23 template< typename TDS >
27 typedef typename TDS::Full_cell_handle Full_cell_handle;
28 typedef typename TDS::Facet Facet;
37 typedef Triangulation_ds_facet_iterator<TDS> Facet_iterator;
39 TDS & tds_;
43 Triangulation_ds_facet_iterator(TDS & tds) in Triangulation_ds_facet_iterator()
51 Triangulation_ds_facet_iterator(TDS & tds, int) in Triangulation_ds_facet_iterator()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/
H A DRoutingTDSServer.cs7 using Microsoft.SqlServer.TDS.Done;
8 using Microsoft.SqlServer.TDS.EndPoint;
9 using Microsoft.SqlServer.TDS.EnvChange;
10 using Microsoft.SqlServer.TDS.Error;
11 using Microsoft.SqlServer.TDS.PreLogin;
12 using Microsoft.SqlServer.TDS.Login7;
13 using Microsoft.SqlServer.TDS.FeatureExtAck;
15 namespace Microsoft.SqlServer.TDS.Servers
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/AFSR/
H A Dorient.h22 template <class Triangulation, class TDS, class Filter>
23 typename TDS::Vertex_handle
24 orient(TDS& tds, const Advancing_front_surface_reconstruction<Triangulation,Filter>& surface) in orient()
27 typedef typename TDS::Vertex_handle Vertex_handle; in orient()
29 typedef typename TDS::Face_handle Face_handle; in orient()
30 typedef typename TDS::Edge Edge; in orient()
113 fh->vertex(TDS::cw(ih)), in orient()
114 fh->vertex(TDS::ccw(ih))); in orient()
H A Dconstruct_surface_2.h26 template <class Tr, class TDS, class Filter>
27 typename TDS::Vertex_handle
28 construct_surface(TDS& tds, const Advancing_front_surface_reconstruction<Tr,Filter>& surface) in construct_surface()
31 typedef typename TDS::Vertex_handle Vertex_handle; in construct_surface()
33 typedef typename TDS::Face_handle Face_handle; in construct_surface()
34 typedef typename TDS::Edge Edge; in construct_surface()
122 fh->vertex(TDS::cw(ih)), in construct_surface()
123 fh->vertex(TDS::ccw(ih))); in construct_surface()
/dports/audio/afsp/AFsp-v8r2/audio/PQevalAudio/CB/
H A DPQtimeSpread.c36 PQtimeSpread (const double Es[], const struct Par_TDS *TDS, double Ehs[], in PQtimeSpread() argument
41 const int Nc = TDS->Nc; in PQtimeSpread()
42 const double *a = TDS->a; in PQtimeSpread()
43 const double *b = TDS->b; in PQtimeSpread()

12345678910>>...45