MCPcopy Create free account
hub / github.com/XiaoBaiiiiii/colmap-pcd / dtype

Method dtype

scripts/python/plyfile.py:772–778  ·  view source on GitHub ↗

Return the numpy dtype description for this property (as a tuple of strings).

(self, byte_order='=')

Source from the content-addressed store, hash-verified

770 return PlyProperty(line[2], line[1])
771
772 def dtype(self, byte_order='='):
773 '''
774 Return the numpy dtype description for this property (as a tuple
775 of strings).
776
777 '''
778 return byte_order + self.val_dtype
779
780 def _from_fields(self, fields):
781 '''

Callers 4

_from_fieldsMethod · 0.95
_to_fieldsMethod · 0.95
_read_binMethod · 0.95
_write_binMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected