rtabmap::CloudViewer Member List
This is the complete list of members for rtabmap::CloudViewer, including all inherited members.
_aBackfaceCullingrtabmap::CloudViewer [private]
_aCameraOrthortabmap::CloudViewer [private]
_aClearTrajectoryrtabmap::CloudViewer [private]
_addedCloudsrtabmap::CloudViewer [private]
_aFollowCamerartabmap::CloudViewer [private]
_aLockCamerartabmap::CloudViewer [private]
_aLockViewZrtabmap::CloudViewer [private]
_aPolygonPickingrtabmap::CloudViewer [private]
_aResetCamerartabmap::CloudViewer [private]
_aSetBackgroundColorrtabmap::CloudViewer [private]
_aSetEdgeVisibilityrtabmap::CloudViewer [private]
_aSetFlatShadingrtabmap::CloudViewer [private]
_aSetFrustumColorrtabmap::CloudViewer [private]
_aSetFrustumScalertabmap::CloudViewer [private]
_aSetGridCellCountrtabmap::CloudViewer [private]
_aSetGridCellSizertabmap::CloudViewer [private]
_aSetLightingrtabmap::CloudViewer [private]
_aSetNormalsScalertabmap::CloudViewer [private]
_aSetNormalsSteprtabmap::CloudViewer [private]
_aSetRenderingRatertabmap::CloudViewer [private]
_aSetTrajectorySizertabmap::CloudViewer [private]
_aShowFrustumrtabmap::CloudViewer [private]
_aShowGridrtabmap::CloudViewer [private]
_aShowNormalsrtabmap::CloudViewer [private]
_aShowTrajectoryrtabmap::CloudViewer [private]
_buildLocatorrtabmap::CloudViewer [private]
_coordinatesrtabmap::CloudViewer [private]
_cubesrtabmap::CloudViewer [private]
_currentBgColorrtabmap::CloudViewer [private]
_defaultBgColorrtabmap::CloudViewer [private]
_frontfaceCullingrtabmap::CloudViewer [private]
_frustumColorrtabmap::CloudViewer [private]
_frustumsrtabmap::CloudViewer [private]
_frustumScalertabmap::CloudViewer [private]
_graphesrtabmap::CloudViewer [private]
_gridCellCountrtabmap::CloudViewer [private]
_gridCellSizertabmap::CloudViewer [private]
_gridLinesrtabmap::CloudViewer [private]
_keysPressedrtabmap::CloudViewer [private]
_lastCameraOrientationrtabmap::CloudViewer [private]
_lastCameraPosertabmap::CloudViewer [private]
_lastPosertabmap::CloudViewer [private]
_linesrtabmap::CloudViewer [private]
_locatorsrtabmap::CloudViewer [private]
_maxTrajectorySizertabmap::CloudViewer [private]
_menurtabmap::CloudViewer [private]
_normalsScalertabmap::CloudViewer [private]
_normalsSteprtabmap::CloudViewer [private]
_octomapActorrtabmap::CloudViewer [private]
_quadsrtabmap::CloudViewer [private]
_renderingRatertabmap::CloudViewer [private]
_spheresrtabmap::CloudViewer [private]
_textsrtabmap::CloudViewer [private]
_trajectoryrtabmap::CloudViewer [private]
_visualizerrtabmap::CloudViewer [private]
addCloud(const std::string &id, const pcl::PCLPointCloud2Ptr &binaryCloud, const Transform &pose, bool rgb, bool hasNormals, bool hasIntensity, const QColor &color=QColor())rtabmap::CloudViewer
addCloud(const std::string &id, const pcl::PointCloud< pcl::PointXYZRGBNormal >::Ptr &cloud, const Transform &pose=Transform::getIdentity(), const QColor &color=QColor())rtabmap::CloudViewer
addCloud(const std::string &id, const pcl::PointCloud< pcl::PointXYZRGB >::Ptr &cloud, const Transform &pose=Transform::getIdentity(), const QColor &color=QColor())rtabmap::CloudViewer
addCloud(const std::string &id, const pcl::PointCloud< pcl::PointXYZINormal >::Ptr &cloud, const Transform &pose=Transform::getIdentity(), const QColor &color=QColor())rtabmap::CloudViewer
addCloud(const std::string &id, const pcl::PointCloud< pcl::PointXYZI >::Ptr &cloud, const Transform &pose=Transform::getIdentity(), const QColor &color=QColor())rtabmap::CloudViewer
addCloud(const std::string &id, const pcl::PointCloud< pcl::PointNormal >::Ptr &cloud, const Transform &pose=Transform::getIdentity(), const QColor &color=QColor())rtabmap::CloudViewer
addCloud(const std::string &id, const pcl::PointCloud< pcl::PointXYZ >::Ptr &cloud, const Transform &pose=Transform::getIdentity(), const QColor &color=QColor())rtabmap::CloudViewer
addCloudMesh(const std::string &id, const pcl::PointCloud< pcl::PointXYZ >::Ptr &cloud, const std::vector< pcl::Vertices > &polygons, const Transform &pose=Transform::getIdentity())rtabmap::CloudViewer
addCloudMesh(const std::string &id, const pcl::PointCloud< pcl::PointXYZRGB >::Ptr &cloud, const std::vector< pcl::Vertices > &polygons, const Transform &pose=Transform::getIdentity())rtabmap::CloudViewer
addCloudMesh(const std::string &id, const pcl::PointCloud< pcl::PointXYZRGBNormal >::Ptr &cloud, const std::vector< pcl::Vertices > &polygons, const Transform &pose=Transform::getIdentity())rtabmap::CloudViewer
addCloudMesh(const std::string &id, const pcl::PolygonMesh::Ptr &mesh, const Transform &pose=Transform::getIdentity())rtabmap::CloudViewer
addCloudTextureMesh(const std::string &id, const pcl::TextureMesh::Ptr &textureMesh, const cv::Mat &texture, const Transform &pose=Transform::getIdentity())rtabmap::CloudViewer
addGrid()rtabmap::CloudViewer [private]
addOccupancyGridMap(const cv::Mat &map8U, float resolution, float xMin, float yMin, float opacity)rtabmap::CloudViewer
addOctomap(const OctoMap *octomap, unsigned int treeDepth=0, bool volumeRepresentation=true)rtabmap::CloudViewer
addOrUpdateCoordinate(const std::string &id, const Transform &transform, double scale, bool foreground=false)rtabmap::CloudViewer
addOrUpdateCube(const std::string &id, const Transform &pose, float width, float height, float depth, const QColor &color, bool wireframe=false, bool foreground=false)rtabmap::CloudViewer
addOrUpdateFrustum(const std::string &id, const Transform &transform, const Transform &localTransform, double scale, const QColor &color=QColor())rtabmap::CloudViewer
addOrUpdateGraph(const std::string &id, const pcl::PointCloud< pcl::PointXYZ >::Ptr &graph, const QColor &color=Qt::gray)rtabmap::CloudViewer
addOrUpdateLine(const std::string &id, const Transform &from, const Transform &to, const QColor &color, bool arrow=false, bool foreground=false)rtabmap::CloudViewer
addOrUpdateQuad(const std::string &id, const Transform &pose, float width, float height, const QColor &color, bool foreground=false)rtabmap::CloudViewer
addOrUpdateQuad(const std::string &id, const Transform &pose, float widthLeft, float widthRight, float heightBottom, float heightTop, const QColor &color, bool foreground=false)rtabmap::CloudViewer
addOrUpdateSphere(const std::string &id, const Transform &pose, float radius, const QColor &color, bool foreground=false)rtabmap::CloudViewer
addOrUpdateText(const std::string &id, const std::string &text, const Transform &position, double scale, const QColor &color, bool foreground=true)rtabmap::CloudViewer
addTextureMesh(const pcl::TextureMesh &mesh, const cv::Mat &texture, const std::string &id="texture", int viewport=0)rtabmap::CloudViewer
buildPickingLocator(bool enable)rtabmap::CloudViewer
clear()rtabmap::CloudViewer [virtual, slot]
clearTrajectory()rtabmap::CloudViewer
CloudViewer(QWidget *parent=0, CloudViewerInteractorStyle *style=CloudViewerInteractorStyle::New())rtabmap::CloudViewer
configChanged()rtabmap::CloudViewer [signal]
contextMenuEvent(QContextMenuEvent *event)rtabmap::CloudViewer [protected, virtual]
createMenu()rtabmap::CloudViewer [private]
getAddedClouds() const rtabmap::CloudViewer [inline]
getAddedCoordinates() const rtabmap::CloudViewer [inline]
getAddedCubes() const rtabmap::CloudViewer [inline]
getAddedFrustums() const rtabmap::CloudViewer [inline]
getAddedLines() const rtabmap::CloudViewer [inline]
getAddedQuads() const rtabmap::CloudViewer [inline]
getAddedSpheres() const rtabmap::CloudViewer [inline]
getAddedTexts() const rtabmap::CloudViewer [inline]
getBackgroundColor() const rtabmap::CloudViewer
getCameraPosition(float &x, float &y, float &z, float &focalX, float &focalY, float &focalZ, float &upX, float &upY, float &upZ) const rtabmap::CloudViewer
getCloudVisibility(const std::string &id)rtabmap::CloudViewer
getColor(const std::string &id)rtabmap::CloudViewer
getDefaultBackgroundColor() const rtabmap::CloudViewer
getFrustumColor() const rtabmap::CloudViewer
getFrustumScale() const rtabmap::CloudViewer
getGridCellCount() const rtabmap::CloudViewer
getGridCellSize() const rtabmap::CloudViewer
getIdByActor(vtkProp *actor) const rtabmap::CloudViewer
getLocators() const rtabmap::CloudViewer [inline]
getNormalsScale() const rtabmap::CloudViewer
getNormalsStep() const rtabmap::CloudViewer
getPose(const std::string &id, Transform &pose)rtabmap::CloudViewer
getRenderingRate() const rtabmap::CloudViewer
getTargetPose() const rtabmap::CloudViewer
getTrajectorySize() const rtabmap::CloudViewer
handleAction(QAction *event)rtabmap::CloudViewer [protected, virtual]
isCameraFree() const rtabmap::CloudViewer
isCameraLockZ() const rtabmap::CloudViewer
isCameraOrtho() const rtabmap::CloudViewer
isCameraTargetFollow() const rtabmap::CloudViewer
isCameraTargetLocked() const rtabmap::CloudViewer
isFrustumShown() const rtabmap::CloudViewer
isGridShown() const rtabmap::CloudViewer
isNormalsShown() const rtabmap::CloudViewer
isTrajectoryShown() const rtabmap::CloudViewer
keyPressEvent(QKeyEvent *event)rtabmap::CloudViewer [protected, virtual]
keyReleaseEvent(QKeyEvent *event)rtabmap::CloudViewer [protected, virtual]
loadSettings(QSettings &settings, const QString &group="")rtabmap::CloudViewer
menu()rtabmap::CloudViewer [inline, protected]
mouseMoveEvent(QMouseEvent *event)rtabmap::CloudViewer [protected, virtual]
mousePressEvent(QMouseEvent *event)rtabmap::CloudViewer [protected, virtual]
removeAllClouds()rtabmap::CloudViewer
removeAllCoordinates()rtabmap::CloudViewer
removeAllCubes()rtabmap::CloudViewer
removeAllFrustums(bool exceptCameraReference=false)rtabmap::CloudViewer
removeAllGraphs()rtabmap::CloudViewer
removeAllLines()rtabmap::CloudViewer
removeAllQuads()rtabmap::CloudViewer
removeAllSpheres()rtabmap::CloudViewer
removeAllTexts()rtabmap::CloudViewer
removeCloud(const std::string &id)rtabmap::CloudViewer
removeCoordinate(const std::string &id)rtabmap::CloudViewer
removeCube(const std::string &id)rtabmap::CloudViewer
removeFrustum(const std::string &id)rtabmap::CloudViewer
removeGraph(const std::string &id)rtabmap::CloudViewer
removeGrid()rtabmap::CloudViewer [private]
removeLine(const std::string &id)rtabmap::CloudViewer
removeOccupancyGridMap()rtabmap::CloudViewer
removeOctomap()rtabmap::CloudViewer
removeQuad(const std::string &id)rtabmap::CloudViewer
removeSphere(const std::string &id)rtabmap::CloudViewer
removeText(const std::string &id)rtabmap::CloudViewer
resetCamera()rtabmap::CloudViewer
saveSettings(QSettings &settings, const QString &group="") const rtabmap::CloudViewer
setBackfaceCulling(bool enabled, bool frontfaceCulling)rtabmap::CloudViewer
setBackgroundColor(const QColor &color)rtabmap::CloudViewer [slot]
setCameraFree()rtabmap::CloudViewer
setCameraLockZ(bool enabled=true)rtabmap::CloudViewer
setCameraOrtho(bool enabled=true)rtabmap::CloudViewer
setCameraPosition(float x, float y, float z, float focalX, float focalY, float focalZ, float upX, float upY, float upZ)rtabmap::CloudViewer
setCameraTargetFollow(bool enabled=true)rtabmap::CloudViewer
setCameraTargetLocked(bool enabled=true)rtabmap::CloudViewer
setCloudColorIndex(const std::string &id, int index)rtabmap::CloudViewer [slot]
setCloudOpacity(const std::string &id, double opacity=1.0)rtabmap::CloudViewer [slot]
setCloudPointSize(const std::string &id, int size)rtabmap::CloudViewer [slot]
setCloudVisibility(const std::string &id, bool isVisible)rtabmap::CloudViewer [slot]
setColor(const std::string &id, const QColor &color)rtabmap::CloudViewer
setDefaultBackgroundColor(const QColor &color)rtabmap::CloudViewer [slot]
setEdgeVisibility(bool visible)rtabmap::CloudViewer
setFrustumColor(QColor value)rtabmap::CloudViewer
setFrustumScale(float value)rtabmap::CloudViewer
setFrustumShown(bool shown)rtabmap::CloudViewer
setGridCellCount(unsigned int count)rtabmap::CloudViewer
setGridCellSize(float size)rtabmap::CloudViewer
setGridShown(bool shown)rtabmap::CloudViewer
setInteractorLayer(int layer)rtabmap::CloudViewer
setLighting(bool on)rtabmap::CloudViewer
setNormalsScale(float scale)rtabmap::CloudViewer
setNormalsShown(bool shown)rtabmap::CloudViewer
setNormalsStep(int step)rtabmap::CloudViewer
setPolygonPicking(bool enabled)rtabmap::CloudViewer
setRenderingRate(double rate)rtabmap::CloudViewer
setShading(bool on)rtabmap::CloudViewer
setTrajectoryShown(bool shown)rtabmap::CloudViewer
setTrajectorySize(unsigned int value)rtabmap::CloudViewer
updateCameraFrustum(const Transform &pose, const StereoCameraModel &model)rtabmap::CloudViewer
updateCameraFrustum(const Transform &pose, const CameraModel &model)rtabmap::CloudViewer
updateCameraFrustums(const Transform &pose, const std::vector< CameraModel > &models)rtabmap::CloudViewer
updateCameraTargetPosition(const Transform &pose)rtabmap::CloudViewer
updateCloudPose(const std::string &id, const Transform &pose)rtabmap::CloudViewer
updateCoordinatePose(const std::string &id, const Transform &transform)rtabmap::CloudViewer
updateFrustumPose(const std::string &id, const Transform &pose)rtabmap::CloudViewer
visualizer()rtabmap::CloudViewer [inline, protected]
wheelEvent(QWheelEvent *event)rtabmap::CloudViewer [protected, virtual]
~CloudViewer()rtabmap::CloudViewer [virtual]


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:41