Home
last modified time | relevance | path

Searched refs:TreePtr (Results 1 – 25 of 38) sorted by relevance

12

/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dtreemgr.h132 NLM_EXTERN TreePtr tree_new(void);
137 NLM_EXTERN Boolean tree_delete(TreePtr tree);
142 NLM_EXTERN Boolean tree_save(TreePtr tree, CharPtr filename);
147 NLM_EXTERN TreePtr tree_restore(CharPtr filename);
160 NLM_EXTERN TreeCursorPtr tree_openCursor(TreePtr tree, VoidPtr userDataPointer, TreeCursorCBFunc ca…
295 NLM_EXTERN TreeGetFunc tree_setGetNodeFunc(TreePtr tree, TreeGetFunc GetNodeFunction);
306 NLM_EXTERN TreeUpdateFunc tree_setUpdateNodeFunc(TreePtr tree, TreeUpdateFunc UpdateNodeFunction);
314 NLM_EXTERN TreeSaveFunc tree_setSaveNodeFunc(TreePtr tree, TreeSaveFunc SaveNodeFunction);
327 NLM_EXTERN Int2 tree_addSpy(TreePtr tree, TreeSpyFunc spy, VoidPtr spy_data);
332 NLM_EXTERN VoidPtr tree_getSpyData(TreePtr tree, Int2 spy_id);
[all …]
H A Dtree.c181 NLM_EXTERN TreeCursorPtr tree_openCursor(TreePtr tree, in tree_openCursor()
818 NLM_EXTERN TreePtr tree_new(void) in tree_new()
820 TreePtr ntree; in tree_new()
824 if((ntree= (TreePtr)MemNew(sizeof(Tree))) == NULL) { in tree_new()
893 NLM_EXTERN Boolean tree_delete(TreePtr tree) in tree_delete()
953 NLM_EXTERN Boolean tree_save(TreePtr tree, CharPtr filename) in tree_save()
1027 NLM_EXTERN TreePtr tree_restore(CharPtr filename) in tree_restore()
1029 TreePtr ntree; in tree_restore()
1038 if((ntree= (TreePtr)MemNew(sizeof(Tree))) == NULL) { in tree_restore()
1334 NLM_EXTERN VoidPtr tree_getSpyData(TreePtr tree, Int2 spy_id) in tree_getSpyData()
[all …]
H A Dtree.h142 typedef struct t_Tree Tree, PNTR TreePtr; typedef
144 typedef void (*TreeSpyFunc)(TreePtr, Int2, TreeEvent, _NodeId, _NodeId, VoidPtr, Int2);
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/lexyacc/lex_prefix/
H A Dtypes.h35 using TreePtr = std::shared_ptr<Tree>; variable
38 std::vector<TreePtr> children;
41 for (const TreePtr &t : children) in print()
45 struct YaccType { TreePtr t; std::string s; };
47 extern TreePtr root;
H A Dparser.y22 TreePtr root;
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/lexyacc/one-grammar/
H A Dtypes.h35 using TreePtr = std::shared_ptr<Tree>; variable
38 std::vector<TreePtr> children;
41 for (const TreePtr &t : children) in print()
45 struct YaccType { TreePtr t; std::string s; };
47 extern TreePtr root;
H A Dparser.y21 TreePtr root;
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/lexyacc/lex_outfile/
H A Dtypes.h35 using TreePtr = std::shared_ptr<Tree>; variable
38 std::vector<TreePtr> children;
41 for (const TreePtr &t : children) in print()
45 struct YaccType { TreePtr t; std::string s; };
47 extern TreePtr root;
H A Dparser.y21 TreePtr root;
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/lexyacc/yacc_output/
H A Dtypes.h35 using TreePtr = std::shared_ptr<Tree>; variable
38 std::vector<TreePtr> children;
41 for (const TreePtr &t : children) in print()
45 struct YaccType { TreePtr t; std::string s; };
47 extern TreePtr root;
H A Dparser.y22 TreePtr root;
/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dgenmove.cc87 node = TreePtr[ply + 1]; in GenMoves()
296 TreePtr[ply + 1] = node; in GenMoves()
297 GenCnt += TreePtr[ply + 1] - TreePtr[ply]; in GenMoves()
318 node = TreePtr[ply + 1]; in GenNonCaptures()
437 TreePtr[ply + 1] = node; in GenNonCaptures()
438 GenCnt += TreePtr[ply + 1] - TreePtr[ply]; in GenNonCaptures()
459 node = TreePtr[ply + 1]; in GenCaptures()
613 GenCnt += TreePtr[ply + 1] - TreePtr[ply]; in GenCaptures()
744 GenCnt += TreePtr[ply + 1] - TreePtr[ply]; in GenCheckEscapes()
763 for (p = TreePtr[ply]; p < TreePtr[ply+1]; p++) in FilterIllegalMoves()
[all …]
H A Dmove.cc421 node1 = TreePtr[ply]; in SANMove()
428 for (node1 = TreePtr[ply]; node1 < TreePtr[ply + 1]; node1++) in SANMove()
479 TreePtr[ply+2] = TreePtr[ply+1]; in SANMove()
481 if (TreePtr[ply+1] == TreePtr[ply+2]) in SANMove()
485 GenCnt -= TreePtr[ply+2] - TreePtr[ply+1]; in SANMove()
550 TreePtr[2] = TreePtr[1]; in ValidateMove()
792 for (node = TreePtr[ply]; node < TreePtr[ply + 1]; node++) in IsInMoveList()
H A Dcmd.cc976 TreePtr[2] = TreePtr[1]; in cmd_show()
983 TreePtr[2] = TreePtr[1]; in cmd_show()
991 TreePtr[2] = TreePtr[1]; in cmd_show()
1000 TreePtr[2] = TreePtr[1]; in cmd_show()
H A Doutput.cc85 for (node = TreePtr[ply]; node < TreePtr[ply+1]; node++) in ShowMoveList()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dtreeview.h106 TreePtr tree, _ImageListPtr icon_list, Int2 scale,
134 TreePtr tree, _ImageListPtr il, Int2 l_scale,
282 TreePtr tview_getTreePtr(TreeViewPtr tv);
H A Dtreevint.h120 TreePtr tree;
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestGridIO.cc41 typedef typename TreeType::Ptr TreePtr; in readAllTest() typedef
68 TreePtr in readAllTest()
156 TreePtr density = gridPtrCast<GridType>(grid1)->treePtr(); in readAllTest()
162 TreePtr temperature = gridPtrCast<GridType>(grid2)->treePtr(); in readAllTest()
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkSphereTree.cxx1088 this->TreePtr = newScalars->GetPointer(0); in BuildTreeSpheres()
1094 StructuredSpheres::Execute(vtkStructuredGrid::SafeDownCast(input), this->TreePtr); in BuildTreeSpheres()
1105 DataSetSpheres::Execute(numCells, input, this->TreePtr, this->BuildHierarchy, in BuildTreeSpheres()
1123 vtkUnstructuredGrid::SafeDownCast(input), this->TreePtr); in BuildTreeHierarchy()
1128 vtkSphereTree::BuildUnstructuredHierarchy(input, this->TreePtr); in BuildTreeHierarchy()
1399 StructuredPointSelect sPointSelect(numCells, this->Selected, this->TreePtr, x, h); in SelectPoint()
1409 UnstructuredPointSelect uPointSelect(numCells, this->Selected, this->TreePtr, x, h); in SelectPoint()
1417 DefaultPointSelect defaultPointSelect(numCells, this->Selected, this->TreePtr, x); in SelectPoint()
1498 numCells, this->Selected, this->TreePtr, h, origin, normal); in SelectPlane()
1518 return this->TreePtr; in GetCellSpheres()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkSphereTree.cxx1143 this->TreePtr = newScalars->GetPointer(0); in BuildTreeSpheres()
1160 DataSetSpheres::Execute(numCells, input, this->TreePtr, this->BuildHierarchy, in BuildTreeSpheres()
1175 this->TreePtr); in BuildTreeHierarchy()
1182 this->TreePtr); in BuildTreeHierarchy()
1187 vtkSphereTree::BuildUnstructuredHierarchy(input, this->TreePtr); in BuildTreeHierarchy()
1488 this->TreePtr, x); in SelectPoint()
1516 StructuredLineSelect sLineSelect(numCells, this->Selected, this->TreePtr, h, in SelectLine()
1539 this->TreePtr, origin, ray); in SelectLine()
1590 this->TreePtr, origin, normal); in SelectPlane()
1603 return this->TreePtr; in GetCellSpheres()
[all …]
/dports/biology/ncbi-toolkit/ncbi/network/taxon1/taxon2/
H A Dparttree.c87 static void ptree_spy(TreePtr tree, Int2 spy_id, TreeEvent event, TreeNodeId id1, TreeNodeId id2, in ptree_spy()
144 TreePtr tax_ptree_new(void) in tax_ptree_new()
146 TreePtr ptree= tree_new(); in tax_ptree_new()
201 Boolean tax_ptree_addNode(TreePtr ptree, Int4 tax_id) in tax_ptree_addNode()
H A Dtxclient.h166 TreePtr tax_ptree_new(void);
167 Boolean tax_ptree_addNode(TreePtr ptree, Int4 tax_id);
H A Dtaxext.h68 TreePtr tax1e_getTaxTreePtr();
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DMultiResGrid.h68 using TreePtr = typename TreeType::Ptr; variable
130 TreePtr treePtr(size_t level);
144 TreePtr finestTreePtr() { return mTrees.front(); } in finestTreePtr()
156 TreePtr coarsestTreePtr() { return mTrees.back(); } in coarsestTreePtr()
352 std::vector<TreePtr> mTrees;
364 for (size_t i=0; i<levels; ++i) mTrees[i] = TreePtr(new TreeType(background)); in MultiResGrid()
660 mTrees[n] = TreePtr(new TreeType( fineTree.background() ) );// empty tree in topDownRestrict()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dtaxblast.c861 static BnamePtr GetBlastName (Int4 taxid, TreePtr tree) in GetBlastName()
908 static TreePtr GetTreeData(OrgObjPtr orgobj) in GetTreeData()
910 TreePtr tree; in GetTreeData()
1064 static LinObjPtr GetLinData (TreePtr tree, Int4 focus) in GetLinData()
1335 static void TXBFreeSysData(TreePtr tree) in TXBFreeSysData()
1353 OrgObjPtr orgobj, TreePtr tree, Int4 focus, in TXBHtmlReportInternal()
1774 TreePtr tree = NULL; in TXBHtmlReport()
1830 TreePtr tax_tree;
1886 TreePtr tax_tree; in FDBTaxCallback()
1969 TreePtr tax_tree; in getTotalTaxIdCount()

12