Home
last modified time | relevance | path

Searched defs:setValueOn (Results 1 – 7 of 7) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/python/
H A DpyAccessor.h38 static void setValueOn(AccessorT& acc, const Coord& ijk) { acc.setValueOn(ijk); } in setValueOn() function
39 static void setValueOn(AccessorT& acc, const Coord& ijk, const ValueT& val) { in setValueOn() function
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tree/
H A DValueAccessor.h255 void setValueOn(const Coord& xyz, const ValueType& value) { this->setValue(xyz, value); } in setValueOn() function
298 void setValueOn(const Coord& xyz) { this->setActiveState(xyz, true); } in setValueOn() function
749 void setValueOn(const Coord& xyz, const ValueType& value) { this->setValue(xyz, value); } in setValueOn() function
951 void setValueOn(const Coord& xyz, const ValueType& value) { this->setValue(xyz, value); } in setValueOn() function
1074 void setValueOn(const Coord& xyz, const ValueType& value) { this->setValue(xyz, value); } in setValueOn() function
1122 void setValueOn(const Coord& xyz) { this->setActiveState(xyz, true); } in setValueOn() function
1331 void setValueOn(const Coord& xyz, const ValueType& value) { this->setValue(xyz, value); } in setValueOn() function
1404 void setValueOn(const Coord& xyz) { this->setActiveState(xyz, true); } in setValueOn() function
1726 void setValueOn(const Coord& xyz, const ValueType& value) { this->setValue(xyz, value); } in setValueOn() function
1814 void setValueOn(const Coord& xyz) { this->setActiveState(xyz, true); } in setValueOn() function
[all …]
H A DLeafNode.h418 void setValueOn(const Coord& xyz) { mValueMask.setOn(LeafNode::coordToOffset(xyz)); } in setValueOn() function
420 void setValueOn(Index offset) { assert(offset < SIZE); mValueMask.setOn(offset); } in setValueOn() function
422 void setValueOn(const Coord& xyz, const ValueType& val) { in setValueOn() function
428 void setValueOn(Index offset, const ValueType& val) { in setValueOn() function
H A DLeafNodeMask.h250 void setValueOn(const Coord& xyz) { mBuffer.mData.setOn(this->coordToOffset(xyz)); } in setValueOn() function
252 void setValueOn(Index offset) { assert(offset < SIZE); mBuffer.mData.setOn(offset); } in setValueOn() function
H A DLeafNodeBool.h246 void setValueOn(const Coord& xyz) { mValueMask.setOn(this->coordToOffset(xyz)); } in setValueOn() function
248 void setValueOn(Index offset) { assert(offset < SIZE); mValueMask.setOn(offset); } in setValueOn() function
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/points/
H A DPointDataGrid.h541 void setValueOn(const Coord& xyz) { BaseLeaf::setValueOn(xyz); } in setValueOn() function
542 void setValueOn(Index offset) { BaseLeaf::setValueOn(offset); } in setValueOn() function
544 void setValueOn(const Coord&, const ValueType&) { assertNonmodifiable(); } in setValueOn() function
545 void setValueOn(Index, const ValueType&) { assertNonmodifiable(); } in setValueOn() function
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DPointIndexGrid.h1516 void setValueOn(const Coord&) { assertNonmodifiable(); } in setValueOn() function
1517 void setValueOn(Index) { assertNonmodifiable(); } in setValueOn() function
1519 void setValueOn(const Coord&, const ValueType&) { assertNonmodifiable(); } in setValueOn() function
1520 void setValueOn(Index, const ValueType&) { assertNonmodifiable(); } in setValueOn() function