public class PointCloudXYZ extends APointCloud<PointXYZ>
| Constructor and Description |
|---|
PointCloudXYZ() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(PointXYZ p)
Adds a point to the cloud
|
void |
addPointAtIndex(PointXYZ p,
int index)
Adds a point to a specific cloud index
|
void |
createActorFromPoints()
Create actor for a Pointcloud
|
void |
generateHandler()
Generate the necessary Pointcloud handlers
|
PointXYZ |
getPointAtIndex(int index)
Get point from index
|
getBounds, getCloudLODActor, getCloudName, getColorHandler, getMemorySize, getNumberOfPoints, getPolyData, getXYZPoints, setBounds, setCloudLODActor, setCloudName, setColorHandler, setMemorySize, setNumberOfPoints, setPolyData, setXYZPoints, toStringpublic PointXYZ getPointAtIndex(int index)
APointCloudgetPointAtIndex in class APointCloud<PointXYZ>public void addPoint(PointXYZ p)
APointCloudaddPoint in class APointCloud<PointXYZ>public void addPointAtIndex(PointXYZ p, int index)
APointCloudaddPointAtIndex in class APointCloud<PointXYZ>public void createActorFromPoints()
APointCloudcreateActorFromPoints in class APointCloud<PointXYZ>public void generateHandler()
APointCloudgenerateHandler in class APointCloud<PointXYZ>Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.