Home
last modified time | relevance | path

Searched defs:getNodeCapacity (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/geos/geos-3.9.1/include/geos/index/strtree/
H A DSimpleSTRtree.h126 std::size_t getNodeCapacity() const { in getNodeCapacity() function
H A DAbstractSTRtree.h282 getNodeCapacity() in getNodeCapacity() function
/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DParticleMesh.hpp295 virtual IndexType getNodeCapacity() const final override in getNodeCapacity() function in axom::mint::ParticleMesh
H A DMesh.hpp312 virtual IndexType getNodeCapacity() const { return getNumberOfNodes(); } in getNodeCapacity() function in axom::mint::Mesh
H A DUnstructuredMesh.hpp755 virtual IndexType getNodeCapacity() const final override in getNodeCapacity() function in axom::mint::UnstructuredMesh
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/strtree/
H A DAbstractSTRtree.java203 public int getNodeCapacity() { return nodeCapacity; } in getNodeCapacity() method in AbstractSTRtree