Home
last modified time | relevance | path

Searched refs:VertexType (Results 176 – 200 of 825) sorted by relevance

12345678910>>...33

/dports/devel/vcglib/vcglib-2020.09/wrap/nanoply/include/
H A DnanoplyWrapper.hpp37 typedef typename MeshType::VertexType VertexType; typedef in nanoply::NanoPlyWrapper
41 typedef typename MeshType::VertexType::ColorType VertexColorType;
43 typedef typename MeshType::VertexType::QualityType VertexQuality;
44 typedef typename MeshType::VertexType::RadiusType VertexRadius;
45 typedef typename MeshType::VertexType::FlagType VertexFlag;
48 typedef typename MeshType::VertexType::CurvatureType VertexCurType;
666 typedef typename T::VertexType VType;
966 VertexType::Name(nameList); in LoadModel()
972 if ((bitMask & BitMask::IO_VERTCOORD) && VertexType::HasCoord()) in LoadModel()
1335 VertexType::Name(nameList); in SaveModel()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/
H A Dused_types.h62 typedef _Vertex VertexType; // simplex types typedef
71 typedef VertexType * VertexPointer;
84 …template <class T> struct AsVertexType: public T{typedef A VertexType; typedef VertexType * Vertex… typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/test/
H A DitkPathToChainCodePathFilterTest.cxx31 using VertexType = InPathType::VertexType; in itkPathToChainCodePathFilterTest() typedef
39 VertexType v; in itkPathToChainCodePathFilterTest()
H A DitkChainCodeToFourierSeriesPathFilterTest.cxx34 using VertexType = PolyLinePathType::VertexType; in itkChainCodeToFourierSeriesPathFilterTest() typedef
46 VertexType v; in itkChainCodeToFourierSeriesPathFilterTest()
H A DitkOrthogonallyCorrected2DParametricPathTest.cxx32 using VertexType = OriginalPathType::VertexType; in itkOrthogonallyCorrected2DParametricPathTest() typedef
40 VertexType v; in itkOrthogonallyCorrected2DParametricPathTest()
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_simulator/
H A Dsensor_pointxy.cpp46 VertexType* v=to->vertex(); in isVisible()
47 VertexType::EstimateType pose=v->estimate(); in isVisible()
48 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsensor_pointxy_bearing.cpp49 VertexType* v=to->vertex(); in isVisible()
50 VertexType::EstimateType pose=v->estimate(); in isVisible()
51 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsensor_line3d.cpp44 VertexType* v = to->vertex(); in isVisible()
45 VertexType::EstimateType pose = v->estimate(); in isVisible()
46 VertexType::EstimateType delta = _sensorPose.inverse() * pose; in isVisible()
H A Dsensor_pointxyz.cpp46 VertexType* v = to->vertex(); in isVisible()
47 VertexType::EstimateType pose = v->estimate(); in isVisible()
48 VertexType::EstimateType delta = _sensorPose.inverse() * pose; in isVisible()
H A Dsensor_pose2d.cpp45 VertexType* v=to->vertex(); in isVisible()
46 VertexType::EstimateType pose=v->estimate(); in isVisible()
47 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsensor_pointxy_offset.cpp46 VertexType* v=to->vertex(); in isVisible()
47 VertexType::EstimateType pose=v->estimate(); in isVisible()
48 VertexType::EstimateType delta = _sensorPose.inverse()*pose; in isVisible()
H A Dsensor_pointxyz_depth.cpp45 VertexType* v = to->vertex(); in isVisible()
46 VertexType::EstimateType pose = v->estimate(); in isVisible()
47 VertexType::EstimateType delta = _sensorPose.inverse() * pose; in isVisible()
H A Dsensor_pointxyz_disparity.cpp45 VertexType* v=to->vertex(); in isVisible()
46 VertexType::EstimateType pose=v->estimate(); in isVisible()
47 VertexType::EstimateType delta = _sensorPose.inverse()*pose; in isVisible()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Dvcg_mesh.h52 template <class VertexType>
57 template <class VertexType>
58 OVertex(const VertexType & v){ p =v.P();} in OVertex()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Doverlap_estimation.h55 typedef typename MeshType::VertexType VertexType; typedef
60 typedef GridStaticPtr<VertexType, ScalarType > MeshGrid;
73 vector<VertexType*> sampleVec;
75 … void AddVert(VertexType &p){ sampleVec.push_back(&p); } //this function is the only we really need in AddVert()
201 VertexType* closestVertex = NULL; //pointer to the closest vertex in Check()
H A Dcylinder_clipping.h148 typedef typename MeshType::VertexType VertexType; typedef
203 VertexType *v0 = ep.V(); in operator()
204 VertexType *v1 = ep.VFlip(); in operator()
288 void operator()(VertexType &nv, PosType ep) in operator()
291 VertexType *v0 = ep.V(); in operator()
292 VertexType *v1 = ep.VFlip(); in operator()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Doverlap_estimation.h55 typedef typename MeshType::VertexType VertexType; typedef
60 typedef GridStaticPtr<VertexType, ScalarType > MeshGrid;
73 vector<VertexType*> sampleVec;
75 … void AddVert(VertexType &p){ sampleVec.push_back(&p); } //this function is the only we really need in AddVert()
201 VertexType* closestVertex = NULL; //pointer to the closest vertex in Check()
H A Dcylinder_clipping.h148 typedef typename MeshType::VertexType VertexType; typedef
203 VertexType *v0 = ep.V(); in operator()
204 VertexType *v1 = ep.VFlip(); in operator()
288 void operator()(VertexType &nv, PosType ep) in operator()
291 VertexType *v0 = ep.V(); in operator()
292 VertexType *v1 = ep.VFlip(); in operator()
/dports/devel/vcglib/vcglib-2020.09/wrap/dae/
H A Dpoly_triangulator.h38 typedef typename FaceType::BaseVertexType VertexType; typedef
39 typedef VertexType* VertexPointer;
40 typedef typename std::vector<VertexType>::iterator VertexIterator;
45 std::vector<VertexType> vert;
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/dae/
H A Dpoly_triangulator.h38 typedef typename FaceType::BaseVertexType VertexType; typedef
39 typedef VertexType* VertexPointer;
40 typedef typename std::vector<VertexType>::iterator VertexIterator;
45 std::vector<VertexType> vert;
/dports/devel/vcglib/vcglib-2020.09/wrap/io_tetramesh/
H A Dexport_tet.h48 typedef typename SaveMeshType::VertexType VertexType; typedef
88 ForEachVertex(m, [&] (VertexType & v) { in Save()
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/common/
H A Dstructuredgridfactory.hh77 typedef typename Element::Geometry::GlobalCoordinate VertexType; typedef in Dune::StructuredGridFactory::SimplePartitioner
84 typedef SpaceFillingCurveOrdering< VertexType > SpaceFillingCurveOrderingType;
89 const VertexType& lowerLeft, const VertexType& upperRight ) in SimplePartitioner()
104 VertexType center = (*it).geometry().center(); in SimplePartitioner()
125 VertexType center = entity.geometry().center(); in index()
139 VertexType center = entity.geometry().center(); in rank()
228 SpaceFillingCurveOrdering< VertexType > sfc_;
/dports/math/combblas/CombBLAS_beta_16_2/BipartiteMatchings/
H A DBPMaximalMatching.cpp42 struct VertexType struct
45 VertexType(int64_t p=-1, int64_t r=-1, int16_t pr=0){parent=p; root = r; prob = pr;}; in VertexType() argument
47 friend bool operator<(const VertexType & vtx1, const VertexType & vtx2 ) in operator <()
52 …friend bool operator==(const VertexType & vtx1, const VertexType & vtx2 ){return vtx1.parent==vtx2… in operator ==()
53 …friend ostream& operator<<(ostream& os, const VertexType & vertex ){os << "(" << vertex.parent << … in operator <<()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/parametrization/
H A Duv_utils.h36 typedef typename MeshType::VertexType VertexType; typedef
126 VertexType *v0=(*fi).V(0);
127 VertexType *v1=(*fi).V1(0);
128 VertexType *v2=(*fi).V2(0);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dglobal-route-manager-impl.h78 enum VertexType { enum
134 VertexType GetVertexType (void) const;
145 void SetVertexType (VertexType type);
529 VertexType m_vertexType; //!< Vertex type

12345678910>>...33