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