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, toString
public PointXYZ getPointAtIndex(int index)
APointCloud
getPointAtIndex
in class APointCloud<PointXYZ>
public void addPoint(PointXYZ p)
APointCloud
addPoint
in class APointCloud<PointXYZ>
public void addPointAtIndex(PointXYZ p, int index)
APointCloud
addPointAtIndex
in class APointCloud<PointXYZ>
public void createActorFromPoints()
APointCloud
createActorFromPoints
in class APointCloud<PointXYZ>
public void generateHandler()
APointCloud
generateHandler
in class APointCloud<PointXYZ>
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.