Home
last modified time | relevance | path

Searched refs:VertexType (Results 226 – 250 of 825) sorted by relevance

12345678910>>...33

/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/vertex/
H A Dcomponent.h60 inline bool IsCoordEnabled() const { return TT::VertexType::HasCoord();} in IsCoordEnabled()
66 inline bool IsNormalEnabled() const { return TT::VertexType::HasNormal();} in IsNormalEnabled()
72 inline bool IsQualityEnabled() const { return TT::VertexType::HasQuality();} in IsQualityEnabled()
78 inline bool IsColorEnabled() const { return TT::VertexType::HasColor();} in IsColorEnabled()
85 inline bool IsMarkEnabled() const { return TT::VertexType::HasMark();} in IsMarkEnabled()
91 inline bool IsRadiusEnabled() const { return TT::VertexType::HasRadius();} in IsRadiusEnabled()
97 inline bool IsTexCoordEnabled() const { return TT::VertexType::HasTexCoord();} in IsTexCoordEnabled()
104 …bool IsVTInitialized() const {return static_cast<const typename TT::VertexType *>(this)->cVTi()!=-… in IsVTInitialized()
118 …bool IsVFInitialized() const {return static_cast<const typename TT::VertexType *>(this)->cVFi()!=-… in IsVFInitialized()
166 inline bool IsCurvatureEnabled() const { return TT::VertexType::HasCurvature();} in IsCurvatureEnabled()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dclosest.h84 typedef typename MESH_TYPE::VertexType VertexType; typedef
90 inline bool IsMarked(VertexType*) const { return false; } in IsMarked() argument
91 inline void Mark(VertexType*) const {} in Mark() argument
191 …e MESH::FaceType * GetClosestFaceNormal(MESH & mesh,GRID & gr,const typename MESH::VertexType & _p, in GetClosestFaceNormal()
198 typedef vcg::face::PointNormalDistanceFunctor<typename MESH::VertexType> PDistFunct; in GetClosestFaceNormal()
206 …typename MESH::VertexType * GetClosestVertex( MESH & mesh,GRID & gr,const typename GRID::CoordType… in GetClosestVertex()
222 …typename MESH::VertexType * GetClosestVertexScale( MESH & mesh,GRID & gr,const typename GRID::Coor… in GetClosestVertexScale()
230 typedef vcg::vertex::PointScaledDistanceFunctor<typename MESH::VertexType> VDistFunct; in GetClosestVertexScale()
239 …typename MESH::VertexType * GetClosestVertexNormal( MESH & mesh,GRID & gr,const typename MESH::Ver… in GetClosestVertexNormal()
247 typedef vcg::vertex::PointNormalDistanceFunctor<typename MESH::VertexType> VDistFunct; in GetClosestVertexNormal()
H A Dquadrangulator.h47 typedef typename TriMesh::VertexType TriVertexType;
52 typedef typename PolyMesh::VertexType PolyVertexType;
324 typedef typename MESH_TYPE::VertexType VertexType; typedef
330 void operator()(typename MESH_TYPE::VertexType &nv, in operator()
333 VertexType* v0=ep.f->V0(ep.z); in operator()
334 VertexType* v1=ep.f->V1(ep.z); in operator()
365 typedef typename MESH_TYPE::VertexType VertexType; typedef
375 VertexType* v0=ep.f->V0(ep.z); in operator()
376 VertexType* v1=ep.f->V1(ep.z); in operator()
H A Drefine_loop.h222 inline void addVertex(const typename MESH_TYPE::VertexType &v, LScalar w) { in addVertex()
265 inline void addVertex(const typename MESH_TYPE::VertexType &v, LScalar w) { in addVertex()
346 …ublic std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::VertexType>
361 … void operator()(typename MESH_TYPE::VertexType &nv, face::Pos<typename MESH_TYPE::FaceType> ep) { in operator()
365 typename MESH_TYPE::VertexType *l,*r,*u,*d; in operator()
433 …ublic std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::VertexType>
451 typename MESH_TYPE::VertexType *r, *l, *curr; in operator()
565 int evenFlag = MESH_TYPE::VertexType::NewBitFlag();
607 MESH_TYPE::VertexType::DeleteBitFlag(evenFlag);
H A Dpoint_sampling.h77 typedef typename MeshType::VertexType VertexType; typedef
141 typedef typename MeshType::VertexType VertexType; typedef
155 void AddVert(VertexType &p) in AddVert()
169 typedef typename MeshType::VertexType VertexType; typedef
213 typedef typename MeshType::VertexType VertexType; typedef
285 void AddVert(VertexType &p) in AddVert()
299 VertexType *nearestV=0; in AddSample()
346 typedef typename MeshType::VertexType VertexType; typedef
398 void AddVert(VertexType &p) in AddVert()
408 VertexType *nearestV=0; in AddVert()
[all …]
H A Drefine.h117 typedef typename MeshType::VertexType VertexType; typedef
118 void operator()(VertexType &, PosType ){} in operator()
132 typedef typename MESH_TYPE::VertexType VertexType; typedef
143 void operator()(VertexType &nv, PosType ep){ in operator()
145 VertexType *V0 = ep.V() ; in operator()
146 VertexType *V1 = ep.VFlip() ; in operator()
188 void operator()(typename MESH_TYPE::VertexType &nv, face::Pos<typename MESH_TYPE::FaceType> ep) in operator()
570 void operator()(typename MESH_TYPE::VertexType &nv, face::Pos<typename MESH_TYPE::FaceType> ep) in operator()
895 typedef typename TRIMESH_TYPE::VertexType VertexType; typedef
899 VertexType * vB, CenterPoint Center) in Apply()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/test/
H A DitkPathIteratorTest.cxx35 using VertexType = PathType::VertexType; in itkPathIteratorTest() typedef
89 VertexType v; in itkPathIteratorTest()
H A DitkPathFunctionsTest.cxx39 using VertexType = PolyLineParametricPathType::VertexType; in itkPathFunctionsTest() typedef
94 VertexType v; in itkPathFunctionsTest()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/
H A Diso_parametrization.h125 typedef typename MeshType::VertexType VertexType; in CopyMeshFromFacesAbs() typedef
129 std::map<VertexType*,VertexType*> vertexmap; in CopyMeshFromFacesAbs()
160 vertexmap.insert(std::pair<VertexType*,VertexType*>((*iteV),&new_mesh.vert[i])); in CopyMeshFromFacesAbs()
178 … typename std::map<VertexType*,VertexType*>::iterator iteMap=vertexmap.find(v); in CopyMeshFromFacesAbs()
192 typedef typename MeshType::VertexType VertexType; in CopyMeshFromVerticesAbs() typedef
204 std::map<VertexType*,VertexType*> vertexmap; in CopyMeshFromVerticesAbs()
227 VertexType* v0=(*iteF)->V(0); in CopyMeshFromVerticesAbs()
228 VertexType* v1=(*iteF)->V(1); in CopyMeshFromVerticesAbs()
229 VertexType* v2=(*iteF)->V(2); in CopyMeshFromVerticesAbs()
265 vertexmap.insert(std::pair<VertexType*,VertexType*>((*iteVI),&new_mesh.vert[i])); in CopyMeshFromVerticesAbs()
[all …]
H A Dstat_remeshing.h158 typename MeshType::VertexType* v0=(*Fi).cV0(i); in MaxMinEdge()
159 typename MeshType::VertexType* v1=(*Fi).cV1(i); in MaxMinEdge()
279 typedef typename MeshType::VertexType VertexType; in StatEdge() typedef
294 VertexType* v0=(*Fi).V(i); in StatEdge()
295 VertexType* v1=(*Fi).V((i+1)%3); in StatEdge()
/dports/science/InsightToolkit/ITK-5.0.1/Examples/DataRepresentation/Mesh/
H A DMeshKComplex.cxx89 using VertexType = itk::VertexCell< CellType >; in main() typedef
287 cellpointer.TakeOwnership( new VertexType ); in main()
291 cellpointer.TakeOwnership( new VertexType ); in main()
295 cellpointer.TakeOwnership( new VertexType ); in main()
299 cellpointer.TakeOwnership( new VertexType ); in main()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_texture/
H A Drastering.h68 void AddVert(CMeshO::VertexType &v) in AddVert()
95 v.C() = CMeshO::VertexType::ColorType(qRed(px), qGreen(px), qBlue(px), 255); in AddVert()
99 v.C() = CMeshO::VertexType::ColorType(255, 255, 255, 255); in AddVert()
133 CMeshO::VertexType::ColorType c;
159 typedef vcg::GridStaticPtr<CMeshO::VertexType, CMeshO::ScalarType > VertexMeshGrid;
275 CMeshO::VertexType *nearestV=0;
351 CMeshO::VertexType::ColorType c(0);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/test/
H A DitkPolylineMaskImageFilterTest.cxx100 using VertexType = inputPolylineType::VertexType; in itkPolylineMaskImageFilterTest() typedef
103 VertexType v; in itkPolylineMaskImageFilterTest()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geometry/
H A Dqgsvertexid.sip.in15 …d( int _part = -1, int _ring = -1, int _vertex = -1, Qgis::VertexType _type = Qgis::VertexType::Se…
56 Qgis::VertexType type;
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dquadrangulator.h47 typedef typename TriMesh::VertexType TriVertexType;
52 typedef typename PolyMesh::VertexType PolyVertexType;
323 typedef typename MESH_TYPE::VertexType VertexType; typedef
329 void operator()(typename MESH_TYPE::VertexType &nv, in operator()
332 VertexType* v0=ep.f->V0(ep.z); in operator()
333 VertexType* v1=ep.f->V1(ep.z); in operator()
366 typedef typename MESH_TYPE::VertexType VertexType; typedef
376 VertexType* v0=ep.f->V0(ep.z); in operator()
377 VertexType* v1=ep.f->V1(ep.z); in operator()
H A Drefine_loop.h219 inline void addVertex(const typename MESH_TYPE::VertexType &v, LScalar w) { in addVertex()
262 inline void addVertex(const typename MESH_TYPE::VertexType &v, LScalar w) { in addVertex()
343 …ublic std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::VertexType>
358 … void operator()(typename MESH_TYPE::VertexType &nv, face::Pos<typename MESH_TYPE::FaceType> ep) { in operator()
362 typename MESH_TYPE::VertexType *l,*r,*u,*d; in operator()
430 …ublic std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::VertexType>
448 typename MESH_TYPE::VertexType *r, *l, *curr; in operator()
562 int evenFlag = MESH_TYPE::VertexType::NewBitFlag();
604 MESH_TYPE::VertexType::DeleteBitFlag(evenFlag);
H A Dpoint_sampling.h75 typedef typename MeshType::VertexType VertexType; typedef
140 typedef typename MeshType::VertexType VertexType; typedef
155 void AddVert(VertexType &p) in AddVert()
178 typedef typename MeshType::VertexType VertexType; typedef
222 typedef typename MeshType::VertexType VertexType; typedef
294 void AddVert(VertexType &p) in AddVert()
308 VertexType *nearestV=0; in AddSample()
355 typedef typename MeshType::VertexType VertexType; typedef
407 void AddVert(VertexType &p) in AddVert()
417 VertexType *nearestV=0; in AddVert()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editrgbtri/
H A DtopologicalOp.h75 typedef typename FaceType::VertexType VertexType; typedef
77 typedef typename FaceType::VertexType* VertexPointer;
83 typedef typename FaceType::VertexType::CoordType CoordType;
85 typedef typename TriMeshType::VertexType::ScalarType ScalarType;
267 if (VertexType::HasVFAdjacency())
584 if (VertexType::HasVFAdjacency())
840 typedef typename FaceType::VertexType VertexType; in CheckFlipEdge() typedef
841 VertexType *f_v2 = f.V2(z); in CheckFlipEdge()
842 VertexType *g_v2 = g->V2(w); in CheckFlipEdge()
H A DrgbPrimitives.h49 typedef FaceType::VertexType VertexType; typedef
51 typedef FaceType::VertexType* VertexPointer;
57 typedef FaceType::VertexType::CoordType CoordType;
59 typedef TriMeshType::VertexType::ScalarType ScalarType;
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/vertex/
H A Dcomponent.h60 inline bool IsCoordEnabled() const { return TT::VertexType::HasCoord();} in IsCoordEnabled()
66 inline bool IsNormalEnabled() const { return TT::VertexType::HasNormal();} in IsNormalEnabled()
72 inline bool IsQualityEnabled() const { return TT::VertexType::HasQuality();} in IsQualityEnabled()
78 inline bool IsColorEnabled() const { return TT::VertexType::HasColor();} in IsColorEnabled()
85 inline bool IsMarkEnabled() const { return TT::VertexType::HasMark();} in IsMarkEnabled()
91 inline bool IsRadiusEnabled() const { return TT::VertexType::HasRadius();} in IsRadiusEnabled()
97 inline bool IsTexCoordEnabled() const { return TT::VertexType::HasTexCoord();} in IsTexCoordEnabled()
110 …bool IsVFInitialized() const {return static_cast<const typename TT::VertexType *>(this)->cVFi()!=-… in IsVFInitialized()
123 …bool IsVEInitialized() const {return static_cast<const typename TT::VertexType *>(this)->cVEi()!=-… in IsVEInitialized()
158 inline bool IsCurvatureEnabled() const { return TT::VertexType::HasCurvature();} in IsCurvatureEnabled()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/parametrization/
H A Duv_utils.h40 typedef typename MeshType::VertexType VertexType; typedef
188 VertexType *v0=(*fi).V(0);
189 VertexType *v1=(*fi).V1(0);
190 VertexType *v2=(*fi).V2(0);
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/update/
H A Dcurvature.h59 typedef typename MeshType::VertexType VertexType; typedef
64 typedef typename MeshType::VertexType::CurScalarType CurScalarType;
65 typedef typename MeshType::VertexType::CurVecType CurVecType;
71 VertexType * vert;
101 VertexType * central_vertex = &(*vi); in PrincipalDirections()
109 VertexType* firstV = pos.VFlip(); in PrincipalDirections()
110 VertexType* tempV; in PrincipalDirections()
276 typedef vcg::GridStaticPtr <VertexType, ScalarType > PointsGridType;
280 std::vector<VertexType*> closests;
320 PointsGridType,std::vector<VertexType*>,
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/update/
H A Dcurvature.h57 typedef typename MeshType::VertexType VertexType; typedef
62 typedef typename MeshType::VertexType::CurScalarType CurScalarType;
63 typedef typename MeshType::VertexType::CurVecType CurVecType;
69 VertexType * vert;
99 VertexType * central_vertex = &(*vi); in PrincipalDirections()
107 VertexType* firstV = pos.VFlip(); in PrincipalDirections()
108 VertexType* tempV; in PrincipalDirections()
274 typedef vcg::GridStaticPtr <VertexType, ScalarType > PointsGridType;
278 std::vector<VertexType*> closests;
318 PointsGridType,std::vector<VertexType*>,
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkPolylineMaskImageFilter.hxx172 using VertexType = typename TPolyline::VertexType; in GenerateData() typedef
365 VertexType startIndex; in GenerateData()
366 VertexType endIndex; in GenerateData()
367 VertexType projectionIndex; in GenerateData()
368 VertexType pstartIndex; in GenerateData()
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/network/wash/
H A Dwash.h7 typedef enum {NONE,JUNCTION=1,RESERVOIR=2,VALVE=3,DEMAND=4,INFLOW=5,STAGE=6,TANK=7} VertexType; typedef
26 VertexType type;

12345678910>>...33