Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpectacularAI/sdk
/ size
Method
size
python/cli/visualization/visualizer_renderers/mesh.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
self.indices = indices
15
16
def
size(self):
17
return
self.vertices.shape[0] // COORDS_PER_VERTEX
18
19
class
MeshProgram:
20
def
__init__(self, program):
Callers
6
main
Function · 0.45
main
Function · 0.45
serializePointCloud
Function · 0.45
serializeVioOutput
Method · 0.45
serializeMappingOutput
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected