Class DisplayWindow3D
java.lang.Object
edu.tufts.hrilab.vision.display.swig.DisplayWindow3D
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
boolean
display()
protected void
finalize()
protected static long
getCPtr
(DisplayWindow3D obj) getName()
void
removePlane
(SWIGTYPE_p_std__string planeName) void
removePointCloud
(SWIGTYPE_p_std__string cloudName) void
removePolygonMesh
(SWIGTYPE_p_std__string meshName) void
removeSphere
(SWIGTYPE_p_std__string sphereName) void
setPlane
(SWIGTYPE_p_pcl__ModelCoefficients coeffs, SWIGTYPE_p_std__string planeName) void
setPointCloud
(SWIGTYPE_p_pcl__PointCloudT_pcl__PointXYZ_t__ConstPtr cloudToDisplay, SWIGTYPE_p_pcl__visualization__PointCloudColorHandlerCustomT_pcl__PointXYZ_t__ConstPtr handler, SWIGTYPE_p_std__string cloudName) void
setPointCloud
(SWIGTYPE_p_pcl__PointCloudT_pcl__PointXYZ_t__ConstPtr cloudToDisplay, SWIGTYPE_p_std__string cloudName) void
setPointCloud
(SWIGTYPE_p_pcl__PointCloudT_pcl__PointXYZRGB_t__ConstPtr cloudToDisplay, SWIGTYPE_p_std__string cloudName) void
setPolygonMesh
(SWIGTYPE_p_pcl__PolygonMesh__ConstPtr meshToDisplay, SWIGTYPE_p_std__string meshName) void
setSphere
(SWIGTYPE_p_pcl__PointXYZ center, double radius, SWIGTYPE_p_std__string sphereName)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
DisplayWindow3D
protected DisplayWindow3D(long cPtr, boolean cMemoryOwn) -
DisplayWindow3D
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
getName
-
setPointCloud
public void setPointCloud(SWIGTYPE_p_pcl__PointCloudT_pcl__PointXYZ_t__ConstPtr cloudToDisplay, SWIGTYPE_p_std__string cloudName) -
setPointCloud
public void setPointCloud(SWIGTYPE_p_pcl__PointCloudT_pcl__PointXYZRGB_t__ConstPtr cloudToDisplay, SWIGTYPE_p_std__string cloudName) -
setPointCloud
public void setPointCloud(SWIGTYPE_p_pcl__PointCloudT_pcl__PointXYZ_t__ConstPtr cloudToDisplay, SWIGTYPE_p_pcl__visualization__PointCloudColorHandlerCustomT_pcl__PointXYZ_t__ConstPtr handler, SWIGTYPE_p_std__string cloudName) -
setPolygonMesh
public void setPolygonMesh(SWIGTYPE_p_pcl__PolygonMesh__ConstPtr meshToDisplay, SWIGTYPE_p_std__string meshName) -
setSphere
public void setSphere(SWIGTYPE_p_pcl__PointXYZ center, double radius, SWIGTYPE_p_std__string sphereName) -
setPlane
-
removePointCloud
-
removePolygonMesh
-
removeSphere
-
removePlane
-
display
public boolean display()
-