Home
last modified time | relevance | path

Searched defs:AccessorT (Results 1 – 11 of 11) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tree/
H A DLeafNode.h536 const ValueType& getValueAndCache(const Coord& xyz, AccessorT&) const in getValueAndCache() argument
549 void setValueAndCache(const Coord& xyz, const ValueType& val, AccessorT&) in setValueAndCache() argument
558 void setValueOnlyAndCache(const Coord& xyz, const ValueType& val, AccessorT&) in setValueOnlyAndCache() argument
567 void modifyValueAndCache(const Coord& xyz, const ModifyOp& op, AccessorT&) in modifyValueAndCache() argument
592 void setActiveStateAndCache(const Coord& xyz, bool on, AccessorT&) in setActiveStateAndCache() argument
601 bool probeValueAndCache(const Coord& xyz, ValueType& val, AccessorT&) const in probeValueAndCache() argument
718 void addLeafAndCache(LeafNode*, AccessorT&) {} in addLeafAndCache() argument
738 LeafNode* touchLeafAndCache(const Coord&, AccessorT&) { return this; } in touchLeafAndCache() argument
740 NodeT* probeNodeAndCache(const Coord&, AccessorT&) in probeNodeAndCache() argument
749 LeafNode* probeLeafAndCache(const Coord&, AccessorT&) { return this; } in probeLeafAndCache() argument
[all …]
H A DLeafNodeMask.h355 void setValueOffAndCache(const Coord& xyz, bool value, AccessorT&) in setValueOffAndCache() argument
364 void modifyValueAndCache(const Coord& xyz, const ModifyOp& op, AccessorT&) in modifyValueAndCache() argument
381 void setActiveStateAndCache(const Coord& xyz, bool on, AccessorT&) in setActiveStateAndCache() argument
390 bool probeValueAndCache(const Coord& xyz, bool& val, AccessorT&) const in probeValueAndCache() argument
398 static Index getValueLevelAndCache(const Coord&, AccessorT&) { return LEVEL; } in getValueLevelAndCache() argument
530 void addLeafAndCache(LeafNode*, AccessorT&) {} in addLeafAndCache() argument
550 LeafNode* touchLeafAndCache(const Coord&, AccessorT&) { return this; } in touchLeafAndCache() argument
553 LeafNode* probeLeafAndCache(const Coord&, AccessorT&) { return this; } in probeLeafAndCache() argument
555 NodeT* probeNodeAndCache(const Coord&, AccessorT&) in probeNodeAndCache() argument
567 const LeafNode* probeLeafAndCache(const Coord&, AccessorT&) const { return this; } in probeLeafAndCache() argument
[all …]
H A DLeafNodeBool.h353 void setValueOffAndCache(const Coord& xyz, bool value, AccessorT&) in setValueOffAndCache() argument
362 void modifyValueAndCache(const Coord& xyz, const ModifyOp& op, AccessorT&) in modifyValueAndCache() argument
379 void setActiveStateAndCache(const Coord& xyz, bool on, AccessorT&) in setActiveStateAndCache() argument
388 bool probeValueAndCache(const Coord& xyz, bool& val, AccessorT&) const in probeValueAndCache() argument
396 static Index getValueLevelAndCache(const Coord&, AccessorT&) { return LEVEL; } in getValueLevelAndCache() argument
522 void addLeafAndCache(LeafNode*, AccessorT&) {} in addLeafAndCache() argument
542 LeafNode* touchLeafAndCache(const Coord&, AccessorT&) { return this; } in touchLeafAndCache() argument
545 LeafNode* probeLeafAndCache(const Coord&, AccessorT&) { return this; } in probeLeafAndCache() argument
547 NodeT* probeNodeAndCache(const Coord&, AccessorT&) in probeNodeAndCache() argument
559 const LeafNode* probeLeafAndCache(const Coord&, AccessorT&) const { return this; } in probeLeafAndCache() argument
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/points/
H A DPointDataGrid.h454 void addLeafAndCache(PointDataLeafNode*, AccessorT&) {} in addLeafAndCache() argument
460 PointDataLeafNode* touchLeafAndCache(const Coord&, AccessorT&) { return this; } in touchLeafAndCache() argument
463 NodeT* probeNodeAndCache(const Coord&, AccessorT&) in probeNodeAndCache() argument
472 PointDataLeafNode* probeLeafAndCache(const Coord&, AccessorT&) { return this; } in probeLeafAndCache() argument
479 const PointDataLeafNode* probeConstLeafAndCache(const Coord&, AccessorT&) const { return this; } in probeConstLeafAndCache() argument
481 const PointDataLeafNode* probeLeafAndCache(const Coord&, AccessorT&) const { return this; } in probeLeafAndCache() argument
484 const NodeT* probeConstNodeAndCache(const Coord&, AccessorT&) const in probeConstNodeAndCache() argument
569 void setValueOnlyAndCache(const Coord&, const ValueType&, AccessorT&) {assertNonmodifiable();} in setValueOnlyAndCache() argument
572 void modifyValueAndActiveStateAndCache(const Coord&, const ModifyOp&, AccessorT&) { in modifyValueAndActiveStateAndCache() argument
577 void setValueOffAndCache(const Coord&, const ValueType&, AccessorT&) { assertNonmodifiable(); } in setValueOffAndCache() argument
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/python/
H A DpyAccessor.h25 using AccessorT = typename NonConstGridT::Accessor; member
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/scolib/src/scolib/
H A Dselection.h499 …mpareT>::exec_pb_tournament_selection(BasicArray<ObjectT>& /*Eval*/, double /*Worst*/, AccessorT& ) in exec_pb_tournament_selection() argument
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DRayIntersector.h518 using AccessorT = typename GridT::ConstAccessor; variable
H A DDense.h451 using AccessorT = tree::ValueAccessor<TreeT>; variable
H A DGridOperators.h400 typedef typename InGridT::ConstAccessor AccessorT; typedef
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestValueAccessor.cc377 using AccessorT = openvdb::tree::ValueAccessorRW<Tree4Type>; in TEST_F() typedef
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DGEO_PrimVDB.cc1291 using AccessorT = typename GridT::ConstAccessor; in operator ()() typedef