◆ fromAnySupportedFormat() [1/2]
loads polyline from file in the format detected from file extension
◆ fromAnySupportedFormat() [2/2]
loads polyline from stream in the format detected from given extension-string (`*.ext`);
important on Windows: in stream must be open in binary mode
◆ fromMrLines() [1/2]
loads polyline from file in internal MeshLib format
◆ fromMrLines() [2/2]
loads polyline from stream in internal MeshLib format;
important on Windows: in stream must be open in binary mode
◆ fromPly() [1/2]
loads polyline from file in .PLY format
◆ fromPly() [2/2]
loads polyline from stream in .PLY format;
important on Windows: in stream must be open in binary mode
◆ fromPts() [1/2]
loads polyline from file in .PTS format
◆ fromPts() [2/2]
loads polyline from stream in .PTS format
The documentation for this class was generated from the following file: