java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.pointcloud.importer.PointCloudFilterBase
de.grogra.pointcloud.importer.ply.AsListImporter.LoaderAsNode
- All Implemented Interfaces:
 Filter,FilterSource,ObjectSource,RegistryContext,Map
- Enclosing class:
 AsListImporter
public static class AsListImporter.LoaderAsNode
extends PointCloudFilterBase
implements ObjectSource
- 
Nested Class Summary
Nested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V> - 
Field Summary
Fields inherited from class de.grogra.pointcloud.importer.PointCloudFilterBase
addPoints, allPoints, leaves, pcRootFields inherited from class de.grogra.pf.io.FilterBase
item, sourceFields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URLFields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class de.grogra.pointcloud.importer.PointCloudFilterBase
getLeafForMethods inherited from class de.grogra.pf.io.FilterBase
get, getFilter, getFlavor, getImpl, getMetaData, getRegistry, getSource, getSystemId, initProgressMonitor, setFlavor, setMetaData, setMetaData, setProgress, setSystemId, toString, toURLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgressMethods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry 
- 
Constructor Details
- 
LoaderAsNode
 
 - 
 - 
Method Details
- 
getObject
Description copied from interface:ObjectSourceReturns the data as an object of a class which is compatible which the flavor.- Specified by:
 getObjectin interfaceObjectSource- Returns:
 - the data
 - Throws:
 IOException
 - 
getPoint
- Specified by:
 getPointin classPointCloudFilterBase
 - 
getPoints
 - 
getPoints
 - 
getPoints
- Specified by:
 getPointsin classPointCloudFilterBase
 - 
getKey
Description copied from class:PointCloudFilterBaseProvide a mapping between the required keys from the leaf elements and the filter.- Specified by:
 getKeyin classPointCloudFilterBase- Parameters:
 key- the required key from a leaf- Returns:
 
 - 
endExport
public void endExport()- Specified by:
 endExportin classPointCloudFilterBase
 
 -