Home
last modified time | relevance | path

Searched refs:BSPTree (Results 76 – 100 of 136) sorted by relevance

123456

/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/list/
H A DlistP.h46 extern List *ListBSPTree(List *list, BSPTree *bsptree, int action);
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/quad/
H A Dquad.h47 extern Quad *QuadBSPTree(Quad *quad, BSPTree *bsptree, int action);
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DPolyhedronsSetTest.java39 import org.apache.commons.math3.geometry.partitioning.BSPTree;
173 public Order visitOrder(BSPTree<Euclidean3D> node) { in testIsometry()
177 public void visitInternalNode(BSPTree<Euclidean3D> node) { in testIsometry()
189 public void visitLeafNode(BSPTree<Euclidean3D> node) { in testIsometry()
315 PolyhedronsSet ps = new PolyhedronsSet(new BSPTree<Euclidean3D>(), 1.0e-10); in testWrongUsage()
/dports/math/gfan/gfan0.6.2/src/
H A Dbsptree.h27 class BSPTree
218BSPTree(int n_, vector<SmallCone> const &theCones_, PolyhedralCone const *restrictingCone=0, bool …
H A Dapp_resultantfan.cpp194 vector<BSPTree::SmallCone> a=BSPTree::buildPointers(F); in mainForProjection()
195 BSPTree tree(n,a,0,false); in mainForProjection()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dbsptree.h27 class BSPTree
218BSPTree(int n_, vector<SmallCone> const &theCones_, PolyhedralCone const *restrictingCone=0, bool …
H A Dapp_resultantfan.cpp194 vector<BSPTree::SmallCone> a=BSPTree::buildPointers(F); in mainForProjection()
195 BSPTree tree(n,a,0,false); in mainForProjection()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/geom/
H A Dgeomclass.h74 typedef Geom *GeomBSPTreeFunc(Geom *object, BSPTree *tree, int action);
196 BSPTree *bsptree
H A Dnodedata.h51 const BSPTree *node_tree; /* BSP-tree we belong to, if any */
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/mesh/
H A Dmesh.h57 extern Mesh *MeshBSPTree(Mesh *mesh, BSPTree *bsptree, int action);
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/sphere/
H A Dspheredraw.c59 Sphere *SphereBSPTree(Sphere *sphere, BSPTree *bsptree, int action) in SphereBSPTree()
H A DsphereP.h74 extern Sphere *SphereBSPTree(Sphere *sphere, BSPTree *bsptree, int action);
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/include/mirtk/
H A DClosestCell.h44 enum LocatorType { Default, CellTree, BSPTree, OBBTree }; enumerator
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/bezier/
H A Dbezier.h61 Bezier *BezierBSPTree(Bezier *bezier, BSPTree *tree, int action);
H A Dbezdraw.c74 Bezier *BezierBSPTree(Bezier *bezier, BSPTree *bsptree, int action) in BezierBSPTree()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/ndmesh/
H A Dndmeshclass.c45 extern NDMesh *NDMeshBSPTree(NDMesh *mesh, BSPTree *tree, int action);
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/inst/
H A Dinst.h68 extern Inst *InstBSPTree(Inst *inst, BSPTree *tree, int action);
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/npolylist/
H A Dnplclass.c52 extern NPolyList *NPolyListBSPTree(NPolyList *mesh, BSPTree *tree, int action);
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/polylist/
H A DpolylistP.h106 extern PolyList *PolyListBSPTree(PolyList *poly, BSPTree *bsptree, int action);
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DInsideFinder.java60 public void recurseSides(final BSPTree<S> node, final SubHyperplane<S> sub) { in recurseSides()
/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/
H A DvtkCachingInterpolatedVelocityField.h191 vtkSmartPointer<vtkAbstractCellLocator> BSPTree; variable
/dports/math/vtk6/VTK-6.2.0/Filters/FlowPaths/
H A DvtkCachingInterpolatedVelocityField.h171 vtkSmartPointer<vtkAbstractCellLocator> BSPTree; variable
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkCachingInterpolatedVelocityField.h194 vtkSmartPointer<vtkAbstractCellLocator> BSPTree; variable
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/opengl/
H A DmgopenglP.h160 extern void mgopengl_bsptree(BSPTree *bsptree);
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/common/
H A DmgP.h198 extern void mg_bsptree(struct BSPTree *bsptree);

123456