Class Index | File Index

Classes


Class PlyBinaryWorker


Defined in: PlyLoaderWorker.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A worker thread class that loads data from ply files in the background.
Method Summary
Method Attributes Method Name and Description
<static>  
PlyBinaryWorker.load(source)
<static>  
PlyBinaryWorker.loadFromAscii(plyFile)
<static>  
PlyBinaryWorker.loadFromBinary(plyFile)
<static>  
PlyBinaryWorker.loadFromBuffer(buffer)
<static>  
PlyBinaryWorker.loadFromFile(source)
<static>  
PlyBinaryWorker.loadFromUrl(source)
Class Detail
PlyBinaryWorker()
A worker thread class that loads data from ply files in the background.
Method Detail
<static> PlyBinaryWorker.load(source)
Parameters:
source

<static> PlyBinaryWorker.loadFromAscii(plyFile)
Parameters:
plyFile

<static> PlyBinaryWorker.loadFromBinary(plyFile)
Parameters:
plyFile

<static> PlyBinaryWorker.loadFromBuffer(buffer)
Parameters:
buffer

<static> PlyBinaryWorker.loadFromFile(source)
Parameters:
source

<static> PlyBinaryWorker.loadFromUrl(source)
Parameters:
source

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Jun 09 2013 12:38:11 GMT+0200 (CEST)