Searched refs:InOutOctree (Results 1 – 12 of 12) sorted by relevance
383 DISABLE_COPY_AND_ASSIGNMENT(InOutOctree);384 DISABLE_MOVE_AND_ASSIGNMENT(InOutOctree);453 void InOutOctree<DIM>::generateIndex() in generateIndex()584 void InOutOctree<DIM>::insertMeshCells() in insertMeshCells()849 void InOutOctree<DIM>::colorOctreeLeaves() in colorOctreeLeaves()1054 typename InOutOctree<DIM>::VertexIndex InOutOctree<DIM>::leafVertex( in leafVertex()1071 typename InOutOctree<DIM>::CellIndexSet InOutOctree<DIM>::leafCells( in leafCells()1335 void InOutOctree<DIM>::updateSurfaceMeshVertices() in updateSurfaceMeshVertices()1377 bool InOutOctree<DIM>::allCellsIncidentInCommonVertex( in allCellsIncidentInCommonVertex()1474 void InOutOctree<DIM>::printOctreeStats() const in printOctreeStats()[all …]
59 using InOutOctreeType = quest::InOutOctree<DIM>;
12 data structures, such as ``quest::InOutOctree``.60 block for further specialization. Please see the ``quest::InOutOctree`` as an71 ``quest::InOutOctree`` class for an example of this.
31 class InOutOctree;39 using InOutOctreeType = InOutOctree<DIM>;
32 class InOutOctree;50 using InOutOctreeType = InOutOctree<DIM>;
21 The C++ in/out query is provided by the ``quest::InOutOctree`` class, from the87 As with the ``InOutOctree``, the class is templated on the dimensionality
188 m_inoutTree = new InOutOctree<DIM>(m_meshBoundingBox, m_surfaceMesh); in initialize()296 InOutOctree<DIM>* m_inoutTree;
33 using Octree2D = axom::quest::InOutOctree<DIM>;
26 using Octree3D = axom::quest::InOutOctree<DIM>;
60 - Generalizes Quest's `InOutOctree` class to work with 2D line segment meshes. Previously,63 into line segment meshes and loaded into Quest's `InOutOctree` for in/out queries.160 - Fixed user-reported in/out ambiguity within some `InOutOctree` cases with grazing triangles169 - Added a `batched` option to quest's `InOutOctree` containment query example application.262 - Quest: Fixed a bug with InOutOctree for triangles that lie on faces of octree blocks408 - Reduced verbosity of quest's InOutOctree in cases where query point lies on surface.
47 using InOutOctreeType = quest::InOutOctree<DIM>;