Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aistairc/PinSout
/ types & classes
Types & classes
10 in github.com/aistairc/PinSout
⨍
Functions
312
◇
Types & classes
10
↓ 18 callers
Class
PlyParseError
Raised when a PLY file cannot be parsed. The attributes `element', `row', `property', and `message' give additional information.
src/utils/plyfile.py:121
↓ 3 callers
Class
PlyData
PLY file header and data. A PlyData instance is created in one of two ways: by the static method PlyData.read (to read a PLY file), or d
src/utils/plyfile.py:153
↓ 2 callers
Class
PlyElement
PLY file element. A client of this library doesn't normally need to instantiate this directly, so the following is only for the sake of
src/utils/plyfile.py:364
↓ 2 callers
Class
PlyListProperty
PLY list property description.
src/utils/plyfile.py:820
↓ 2 callers
Class
PlyProperty
PLY property description. This class is pure metadata; the data itself is contained in PlyElement instances.
src/utils/plyfile.py:716
↓ 1 callers
Class
GeneratePointCloud
src/GeneratePointCloud_New.py:20
↓ 1 callers
Class
GeneratePointCloud
src/plane_ransac.py:23
↓ 1 callers
Class
MakingGraph
src/graph_cycle_new.py:11
Class
K
src/plane_ransac.py:1378
Class
PointCloudToCityGML
src/citygml/PointCloud_To_CityGML.py:64