Home
last modified time | relevance | path

Searched defs:nVertices (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/test/jts/perf/operation/relate/
H A DRelateMonotoneLinesPerfTest.java59 int nVertices = runSize * DENSIFY_FACTOR; in startRun() local
67 private LineString createLine(String wkt, int nVertices) { in createLine()
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/
H A DSoftMeshShape.cpp106 int nVertices = mSoftBodyNode->getNumPointMasses(); in _buildMesh() local
143 std::size_t nVertices = mSoftBodyNode->getNumPointMasses(); in update() local
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/meshes3d/
H A DremoveMeshEars.m53 nVertices = size(vertices, 1); variable
H A DremoveMeshVertices.m60 nVertices = size(vertices, 1); variable
H A DwriteMesh_off.m65 nVertices = size(vertices, 1); variable
H A DcreateStellatedMesh.m48 nVertices = size(vertices, 1); variable
H A DreadMesh_off.m75 nVertices = vals(1); variable
H A DwriteMesh_ply.m78 nVertices = size(vertices, 1); variable
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dspheremesh.h50 int nVertices; variable
H A Dvertexbuf.h64 uint32 nVertices; variable
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dspheremesh.h50 int nVertices; variable
H A Dvertexbuf.h64 uint32 nVertices; variable
/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/readers/
H A DPolygonFileReader.java35 protected int nVertices; field in PolygonFileReader
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/vis/
H A Dbmsh3d_vis_utils.cxx345 unsigned int nVertices = vertices.size(); in draw_polyline_geom() local
365 SoSeparator* draw_polyline (const float** vertices, const unsigned int nVertices, in draw_polyline()
389 void draw_polyline_geom (SoGroup* root, SbVec3f* vertices, const unsigned int nVertices) in draw_polyline_geom()
420 SoSeparator* draw_filled_polygon (SbVec3f* vertices, const unsigned int nVertices, in draw_filled_polygon()
437 SoSeparator* draw_filled_polygon (float** vertices, const unsigned int nVertices, in draw_filled_polygon()
460 void draw_filled_polygon_geom_ (SoGroup* root, SbVec3f* vertices, const unsigned int nVertices) in draw_filled_polygon_geom_()
489 unsigned int nVertices = lines.size() * 2; in draw_line_set_geom() local
H A Dbmsh3d_vis_face.cxx31 const unsigned int nVertices = F->vertices().size(); in _draw_F_ifs_geom() local
66 const unsigned int nVertices = vertices.size(); in _draw_F_mhe_geom() local
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/
H A DnVertices.h29 nVertices(const nVertices& In) {*this = In;} //copy constructor in nVertices() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/examples/contour_tree/
H A DContourTreeMesh2D.cxx101 std::size_t nVertices = static_cast<std::size_t>(vdims[0] * vdims[1]); in main() local
H A DContourTreeMesh3D.cxx102 std::size_t nVertices = static_cast<std::size_t>(vdims[0] * vdims[1] * vdims[2]); in main() local
/dports/science/libssm/ssm-1.4.0/ssm/
H A Dssm_graph.h186 int nVertices,nEdges; variable
/dports/devel/shapelib/shapelib-1.5.0/
H A Dshpadd.c116 int nShapeType, nVertices, nParts, *panParts, i, nVMax; in main() local
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Dmmg.cpp15 int nVertices = Th.nv; in ffmesh_to_MMG5_pMesh() local
55 int nVertices = Th.nv; in ffmesh_to_MMG5_pMesh() local
90 int nVertices = 0; in MMG5_pMesh_to_ffmesh() local
161 int nVertices = 0; in MMG5_pMesh_to_ffmesh() local
/dports/devel/spark/spark-2.1.1/graphx/src/test/scala/org/apache/spark/graphx/lib/
H A DPageRankSuite.scala68 val nVertices = 100 constant
96 val nVertices = 100 constant
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/polygons2d/
H A DpolygonSkeleton.m81 nVertices = size(V, 1); variable
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/b2d_convexdecomp/
H A Db2Polygon.h50 int32 nVertices; variable
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/b2d_convexdecomp/
H A Db2Polygon.h50 int32 nVertices; variable

1234567891011