Home
last modified time | relevance | path

Searched refs:VertexType (Results 1 – 25 of 825) sorted by last modified time

12345678910>>...33

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DSSkinMeshBuffer.h47 switch (VertexType) in getVertex()
61 switch (VertexType) in getVertices()
75 switch (VertexType) in getVertices()
89 switch (VertexType) in getVertexCount()
145 switch (VertexType) in recalculateBoundingBox()
189 return VertexType; in getVertexType()
247 switch (VertexType) in getPosition()
261 switch (VertexType) in getPosition()
275 switch (VertexType) in getNormal()
289 switch (VertexType) in getNormal()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOctreeSceneNode.h94 video::E_VERTEX_TYPE VertexType; variable
H A DCB3DMeshFileLoader.cpp514 if (meshBuffer->VertexType == video::EVT_STANDARD) in readChunkTRIS()
H A DCDMFLoader.cpp165 meshBuffer->VertexType=video::EVT_2TCOORDS; in createMesh()
H A DCXMeshFileLoader.cpp319 mesh->Buffers[i]->VertexType=video::EVT_2TCOORDS; in load()
H A DCOctreeSceneNode.cpp26 TangentsOctree(0), VertexType((video::E_VERTEX_TYPE)-1), in COctreeSceneNode()
94 if (VertexType == -1 || !driver) in render()
121 switch (VertexType) in render()
356 VertexType = video::EVT_STANDARD; in createTree()
365 VertexType = video::EVT_2TCOORDS; in createTree()
367 VertexType = video::EVT_TANGENTS; in createTree()
372 switch(VertexType) in createTree()
/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/YAPB++/source/library/
H A Dgraph.hpp166 template<typename VertexType, GraphDirected directed>
169 vec1<vec1<VertexType> > edges;
171 Graph(const vec1<vec1<VertexType> >& _points_in, int domain) in Graph()
191 VertexType edge(i, _points[i][j].colour()); in Graph()
207 const vec1<VertexType>& neighbours(int i) const in neighbours()
217 template<typename VertexType>
226 VertexType operator()(const VertexType& v) const in operator ()()
228 VertexType mapvert((*p)[v.target()], v.colour()); in operator ()()
237 template<typename VertexType, GraphDirected directed>
238 class PermutedGraph<Graph<VertexType, directed> >
[all …]
/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/YAPB++/source/constraints/
H A Dedgecolouredgraph.hpp142 template<typename VertexType, GraphDirected directed = GraphDirected_yes>
145 Graph<VertexType, directed> points;
152 { return "Graph<" + VertexType::type() + ">"; } in name()
155 EdgeColouredGraph(const vec1<vec1<VertexType> >& _points, GraphConfig gc, PartitionStack* ps) in EdgeColouredGraph()
223 const vec1<VertexType>& p_i = points.neighbours(i); in verifySolution()
224 vec1<VertexType> image_set; in verifySolution()
228 image_set.push_back(VertexType(pnt_image, edge.colour())); in verifySolution()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_feature_alignment/
H A Dfeature_rgb.h34 typedef typename MeshType::VertexType VertexType; typedef
43 FeatureRGB(VertexType& v);
63 inline FeatureRGB<MESH_TYPE,dim>::FeatureRGB(VertexType& v):pos(v.P()),normal(v.N()) in FeatureRGB()
H A Dfeature_alignment.h78 typedef typename MeshType::VertexType VertexType; typedef
98 vector<VertexType*> sampleVec;
100 void AddVert(VertexType &p){ sampleVec.push_back(&p); } in AddVert()
H A Dfeature_msc.h56 typedef typename MeshType::VertexType VertexType; typedef
65 SmoothCurvatureFeature(VertexType& v);
90 inline SmoothCurvatureFeature<MESH_TYPE,dim>::SmoothCurvatureFeature(VertexType& v):pos(v.P()),norm… in SmoothCurvatureFeature()
554 typedef typename MeshType::VertexType VertexType; typedef
563 APSSCurvatureFeature(VertexType& v);
589 inline APSSCurvatureFeature<MESH_TYPE,dim>::APSSCurvatureFeature(VertexType& v):pos(v.P()),normal(v… in APSSCurvatureFeature()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/edit_topo/
H A Dedit_topomeshbuilder.h102 void operator()(typename MESH_TYPE::VertexType &nv, face::Pos<typename MESH_TYPE::FaceType> ep) in operator()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/io_renderman/
H A Dexport_rib.h26 typedef typename SaveMeshType::VertexType VertexType; typedef
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_shape/
H A Dplatonic.h702 typename MeshType::VertexType tv; in Build()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_waffle/
H A Dfilter_waffle_functors.h75 void operator()(typename MESH_TYPE::VertexType &nv, face::Pos<typename MESH_TYPE::FaceType> ep) in operator()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_hqrender/
H A Dexport_rib.h26 typedef typename SaveMeshType::VertexType VertexType; typedef
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/edit_virtual_scan/vs/
H A Dsimple_renderer.h95 typedef typename MeshType::VertexType VertexType; typedef
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_decompose/
H A Dgraph_builder.h16 typedef typename MeshType::VertexType VertexType; typedef
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/edit_fit/
H A Dprimitive.h42 typedef vcg::GridStaticPtr<CMeshO::VertexType> GridType;
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editrgbtri/
H A DmodButterfly.h44 typedef FaceType::VertexType VertexType; typedef
46 typedef FaceType::VertexType* VertexPointer;
52 typedef FaceType::VertexType::CoordType CoordType;
54 typedef TriMeshType::VertexType::ScalarType ScalarType;
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;
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 DcontrolPoint.h44 typedef FaceType::VertexType VertexType; typedef
46 typedef FaceType::VertexType* VertexPointer;
52 typedef FaceType::VertexType::CoordType CoordType;
54 typedef TriMeshType::VertexType::ScalarType ScalarType;
H A DinteractiveEdit.h127 typedef FaceType::VertexType VertexType; typedef
129 typedef FaceType::VertexType* VertexPointer;
135 typedef FaceType::VertexType::CoordType CoordType;
137 typedef TriMeshType::VertexType::ScalarType ScalarType;
H A DrgbInfo.h310 typedef typename FaceType::VertexType VertexType; typedef
312 typedef typename FaceType::VertexType* VertexPointer;
316 typedef typename VertexType::ScalarType ScalarType;
317 typedef typename VertexType::CoordType CoordType;
829 typedef typename FaceType::VertexType VertexType; typedef
831 typedef typename FaceType::VertexType* VertexPointer;
835 typedef typename VertexType::ScalarType ScalarType;
836 typedef typename VertexType::CoordType CoordType;
862 inline VertexType& vert() in vert()
981 inline VertexType* vp() in vp()

12345678910>>...33