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