Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ functions
Functions
9,373 in github.com/PyMesh/PyMesh
⨍
Functions
9,373
◇
Types & classes
3,224
↓ 629 callers
Method
Matches
Returns true iff the given arguments match the matchers.
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8889
↓ 424 callers
Method
size
Returns the number of TestPartResult objects in the array.
tests/external/gmock-1.7.0/gtest/src/gtest-test-part.cc:83
↓ 363 callers
Method
str
Returns the explanation accumulated so far.
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:4841
↓ 350 callers
Function
scale_expansion_zeroelim
(elen, e, b, h)
tools/Predicates/predicates.c:1293
↓ 348 callers
Function
load_mesh
Load mesh from a file. Args: filename: Input filename. File format is auto detected based on extension. drop_zero_d
python/pymesh/meshio.py:9
↓ 339 callers
Method
get_vertices
tools/Boolean/CSGTree.h:39
↓ 326 callers
Method
get_attribute
Return attribute values in a flattened array.
python/pymesh/Mesh.py:73
↓ 277 callers
Function
fast_expansion_sum_zeroelim
(elen, e, flen, f, h)
tools/Predicates/predicates.c:1021
↓ 271 callers
Function
make_tuple
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:1308
↓ 267 callers
Method
get_faces
tools/Boolean/CSGTree.h:40
↓ 265 callers
Method
norm
Quaternion norm.
python/pymesh/misc/quaternion.py:78
↓ 263 callers
Method
size
tools/MeshUtils/IndexHeap.h:69
↓ 256 callers
Method
size
src/Misc/HashGrid.h:59
↓ 235 callers
Function
Return
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:1848
↓ 204 callers
Function
Print
tests/external/gmock-1.7.0/gtest/test/gtest-printers_test.cc:235
↓ 203 callers
Method
get_num_vertices
tools/Boolean/CSGTree.h:41
↓ 194 callers
Method
add_attribute
tools/Wires/Attributes/WireAttributes.cpp:40
↓ 189 callers
Method
insert
tools/Wires/Inflator/GeometryCorrectionTable.h:18
↓ 180 callers
Method
end
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:7953
↓ 177 callers
Method
end
tests/external/gmock-1.7.0/gtest/fused-src/gtest/gtest.h:7953
↓ 174 callers
Function
Eq
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8077
↓ 172 callers
Method
begin
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:7952
↓ 168 callers
Function
EXPECT_FATAL_FAILURE
The c'tor sets this object as the test part result reporter used by Google Test. The 'result' parameter specifies where to report the results. This r
tests/external/gmock-1.7.0/gtest/include/gtest/gtest-spi.h:64
↓ 166 callers
Method
begin
tests/external/gmock-1.7.0/gtest/fused-src/gtest/gtest.h:7952
↓ 159 callers
Method
get_num_faces
tools/Boolean/CSGTree.h:42
↓ 156 callers
Function
Ne
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8125
↓ 150 callers
Function
FilePath
tests/external/gmock-1.7.0/gtest/fused-src/gtest/gtest.h:3549
↓ 144 callers
Method
end
tools/Envelope/Grid.h:71
↓ 142 callers
Method
get_dim
tools/MeshUtils/ShortEdgeRemoval.cpp:367
↓ 139 callers
Function
Not
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8429
↓ 139 callers
Method
size
tools/Wires/Inflator/WireProfile.h:47
↓ 127 callers
Method
Perform
tests/external/gmock-1.7.0/test/gmock-actions_test.cc:394
↓ 119 callers
Method
run
tools/IGL/DiskCutter.cpp:31
↓ 114 callers
Method
find
src/Misc/MultipletMap.h:51
↓ 111 callers
Function
Describe
tests/external/gmock-1.7.0/test/gmock-matchers_test.cc:198
↓ 111 callers
Method
begin
tests/external/gmock-1.7.0/gtest/include/gtest/internal/gtest-internal.h:992
↓ 110 callers
Method
begin
tools/Envelope/Grid.h:69
↓ 110 callers
Method
end
tests/external/gmock-1.7.0/gtest/include/gtest/internal/gtest-internal.h:993
↓ 105 callers
Method
end
src/Misc/MultipletMap.h:75
↓ 102 callers
Function
generate_box_mesh
Generate axis-aligned box mesh. Each box is made of a number of cells (a square in 2D and cube in 3D), and each cell is made of triangles (2
python/pymesh/meshutils/generate_box_mesh.py:10
↓ 100 callers
Method
add_attribute
src/Mesh.cpp:145
↓ 99 callers
Method
insert
src/Misc/HashGrid.h:31
↓ 97 callers
Method
Perform
tests/external/gmock-1.7.0/test/gmock-generated-actions_test.cc:371
↓ 97 callers
Method
get
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:2006
↓ 97 callers
Method
get_vertex
tools/MeshUtils/ShortEdgeRemoval.cpp:331
↓ 96 callers
Method
has_attribute
tools/Wires/Attributes/WireAttributes.cpp:27
↓ 93 callers
Method
get_vertex_per_face
src/Mesh.cpp:87
↓ 86 callers
Function
StreamableToString
tests/external/gmock-1.7.0/gtest/fused-src/gtest/gtest.h:3315
↓ 86 callers
Function
form_mesh
Convert raw mesh data into a Mesh object. Args: vertices (`numpy.ndarray`): ndarray of floats with size (num_vertices, dim).
python/pymesh/meshio.py:62
↓ 85 callers
Method
empty
tools/MeshUtils/IndexHeap.h:73
↓ 84 callers
Function
ElementsAre
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:12271
↓ 83 callers
Method
get_material_tensor
tools/Assembler/Materials/Material.h:35
↓ 81 callers
Function
Explain
tests/external/gmock-1.7.0/test/gmock-matchers_test.cc:214
↓ 80 callers
Method
assert_array_equal
(self, array1, array2)
python/pymesh/TestCase.py:115
↓ 79 callers
Method
begin
src/Misc/MultipletMap.h:72
↓ 75 callers
Method
get_voxels
tools/Wires/Interfaces/PeriodicExploration.h:73
↓ 74 callers
Function
type
Gets the outcome of the test part.
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:17115
↓ 73 callers
Function
AtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
tests/external/gmock-1.7.0/gtest/src/gtest-port.cc:228
↓ 73 callers
Method
GetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
tests/external/gmock-1.7.0/gtest/src/gtest.cc:946
↓ 73 callers
Method
save_mesh
src/IO/MshSaver.cpp:30
↓ 73 callers
Method
set_attribute
tools/Wires/Attributes/WireAttributes.cpp:54
↓ 70 callers
Function
CharPtr
A helper that turns the type of a C-string literal from const char[N] to const char*.
tests/external/gmock-1.7.0/test/gmock-more-actions_test.cc:279
↓ 68 callers
Function
Ge
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8101
↓ 68 callers
Method
get_dim
tools/Wires/WireNetwork/SVGParser.h:17
↓ 65 callers
Method
get_num_voxels
src/Mesh.cpp:29
↓ 64 callers
Method
get_num_edges
tools/Wires/WireNetwork/SVGParser.h:19
↓ 63 callers
Method
getNbrElements
tools/Assembler/Mesh/TriangleMesh.cpp:55
↓ 63 callers
Method
set_attribute
src/Mesh.cpp:165
↓ 60 callers
Method
add_attribute
Add a new attirbute. Args: name (``str``): Attribute name. value (:py:class:`numpy.ndarray`): N by d matrix of attr
python/pymesh/wires/WireNetwork.py:223
↓ 59 callers
Function
Invoke
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:13978
↓ 59 callers
Function
ValuesIn
tests/external/gmock-1.7.0/gtest/fused-src/gtest/gtest.h:15874
↓ 59 callers
Method
get_vertices
tools/Wires/Inflator/MeshRefiner.h:19
↓ 59 callers
Method
load_mesh
tests/TestBase.h:31
↓ 56 callers
Method
is_closed
Return true iff this mesh is closed. A closed mesh constains no border. I.e. all edges have at least 2 incident faces.
python/pymesh/Mesh.py:169
↓ 54 callers
Method
size
Returns the number of TestPartResult objects in the array.
tests/external/gmock-1.7.0/fused-src/gmock-gtest-all.cc:9457
↓ 53 callers
Function
Contains
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8525
↓ 53 callers
Method
get
tests/external/gmock-1.7.0/gtest/fused-src/gtest/gtest.h:2006
↓ 52 callers
Function
SetEnv
Sets an environment variable with the given name to the given value. If the value argument is "", unsets the environment variable. The caller must e
tests/external/gmock-1.7.0/gtest/test/gtest_unittest.cc:1622
↓ 52 callers
Method
end
tools/Wires/Parameters/ParameterList.h:50
↓ 52 callers
Method
get_face
src/Mesh.cpp:38
↓ 52 callers
Method
get_num_vertices
tools/Wires/WireNetwork/SVGParser.h:18
↓ 51 callers
Function
ValuesIn
tests/external/gmock-1.7.0/gtest/include/gtest/gtest-param-test.h:308
↓ 51 callers
Function
ValuesIn
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:15874
↓ 49 callers
Function
AllOf
tests/external/gmock-1.7.0/test/gmock-generated-matchers_test.cc:1268
↓ 48 callers
Function
Lt
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8119
↓ 48 callers
Function
Pair
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8575
↓ 48 callers
Method
get_num_dofs
tools/Wires/Parameters/ParameterManager.cpp:321
↓ 47 callers
Function
Gt
tests/external/gmock-1.7.0/fused-src/gmock/gmock.h:8107
↓ 47 callers
Function
UniversalPrint
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:9943
↓ 46 callers
Method
AssertHeld
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:2657
↓ 46 callers
Function
DescribeNegation
tests/external/gmock-1.7.0/test/gmock-matchers_test.cc:206
↓ 46 callers
Method
get_vertex_per_voxel
src/Mesh.cpp:91
↓ 45 callers
Function
GreaterThan
tests/external/gmock-1.7.0/test/gmock-matchers_test.cc:184
↓ 45 callers
Function
InitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
tests/external/gmock-1.7.0/gtest/src/gtest.cc:5005
↓ 45 callers
Function
boolean
Perform boolean operations on input meshes. Args: mesh_1 (:class:`Mesh`): The first input mesh, :math:`M_1`. mesh_2 (:class:`Mes
python/pymesh/boolean.py:17
↓ 44 callers
Method
get_attribute
Get the value of an attribute.
python/pymesh/wires/WireNetwork.py:241
↓ 44 callers
Method
set_points
tools/CGAL/Arrangement2.h:26
↓ 43 callers
Function
AnyOf
tests/external/gmock-1.7.0/test/gmock-generated-matchers_test.cc:1275
↓ 43 callers
Function
StreamableToString
tests/external/gmock-1.7.0/fused-src/gtest/gtest.h:3315
↓ 43 callers
Function
Values
tests/external/gmock-1.7.0/gtest/fused-src/gtest/gtest.h:15914
next →
1–100 of 9,373, ranked by callers