Home
last modified time | relevance | path

Searched refs:queryShape (Results 1 – 5 of 5) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/iterator/
H A Dquery_shape.go39 type queryShape struct { struct
49 s := &queryShape{
60 func (s *queryShape) AddNode(n *Node) { argument
64 func (s *queryShape) AddLink(l *Link) { argument
68 func (s *queryShape) LastHasa() (int, quad.Direction) { argument
72 func (s *queryShape) PushHasa(i int, d quad.Direction) { argument
77 func (s *queryShape) RemoveHasa() { argument
82 func (s *queryShape) StealNode(left *Node, right *Node) { argument
111 func (s *queryShape) MakeNode(it graph.Iterator) *Node { argument
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/xcode/ObjectiveChipmunkTests/
H A DSpaceTest.m166 ChipmunkShape *queryShape = [ChipmunkCircleShape circleWithBody:queryBody radius:1 offset:cpvzero];
169 set = shapeQueryInfoToShapes([space shapeQueryAll:queryShape]);
173 set = shapeQueryInfoToShapes([space shapeQueryAll:queryShape]);
177 set = shapeQueryInfoToShapes([space shapeQueryAll:queryShape]);
181 set = shapeQueryInfoToShapes([space shapeQueryAll:queryShape]);
184 cpSpaceShapeQuery_b(space.space, queryShape.shape, ^(cpShape *shape, cpContactPointSet *points){
190 set = shapeQueryInfoToShapes([space shapeQueryAll:queryShape]);
194 set = shapeQueryInfoToShapes([space shapeQueryAll:queryShape]);
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/Subshape/
H A DSubshapeAligner.py342 queryMol, queryShape = pickle.load(f) variable
346 algs = aligner.GetSubshapeAlignments(tgtMol, tgtShape, queryMol, queryShape, builder)
353 SubshapeObjects.DisplaySubshape(v, queryShape, 'query_shape', color=(.2, .2, .8))
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmclient.h304 void queryShape();
H A Dwmclient.cc92 queryShape(); in YFrameClient()
777 void YFrameClient::queryShape() { in queryShape() function in YFrameClient