Home
last modified time | relevance | path

Searched defs:TreeData (Results 26 – 36 of 36) sorted by relevance

12

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/demos/dbbrowse/
H A Dpgmctrl.h18 TreeData(const wxString& desc) : m_desc(desc) { } in TreeData() function
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/rrt/
H A DRRTConnect.h138 using TreeData = std::shared_ptr<NearestNeighbors<Motion *>>; variable
H A DBiTRRT.h215 using TreeData = std::shared_ptr<NearestNeighbors<Motion *>>; variable
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/est/
H A DProjEST.h199 struct TreeData struct
/dports/misc/ompl/ompl-1.5.2/src/ompl/control/planners/est/
H A DEST.h210 struct TreeData struct
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DPropMap.h534 struct TreeData { struct
535 SharedChildrenPtr children;
536 SharedPropMapAndIndex parent;
538 void setParent(SharedPropMap* map, uint32_t index) { in setParent()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DPropMap.h534 struct TreeData { struct
535 SharedChildrenPtr children;
536 SharedPropMapAndIndex parent;
538 void setParent(SharedPropMap* map, uint32_t index) { in setParent()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DPropMap.h534 struct TreeData { struct
535 SharedChildrenPtr children;
536 SharedPropMapAndIndex parent;
538 void setParent(SharedPropMap* map, uint32_t index) { in setParent()
/dports/misc/ompl/ompl-1.5.2/src/ompl/control/planners/kpiece/
H A DKPIECE1.h330 struct TreeData struct
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Devent_estim.c293 struct TreeData struct
295 SCIP_Longint nnodes; /**< the total number of nodes */
296 SCIP_Longint nopen; /**< the current number of open nodes */
297 SCIP_Longint ninner; /**< the number of inner nodes */
298 SCIP_Longint nleaves; /**< the number of final leaf nodes */
299 SCIP_Longint nvisited; /**< the number of visited nodes */
300 long double weight; /**< the current tree weight (sum of leaf weights) */
301 SUBTREESUMGAP* ssg; /**< subtree sum gap data structure */
/dports/math/gambit/gambit-16.0.1/library/src/
H A Dfile.cc669 class TreeData { class
675 TreeData(void) { } in TreeData() function in __anonaab4b1290111::TreeData

12