Home
last modified time | relevance | path

Searched refs:InputLeafNodeType (Results 1 – 2 of 2) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h1453 using InputValueType = typename InputLeafNodeType::ValueType;
1579 const InputLeafNodeType * refInputNode = nullptr; in operator()
1742 using InputValueType = typename InputLeafNodeType::ValueType;
2085 using InputValueType = typename InputLeafNodeType::ValueType;
2209 const int LeafDim = InputLeafNodeType::DIM; in operator()
3221 using InputValueType = typename InputLeafNodeType::ValueType;
3239 InputLeafNodeType const * const * const mInputNodes;
3254 const std::vector<const InputLeafNodeType*>& inputLeafNodes, in IdentifyIntersectingVoxels()
3265 mOffsetData.constructOffsetList<InputLeafNodeType>(); in IdentifyIntersectingVoxels()
3293 const InputLeafNodeType& node = *mInputNodes[n]; in operator()
[all …]
H A DLevelSetUtil.h1163 using InputLeafNodeType = typename InputTreeType::LeafNodeType; member
1169 const std::vector<const InputLeafNodeType*>& inputLeafNodes, in MaskIsovalueCrossingVoxels()
1198 const InputLeafNodeType& node = *mInputNodes[n]; in operator()
1205 for (typename InputLeafNodeType::ValueOnCIter it = node.cbeginValueOn(); it; ++it) { in operator()
1266 InputLeafNodeType const * const * const mInputNodes;