Home
last modified time | relevance | path

Searched refs:InOutOctree (Results 1 – 12 of 12) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/quest/
H A DInOutOctree.hpp383 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 …]
H A DSamplingShaper.hpp59 using InOutOctreeType = quest::InOutOctree<DIM>;
/dports/science/axom/axom-0.6.1/src/axom/spin/docs/sphinx/
H A Doctree.rst12 data structures, such as ``quest::InOutOctree``.
60 block for further specialization. Please see the ``quest::InOutOctree`` as an
71 ``quest::InOutOctree`` class for an example of this.
/dports/science/axom/axom-0.6.1/src/axom/quest/detail/inout/
H A DInOutOctreeValidator.hpp31 class InOutOctree;
39 using InOutOctreeType = InOutOctree<DIM>;
H A DInOutOctreeStats.hpp31 class InOutOctree;
39 using InOutOctreeType = InOutOctree<DIM>;
H A DInOutOctreeMeshDumper.hpp32 class InOutOctree;
50 using InOutOctreeType = InOutOctree<DIM>;
/dports/science/axom/axom-0.6.1/src/axom/quest/docs/sphinx/
H A Dpoint_mesh_query_cpp.rst21 The C++ in/out query is provided by the ``quest::InOutOctree`` class, from the
87 As with the ``InOutOctree``, the class is templated on the dimensionality
/dports/science/axom/axom-0.6.1/src/axom/quest/interface/
H A Dinout.cpp188 m_inoutTree = new InOutOctree<DIM>(m_meshBoundingBox, m_surfaceMesh); in initialize()
296 InOutOctree<DIM>* m_inoutTree;
/dports/science/axom/axom-0.6.1/src/axom/quest/tests/
H A Dquest_inout_quadtree.cpp33 using Octree2D = axom::quest::InOutOctree<DIM>;
H A Dquest_inout_octree.cpp26 using Octree3D = axom::quest::InOutOctree<DIM>;
/dports/science/axom/axom-0.6.1/
H A DRELEASE-NOTES.md60 - 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 triangles
169 - 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 blocks
408 - Reduced verbosity of quest's InOutOctree in cases where query point lies on surface.
/dports/science/axom/axom-0.6.1/src/axom/quest/examples/
H A Dcontainment_driver.cpp47 using InOutOctreeType = quest::InOutOctree<DIM>;