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