Home
last modified time | relevance | path

Searched refs:LeafNodeType (Results 1 – 25 of 137) sorted by relevance

123456

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DMeshToVolume.h566 using LeafNodeType = typename TreeType::LeafNodeType; variable
638 using LeafNodeType = typename TreeType::LeafNodeType; member
661 using LeafNodeType = typename TreeType::LeafNodeType; member
684 using LeafNodeType = typename TreeType::LeafNodeType;
756 using LeafNodeType = typename TreeType::LeafNodeType; member
816 using LeafNodeType = typename TreeType::LeafNodeType; variable
1091 using LeafNodeType = typename TreeType::LeafNodeType; variable
1150 using LeafNodeType = typename TreeType::LeafNodeType; variable
1189 using LeafNodeType = typename TreeType::LeafNodeType; variable
1307 const Index lastOffset = LeafNodeType::DIM * LeafNodeType::DIM * (LeafNodeType::DIM-1); in processX()
[all …]
H A DComposite.h157 using LeafNodeType = typename TreeType::LeafNodeType; member
172 std::vector<const LeafNodeType*> leafNodes; in operator()
348 LeafNodeType const * const * const mLhsNodes;
365 using LeafNodeType = typename TreeType::LeafNodeType; member
380 std::vector<const LeafNodeType*> leafNodes; in operator()
459 LeafNodeType* outputNode = new LeafNodeType(*tmpLeafNodes[i]); in operator()
526 LeafNodeType* outputNode = new LeafNodeType(rhsNode); in operator()
614 using LeafT = typename TreeT::LeafNodeType;
640 using LeafT = typename TreeT::LeafNodeType;
664 using LeafT = typename TreeT::LeafNodeType;
[all …]
H A DLevelSetUtil.h264 using LeafNodeType = typename TreeType::LeafNodeType; member
511 using LeafNodeType = typename TreeType::LeafNodeType; member
955 using LeafNodeType = typename TreeType::LeafNodeType; in computeEnclosedRegionMask() local
1074 using LeafNodeType = typename TreeType::LeafNodeType; in computeInteriorMask() local
1573 using LeafNodeType = typename TreeType::LeafNodeType; member
1617 using LeafNodeType = typename TreeType::LeafNodeType; member
1764 using LeafNodeType = typename TreeType::LeafNodeType; member
1840 npos = pos - LeafNodeType::DIM * LeafNodeType::DIM; in operator()
1918 using LeafNodeType = typename TreeType::LeafNodeType; member
1975 using LeafNodeType = typename TreeType::LeafNodeType; member
[all …]
H A DTopologyToLevelSet.h108 using LeafNodeType = typename TreeType::LeafNodeType; member
111 OffsetAndMinComp(std::vector<LeafNodeType*>& lhsNodes, in OffsetAndMinComp()
119 using Iterator = typename LeafNodeType::ValueOnIter; in operator()
126 LeafNodeType& lhsNode = *mLhsNodes[n]; in operator()
127 const LeafNodeType * rhsNodePt = rhsAcc.probeConstLeaf(lhsNode.origin()); in operator()
138 LeafNodeType * * const mLhsNodes;
163 using LeafNodeType = typename TreeType::LeafNodeType; variable
175 std::vector<LeafNodeType*> nodes;
H A DPointIndexGrid.h136 using LeafNodeType = typename TreeType::LeafNodeType; member
610 template <typename LeafNodeType>
611 void filterLeafNode(const LeafNodeType& leaf) in filterLeafNode()
613 typename LeafNodeType::ValueOnCIter iter; in filterLeafNode()
690 template <typename LeafNodeType>
782 xPos = (ijk[0] & (LeafNodeType::DIM - 1u)) << (2 * LeafNodeType::LOG2DIM); in filteredPointIndexSearchVoxels()
784 yPos = xPos + ((ijk[1] & (LeafNodeType::DIM - 1u)) << LeafNodeType::LOG2DIM); in filteredPointIndexSearchVoxels()
804 using LeafNodeType = typename ConstAccessor::TreeType::LeafNodeType; in filteredPointIndexSearch() local
852 xPos = (ijk[0] & (LeafNodeType::DIM - 1u)) << (2 * LeafNodeType::LOG2DIM); in pointIndexSearchVoxels()
855 pos = xPos + ((ijk[1] & (LeafNodeType::DIM - 1u)) << LeafNodeType::LOG2DIM); in pointIndexSearchVoxels()
[all …]
H A DVolumeToMesh.h1858 using LeafNodeType = typename TreeType::LeafNodeType; member
1955 using LeafNodeType = typename TreeType::LeafNodeType; member
2939 mInternalNeighborsX.reserve(LeafNodeType::SIZE - (LeafNodeType::DIM * LeafNodeType::DIM)); in constructOffsetList()
2953 mInternalNeighborsY.reserve(LeafNodeType::SIZE - (LeafNodeType::DIM * LeafNodeType::DIM)); in constructOffsetList()
2967 mInternalNeighborsZ.reserve(LeafNodeType::SIZE - (LeafNodeType::DIM * LeafNodeType::DIM)); in constructOffsetList()
2981 mMinX.reserve(LeafNodeType::DIM * LeafNodeType::DIM); in constructOffsetList()
2993 mMaxX.reserve(LeafNodeType::DIM * LeafNodeType::DIM); in constructOffsetList()
3006 mMinY.reserve(LeafNodeType::DIM * LeafNodeType::DIM); in constructOffsetList()
3018 mMaxY.reserve(LeafNodeType::DIM * LeafNodeType::DIM); in constructOffsetList()
3031 mMinZ.reserve(LeafNodeType::DIM * LeafNodeType::DIM); in constructOffsetList()
[all …]
H A DLevelSetFracture.h105 template<typename LeafNodeType>
108 using ValueType = typename LeafNodeType::ValueType;
110 FindMinMaxVoxelValue(const std::vector<const LeafNodeType*>& nodes) in FindMinMaxVoxelValue()
127 for (Index i = 0; i < LeafNodeType::SIZE; ++i) { in operator()
141 LeafNodeType const * const * const mNodes;
239 using LeafNodeType = typename GridType::TreeType::LeafNodeType; in isValidFragment() local
243 std::vector<const LeafNodeType*> nodes; in isValidFragment()
254 level_set_fracture_internal::FindMinMaxVoxelValue<LeafNodeType> op(nodes); in isValidFragment()
H A DCount.h76 using LeafT = typename TreeType::LeafNodeType;
111 using LeafT = typename TreeType::LeafNodeType;
194 using LeafT = typename TreeType::LeafNodeType;
243 using LeafT = typename TreeType::LeafNodeType;
282 using LeafT = typename TreeType::LeafNodeType;
H A DDiagnostics.h156 typename GridT::TreeType::LeafNodeType>::Type;
194 typename GridT::TreeType::LeafNodeType>::Type;
232 typename GridT::TreeType::LeafNodeType>::Type;
287 typename GridT::TreeType::LeafNodeType>::Type;
341 typename GridT::TreeType::LeafNodeType>::Type;
385 typename GridT::TreeType::LeafNodeType>::Type;
436 typename GridT::TreeType::LeafNodeType>::Type;
506 typename GridT::TreeType::LeafNodeType>::Type;
568 typename GridT::TreeType::LeafNodeType>::Type;
683 using LeafT = typename GridT::TreeType::LeafNodeType;
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Remap.cc158 using LeafNodeType = typename TreeType::LeafNodeType; in evalMinMax() typedef
159 std::vector<const LeafNodeType*> nodes; in evalMinMax()
162 NodeMinMax<LeafNodeType> op(nodes, tree.background()); in evalMinMax()
204 using LeafNodeType = typename TreeType::LeafNodeType; in deactivateBackgroundValues() typedef
205 std::vector<LeafNodeType*> nodes; in deactivateBackgroundValues()
208 Deactivate<LeafNodeType> op(nodes, tree.background()); in deactivateBackgroundValues()
281 using LeafNodeType = typename GridType::TreeType::LeafNodeType; in operator ()() typedef
283 std::vector<LeafNodeType*> leafnodes; in operator ()()
332 using LeafNodeType = typename GridType::TreeType::LeafNodeType; typedef
352 for (size_t i = 0, I = LeafNodeType::SIZE; i < I; ++i) { in operator ()()
[all …]
H A DSOP_OpenVDB_Rasterize_Points.cc139 template<typename LeafNodeType>
142 bool operator()(const LeafNodeType* lhs, const LeafNodeType* rhs) const { in operator ()()
963 using LeafNodeType = BoolTreeType::LeafNodeType; in activateRadialRegion() typedef
1021 using LeafNodeType = BoolTreeType::LeafNodeType; in activateRegion() typedef
1035 template <typename LeafNodeType>
1051 xPos = (ijk[0] & (LeafNodeType::DIM - 1u)) << (2 * LeafNodeType::LOG2DIM); in activateLeafNodeRegion()
1053 yPos = xPos + ((ijk[1] & (LeafNodeType::DIM - 1u)) << LeafNodeType::LOG2DIM); in activateLeafNodeRegion()
1288 using LeafNodeType = typename TreeAccessorType::TreeType::LeafNodeType; in fillWithLeafLevelTiles() typedef
1522 LeafNodeType * * const mNodes;
1523 LeafNodeType * mNode;
[all …]
H A DSOP_OpenVDB_Remove_Divergence.cc366 using LeafNodeType = typename TreeType::LeafNodeType; typedef
369 PressureProjectionOp(SolverParms& parms, LeafNodeType** velNodes, in PressureProjectionOp()
370 const LeafNodeType** gradPressureNodes, bool staggered) in PressureProjectionOp()
386 LeafNodeType& velocityNode = *mVelocityNodes[n]; in operator ()()
390 for (typename LeafNodeType::ValueOnIter it = velocityNode.beginValueOn(); it; ++it) { in operator ()()
397 LeafNodeType* const * const mVelocityNodes;
398 LeafNodeType const * const * const mGradientOfPressureNodes;
629 using VectorLeafNodeType = typename VectorTreeType::LeafNodeType; in removeDivergenceWithColliderGrid()
H A DGU_PrimVDB.cc1028 const openvdb::Index DIM = LeafNodeType::DIM; in isAlignedConstantRegion_()
1079 const openvdb::Index DIM = LeafNodeType::DIM; in isConstantRegion_()
1080 const openvdb::Index LOG2DIM = LeafNodeType::LOG2DIM; in isConstantRegion_()
1228 using LeafNodeType = typename ConstAccessorT::LeafNodeT; in copyToAlignedTile() typedef
1229 const openvdb::Index LEAF_DIM = LeafNodeType::DIM; in copyToAlignedTile()
1285 using LeafNodeType = typename ConstAccessorT::LeafNodeT; in copyToTile() typedef
1286 const openvdb::Index DIM = LeafNodeType::DIM; in copyToTile()
1478 using LeafNodeType = typename GridT::TreeType::LeafNodeType; in operator ()() typedef
1525 using LeafNodeType = typename GridType::TreeType::LeafNodeType; in vdbToVolume() typedef
1543 SYS_STATIC_ASSERT(LeafNodeType::DIM <= TILESIZE); in vdbToVolume()
[all …]
H A DGT_GEOPrimCollectVDB.cc101 typedef typename TreeT::LeafNodeType LeafNodeType; in processGrid() typedef
108 LeafNodeType const * const leaf = iter.getLeaf(); in processGrid()
H A DSOP_OpenVDB_Diagnostics.cc193 using LeafNodeType = typename TreeType::LeafNodeType; typedef
304 const LeafNodeType& node = *mNodes[n]; in operator ()()
332 LeafNodeType const * const * const mNodes;
406 std::vector<const LeafNodeType*> mLeafNodes;
461 using BoolLeafNodeType = typename BoolTreeType::LeafNodeType; in getPoints()
529 using BoolLeafNodeType = typename BoolTreeType::LeafNodeType;
571 using BoolLeafNodeType = typename BoolTreeType::LeafNodeType; in getValues()
805 using LeafNodeType = typename TreeType::LeafNodeType; typedef
807 using BoolLeafNodeType = typename BoolTreeType::LeafNodeType;
830 LeafNodeType* node = acc.probeLeaf(maskNode.origin()); in operator ()()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/spin/tests/
H A Dspin_octree.cpp20 using LeafNodeType = axom::spin::BlockData; in TEST() typedef
22 using OctreeType = axom::spin::OctreeBase<DIM, LeafNodeType>; in TEST()
69 using LeafNodeType = axom::spin::BlockData; in TEST() typedef
71 using OctreeType = axom::spin::OctreeBase<DIM, LeafNodeType>; in TEST()
108 using LeafNodeType = axom::spin::BlockData; in TEST() typedef
109 using OctreeType = axom::spin::OctreeBase<DIM, LeafNodeType>; in TEST()
216 using LeafNodeType = axom::spin::BlockData; in TEST() typedef
217 using OctreeType = axom::spin::OctreeBase<DIM, LeafNodeType>; in TEST()
266 using LeafNodeType = axom::spin::BlockData; in TEST() typedef
267 using OctreeType = axom::spin::OctreeBase<DIM, LeafNodeType>; in TEST()
H A Dspin_spatial_octree.cpp18 using LeafNodeType = axom::spin::BlockData; in TEST() typedef
20 using OctreeType = axom::spin::SpatialOctree<DIM, LeafNodeType>; in TEST()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/integration/
H A DCompareGrids.cc298 using LeafNodeT = openvdb::points::PointDataTree::LeafNodeType; in compareStringArrays()
334 using LeafNodeT = openvdb::points::PointDataTree::LeafNodeType; in compareArrays()
360 template <typename LeafNodeType>
362 compareAttributes(const LeafNodeType&, in compareAttributes() argument
363 const LeafNodeType&, in compareAttributes()
364 NodeDD<LeafNodeType>&, in compareAttributes() argument
371 compareAttributes<openvdb::points::PointDataTree::LeafNodeType> in compareAttributes()
372 (const openvdb::points::PointDataTree::LeafNodeType& firstLeaf, in compareAttributes()
373 const openvdb::points::PointDataTree::LeafNodeType& secondLeaf, in compareAttributes()
374 NodeDD<openvdb::points::PointDataTree::LeafNodeType>& data, in compareAttributes()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DHTMLEditUtils.h687 enum class LeafNodeType { enum
699 using LeafNodeTypes = EnumSet<LeafNodeType>;
704 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
707 if (aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode) &&
715 if (aLeafNodeTypes.contains(LeafNodeType::LeafNodeOrChildBlock) &&
740 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
743 if (aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode) &&
787 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
850 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
923 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DHTMLEditUtils.h687 enum class LeafNodeType { enum
699 using LeafNodeTypes = EnumSet<LeafNodeType>;
704 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
707 if (aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode) &&
715 if (aLeafNodeTypes.contains(LeafNodeType::LeafNodeOrChildBlock) &&
740 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
743 if (aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode) &&
787 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
850 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
923 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
[all …]
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DHTMLEditUtils.h814 enum class LeafNodeType { enum
826 using LeafNodeTypes = EnumSet<LeafNodeType>;
831 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
841 if (aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode) &&
849 if (aLeafNodeTypes.contains(LeafNodeType::LeafNodeOrChildBlock) &&
875 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
885 if (aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode) &&
930 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
993 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
1066 aLeafNodeTypes.contains(LeafNodeType::OnlyEditableLeafNode),
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestLeafManager.cc225 const int dim = int(FloatTree::LeafNodeType::dim()); in TEST_F()
265 const int dim = int(FloatTree::LeafNodeType::dim()); in TEST_F()
287 EXPECT_EQ(FloatTree::LeafNodeType::numValues(), op.mN); in TEST_F()
298 EXPECT_EQ(FloatTree::LeafNodeType::numValues(), n); in TEST_F()
305 EXPECT_EQ(FloatTree::LeafNodeType::numValues(), n); in TEST_F()
H A DTestNodeIterator.cc57 EXPECT_TRUE(Tree323f::LeafNodeType::DIM == 8); in TEST_F()
107 EXPECT_TRUE(Tree323f::LeafNodeType::DIM == 8); in TEST_F()
162 EXPECT_TRUE(Tree323f::LeafNodeType::DIM == 8); in TEST_F()
216 EXPECT_TRUE(Tree323f::LeafNodeType::DIM == 8); in TEST_F()
H A DTestNodeVisitor.cc54 using LeafT = typename TreeT::LeafNodeType;
185 using LeafT = typename TreeType::LeafNodeType;
243 using LeafT = typename TreeT::LeafNodeType;
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/util/
H A DUtil.h53 const typename TreeType2::LeafNodeType* leaf = mOtherTree->probeConstLeaf(xyz); in operator()
77 const typename TreeType2::LeafNodeType* leaf = mOtherTree->probeConstLeaf(xyz); in operator()

123456