Home
last modified time | relevance | path

Searched refs:VertexType (Results 51 – 75 of 825) sorted by relevance

12345678910>>...33

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/
H A Dparam_collapse.h46 typedef typename BaseMesh::VertexType VertexType; typedef
47 typedef typename BaseMesh::VertexType BaseVertex;
113 VertexType* b=LowVertices[index]->brother; in SetHlevMeshUV()
192 VertexType *v0=Super::pos.V(0); in FindBestPos()
193 VertexType *v1=Super::pos.V(1); in FindBestPos()
388 std::vector<VertexType*> vert_star; in CreatePreCollapseSubmesh()
412 std::vector<VertexType*> vert_star; in CreatePostCollapseSubmesh()
510 VertexType *brother=HresVert[i]; in UVToAlphaBeta()
570 void AssignRPos(VertexType* &to_assign, in AssignRPos()
597 typedef typename BaseMesh::VertexType VertexType; in Execute() typedef
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/update/
H A Dfitmaps.h56 typedef typename MeshType::VertexType VertexType; typedef
211 radSorter(VertexType* v) in radSorter()
216 VertexType* origin;
218 bool operator() (VertexType* v1, VertexType* v2) in operator()
224 float getMeanCurvature(VertexType* vp) in getMeanCurvature()
229 …ol fitBicubicPoints(VertexType* v, std::vector<CoordType>& ref, Bicubic& ret, std::vector<CoordTyp… in fitBicubicPoints()
238 typename std::vector<VertexType*>::iterator b = ring.begin(); in fitBicubicPoints()
239 typename std::vector<VertexType*>::iterator e = ring.end(); in fitBicubicPoints()
324 static vector<VertexType*> gatherNeighsSurface(VertexType* vt, float sigma, MeshType& m) in gatherNeighsSurface()
326 vector<VertexType*> current; in gatherNeighsSurface()
[all …]
H A Dcurvature_fitting.h70 typedef typename MeshType::VertexType VertexType; typedef
155 static CoordType project(VertexType* v, VertexType* vp) in project()
431 … static void expandMaxLocal (MeshType & mesh, VertexType *v, int max, std::vector<VertexType*> *vv) in expandMaxLocal()
445 …static void expandSphereLocal (MeshType & mesh, VertexType *v, float r, int min, std::vector<Verte… in expandSphereLocal()
479 static void getAverageNormal (VertexType *vp, std::vector<VertexType*> &vv, CoordType *ppn) in getAverageNormal()
490 …tatic void applyProjOnPlane (CoordType ppn, std::vector<VertexType*> &vin, std::vector<VertexType*… in applyProjOnPlane()
497 static CoordType projectLocal(VertexType* v, VertexType* vp, CoordType ppn) in projectLocal()
522 …static void fitQuadricLocal (VertexType *v, std::vector<CoordType> ref, std::vector<VertexType*> &… in fitQuadricLocal()
531 typename std::vector<VertexType*>::iterator e = vv.end(); in fitQuadricLocal()
632 std::vector<VertexType*> vv; in updateCurvatureLocal()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/face/
H A Djumping_pos.h48 typedef typename FaceType::VertexType VertexType; typedef
49 typedef typename VertexType::CoordType CoordType;
50 typedef typename VertexType::ScalarType ScalarType;
57 …JumpingPos(FaceType * const pFace, int const z, VertexType * const pVertex) : Pos<FACE_TYPE>(pFace… in JumpingPos()
59 …JumpingPos(FaceType * const pFace, VertexType * const pVertex) : Pos<FACE_TYPE>(pFace, pVert… in JumpingPos()
H A Dcomponent_occ.h184 typedef typename T::VertexType VertexType; typedef
194 inline typename T::VertexType * const cV( const int j ) const { assert(j>=0 && j<3); in cV()
205 inline VertexType * & V0( const int j ) { return V(j);} in V0()
206 inline VertexType * & V1( const int j ) { return V((j+1)%3);} in V1()
207 inline VertexType * & V2( const int j ) { return V((j+2)%3);} in V2()
208 inline const VertexType * const & V0( const int j ) const { return V(j);} in V0()
209 inline const VertexType * const & V1( const int j ) const { return V((j+1)%3);} in V1()
210 inline const VertexType * const & V2( const int j ) const { return V((j+2)%3);} in V2()
211 inline const VertexType * const & cV0( const int j ) const { return cV(j);} in cV0()
212 inline const VertexType * const & cV1( const int j ) const { return cV((j+1)%3);} in cV1()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/face/
H A Djumping_pos.h48 typedef typename FaceType::VertexType VertexType; typedef
49 typedef typename VertexType::CoordType CoordType;
50 typedef typename VertexType::ScalarType ScalarType;
57 …JumpingPos(FaceType * const pFace, int const z, VertexType * const pVertex) : Pos<FACE_TYPE>(pFace… in JumpingPos()
59 …JumpingPos(FaceType * const pFace, VertexType * const pVertex) : Pos<FACE_TYPE>(pFace, pVert… in JumpingPos()
H A Dcomponent_occ.h184 typedef typename T::VertexType VertexType; typedef
194 inline typename T::VertexType * const cV( const int j ) const { assert(j>=0 && j<3); in cV()
205 inline VertexType * & V0( const int j ) { return V(j);} in V0()
206 inline VertexType * & V1( const int j ) { return V((j+1)%3);} in V1()
207 inline VertexType * & V2( const int j ) { return V((j+2)%3);} in V2()
208 inline const VertexType * const & V0( const int j ) const { return V(j);} in V0()
209 inline const VertexType * const & V1( const int j ) const { return V((j+1)%3);} in V1()
210 inline const VertexType * const & V2( const int j ) const { return V((j+2)%3);} in V2()
211 inline const VertexType * const & cV0( const int j ) const { return cV(j);} in cV0()
212 inline const VertexType * const & cV1( const int j ) const { return cV((j+1)%3);} in cV1()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/
H A Dbase.h158 typedef typename TriMesh::VertexType VertexType;
478 template < class VertexType> bool VertexVectorHasVFAdjacency (const std::vector<VertexType> &) …
479 template < class VertexType> bool VertexVectorHasVEAdjacency (const std::vector<VertexType> &) …
490 template < class VertexType> bool VertexVectorHasPerVertexQuality (const std::vector<VertexType
491 template < class VertexType> bool VertexVectorHasPerVertexNormal (const std::vector<VertexType
492 template < class VertexType> bool VertexVectorHasPerVertexColor (const std::vector<VertexType
493 template < class VertexType> bool VertexVectorHasPerVertexMark (const std::vector<VertexType
494 template < class VertexType> bool VertexVectorHasPerVertexFlags (const std::vector<VertexType
495 template < class VertexType> bool VertexVectorHasPerVertexRadius (const std::vector<VertexType
496 template < class VertexType> bool VertexVectorHasPerVertexCurvature (const std::vector<VertexType
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/update/
H A Dcurvature_fitting.h70 typedef typename MeshType::VertexType VertexType; typedef
155 static CoordType project(VertexType* v, VertexType* vp) in project()
431 … static void expandMaxLocal (MeshType & mesh, VertexType *v, int max, std::vector<VertexType*> *vv) in expandMaxLocal()
445 …static void expandSphereLocal (MeshType & mesh, VertexType *v, float r, int min, std::vector<Verte… in expandSphereLocal()
479 static void getAverageNormal (VertexType *vp, std::vector<VertexType*> &vv, CoordType *ppn) in getAverageNormal()
490 …tatic void applyProjOnPlane (CoordType ppn, std::vector<VertexType*> &vin, std::vector<VertexType*… in applyProjOnPlane()
497 static CoordType projectLocal(VertexType* v, VertexType* vp, CoordType ppn) in projectLocal()
522 …static void fitQuadricLocal (VertexType *v, std::vector<CoordType> ref, std::vector<VertexType*> &… in fitQuadricLocal()
531 typename std::vector<VertexType*>::iterator e = vv.end(); in fitQuadricLocal()
632 std::vector<VertexType*> vv; in updateCurvatureLocal()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/test/
H A DitkPolylineMask2DImageFilterTest.cxx71 using VertexType = InputPolylineType::VertexType; in itkPolylineMask2DImageFilterTest() typedef
74 VertexType v0; in itkPolylineMask2DImageFilterTest()
79 VertexType v1; in itkPolylineMask2DImageFilterTest()
84 VertexType v2; in itkPolylineMask2DImageFilterTest()
89 VertexType v3; in itkPolylineMask2DImageFilterTest()
135 VertexType ve; in itkPolylineMask2DImageFilterTest()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Dcell_attributes.h12 template <class VertexType>
13 … void Cell::ExportVertexAttribute(std::string attr_name, const unsigned int & i, VertexType & v ){ in ExportVertexAttribute()
29 template <class VertexType>
30 … void Cell::ImportVertexAttribute(std::string attr_name, const unsigned int & i, VertexType & v ){ in ImportVertexAttribute()
57 template <class VertexType>
58 void ImportVertex(Cell*c,VertexType & v, const unsigned int & pos){ in ImportVertex()
71 template <class VertexType>
72 void ExportVertex(Cell*c,VertexType & v, const unsigned int & pos){ in ExportVertex()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/edge/
H A Dcomponent.h46 …inline typename T::VertexType * & V( const int j ) { (void)j; assert(0); stati… in V()
47 …inline typename T::VertexType * const & V( const int j ) const { (void)j; assert(0); stati… in V()
48 …inline typename T::VertexType * cV( const int j ) const { (void)j; assert(0); stati… in cV()
116 typedef typename T::VertexType::CoordType CoordType;
117 typedef typename T::VertexType::ScalarType ScalarType;
130 inline typename T::VertexType * & V0( const int j ) { return V(j);} in V0()
131 inline typename T::VertexType * & V1( const int j ) { return V((j+1)%2);} in V1()
132 inline const typename T::VertexType * const & V0( const int j ) const { return V(j);} in V0()
133 inline const typename T::VertexType * const & V1( const int j ) const { return V((j+1)%2);} in V1()
134 inline const typename T::VertexType * const & cV0( const int j ) const { return cV(j);} in cV0()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/edge/
H A Dcomponent.h46 …inline typename T::VertexType * & V( const int j ) { (void)j; assert(0); stati… in V()
47 …inline typename T::VertexType * const & V( const int j ) const { (void)j; assert(0); stati… in V()
48 …inline typename T::VertexType * cV( const int j ) const { (void)j; assert(0); stati… in cV()
118 typedef typename T::VertexType::CoordType CoordType;
119 typedef typename T::VertexType::ScalarType ScalarType;
132 inline typename T::VertexType * & V0( const int j ) { return V(j);} in V0()
133 inline typename T::VertexType * & V1( const int j ) { return V((j+1)%2);} in V1()
134 inline const typename T::VertexType * const & V0( const int j ) const { return V(j);} in V0()
135 inline const typename T::VertexType * const & V1( const int j ) const { return V((j+1)%2);} in V1()
136 inline const typename T::VertexType * const & cV0( const int j ) const { return cV(j);} in cV0()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/delaunay-triangulation/
H A Dedge.h12 using VertexType = Vector2<T>;
14 Edge(const VertexType &p1, const VertexType &p2, T w=-1) : p1(p1), p2(p2), weight(w) {}; in p1()
18 VertexType p1;
19 VertexType p2;
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dharmonic.h36 typedef typename MeshType::VertexType VertexType; typedef
43 typedef typename std::pair<VertexType *, Scalar> Constraint;
236 VertexType * v0 = f.cV(edge); in CotangentWeight()
237 VertexType * v1 = f.cV((edge+1)%f.VN()); in CotangentWeight()
243 VertexType * vb = fp->cV((f.cFFi(edge)+2)%fp->VN()); in CotangentWeight()
248 VertexType * va = f.cV((edge+2)%f.VN()); in CotangentWeight()
256 static ScalarT ComputeAngle(const VertexType * a, const VertexType * b, const VertexType * c) in ComputeAngle()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dharmonic.h36 typedef typename MeshType::VertexType VertexType; typedef
43 typedef typename std::pair<VertexType *, Scalar> Constraint;
238 VertexType * v0 = f.cV(edge); in CotangentWeight()
239 VertexType * v1 = f.cV((edge+1)%f.VN()); in CotangentWeight()
245 VertexType * vb = fp->cV((f.cFFi(edge)+2)%fp->VN()); in CotangentWeight()
250 VertexType * va = f.cV((edge+2)%f.VN()); in CotangentWeight()
258 static ScalarT ComputeAngle(const VertexType * a, const VertexType * b, const VertexType * c) in ComputeAngle()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Dtetramesh.h53 typedef typename TetraType::VertexType VertexType; typedef
370 void _ChooseColorVertex(VertexType &v) in _ChooseColorVertex()
391 VertexType *v0=t.V(Tetra::VofF(face,0)); in _DrawFaceSmooth()
392 VertexType *v1=t.V(Tetra::VofF(face,1)); in _DrawFaceSmooth()
393 VertexType *v2=t.V(Tetra::VofF(face,2)); in _DrawFaceSmooth()
413 VertexType *v0=t.V(Tetra::VofF(face,0)); in _DrawFace()
414 VertexType *v1=t.V(Tetra::VofF(face,1)); in _DrawFace()
415 VertexType *v2=t.V(Tetra::VofF(face,2)); in _DrawFace()
443 VertexType *v0=t.V(Tetra::VofF(i,0)); in _DrawSmallTetra()
444 VertexType *v1=t.V(Tetra::VofF(i,1)); in _DrawSmallTetra()
[all …]
/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Dtetramesh.h53 typedef typename TetraType::VertexType VertexType; typedef
339 void _ChooseColorVertex(VertexType &v) in _ChooseColorVertex()
360 VertexType *v0=t.V(Tetra::VofF(face,0)); in _DrawFaceSmooth()
361 VertexType *v1=t.V(Tetra::VofF(face,1)); in _DrawFaceSmooth()
362 VertexType *v2=t.V(Tetra::VofF(face,2)); in _DrawFaceSmooth()
381 VertexType *v0=t.V(Tetra::VofF(face,0)); in _DrawFace()
382 VertexType *v1=t.V(Tetra::VofF(face,1)); in _DrawFace()
383 VertexType *v2=t.V(Tetra::VofF(face,2)); in _DrawFace()
428 VertexType *v0=t.V(Tetra::VofF(i,0)); in _DrawSmallTetra()
429 VertexType *v1=t.V(Tetra::VofF(i,1)); in _DrawSmallTetra()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/tetrahedron/
H A Dpos.h49 typedef typename TetraType::VertexType VertexType; typedef
64 VTIterator(VertexType * const vp) in VTIterator()
106 void VTStarVT( typename TetraType::VertexType* vp, in VTStarVT()
157 typedef typename TetraType::VertexType VertexType; typedef
310 VertexType *v0=T()->V(vcg::Tetra::VofE(E(),0)); in FlipT()
311 VertexType *v1=T()->V(vcg::Tetra::VofE(E(),1)); in FlipT()
314 VertexType *vcurr=T()->V(V()); in FlipT()
327 VertexType *vn0=nt->V(vcg::Tetra::VofE(ne0,0)); in FlipT()
328 VertexType *vn1=nt->V(vcg::Tetra::VofE(ne0,1)); in FlipT()
370 VertexType *vold=T()->V(V()); in NextT()
[all …]
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_simulator/
H A Dsimulator.h62 typedef VertexType_ VertexType; typedef
65 _vertex = new VertexType(); in BaseWorldObject()
68 if(! dynamic_cast<VertexType*>(vertex_)) in setVertex()
73 VertexType* vertex() { in vertex()
75 return dynamic_cast<VertexType*>(_vertex); in vertex()
120 typedef typename PoseObject::VertexType VertexType; typedef
169 typedef typename RobotType::PoseObject::VertexType PoseVertexType;
231 typedef typename RobotType::PoseObject::VertexType PoseVertexType;
234 typedef typename WorldObjectType::VertexType VertexType; typedef
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/
H A Dbase.h183 typedef typename TriMesh::VertexType VertexType;
582 template < class VertexType> bool VertexVectorHasVFAdjacency (const std::vector<VertexType> &) …
583 template < class VertexType> bool VertexVectorHasVEAdjacency (const std::vector<VertexType> &) …
584 template < class VertexType> bool VertexVectorHasVTAdjacency (const std::vector<VertexType> &) …
598 template < class VertexType> bool VertexVectorHasPerVertexQuality (const std::vector<VertexType
599 template < class VertexType> bool VertexVectorHasPerVertexNormal (const std::vector<VertexType
600 template < class VertexType> bool VertexVectorHasPerVertexColor (const std::vector<VertexType
601 template < class VertexType> bool VertexVectorHasPerVertexMark (const std::vector<VertexType
602 template < class VertexType> bool VertexVectorHasPerVertexFlags (const std::vector<VertexType
603 template < class VertexType> bool VertexVectorHasPerVertexRadius (const std::vector<VertexType
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb109.C21 template<class VertexType, class EdgeType>
27 typedef std::pair<VertexType, Successor> vertex;
41 template<class VertexType, class EdgeType>
42 ostream& operator<<(ostream& os, Graph<VertexType,EdgeType>& G)
50 typename Graph<VertexType, EdgeType>::Successor::iterator
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb109.C21 template<class VertexType, class EdgeType>
27 typedef std::pair<VertexType, Successor> vertex;
41 template<class VertexType, class EdgeType>
42 ostream& operator<<(ostream& os, Graph<VertexType,EdgeType>& G)
50 typename Graph<VertexType, EdgeType>::Successor::iterator
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb109.C21 template<class VertexType, class EdgeType>
27 typedef std::pair<VertexType, Successor> vertex;
41 template<class VertexType, class EdgeType>
42 ostream& operator<<(ostream& os, Graph<VertexType,EdgeType>& G)
50 typename Graph<VertexType, EdgeType>::Successor::iterator
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb109.C21 template<class VertexType, class EdgeType>
27 typedef std::pair<VertexType, Successor> vertex;
41 template<class VertexType, class EdgeType>
42 ostream& operator<<(ostream& os, Graph<VertexType,EdgeType>& G)
50 typename Graph<VertexType, EdgeType>::Successor::iterator

12345678910>>...33