Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charlesq34/pointnet
/ types & classes
Types & classes
5 in github.com/charlesq34/pointnet
⨍
Functions
197
◇
Types & classes
5
↓ 18 callers
Class
PlyParseError
Raised when a PLY file cannot be parsed. The attributes `element', `row', `property', and `message' give additional information.
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
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
utils/plyfile.py:364
↓ 2 callers
Class
PlyListProperty
PLY list property description.
utils/plyfile.py:820
↓ 2 callers
Class
PlyProperty
PLY property description. This class is pure metadata; the data itself is contained in PlyElement instances.
utils/plyfile.py:716