- All Superinterfaces:
Cloud.Point
,CloudContext
- All Known Implementing Classes:
LeafLineImpl
,LeafMeshImpl
,LeafPointImpl
All points in pointclouds should implements this AND extends Node
Probably should be a class. The shape should be a attribute (e.g. representativeType = Sphere).
-
Method Summary
Modifier and TypeMethodDescriptiondefault Cloud
getCloud()
long
getNode()
default void
void
setIdImport
(long value) Methods inherited from interface de.grogra.imp3d.objects.Cloud.Point
toFloat
-
Method Details
-
getNode
Node getNode() -
getIdImport
long getIdImport() -
setIdImport
void setIdImport(long value) -
getCloud
- Specified by:
getCloud
in interfaceCloud.Point
- Specified by:
getCloud
in interfaceCloudContext
-
setCloud
- Specified by:
setCloud
in interfaceCloud.Point
-