| addEigenPoint(const Eigen::Vector3d &point) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| addNormal(const CCVector3 &N) | cloudViewer::PointCloud | inline |
| addPoint(const CCVector3 &P) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| addPoint(double x, double y, double z) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| addPoint(double xyz[3]) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| addPoints(const std::vector< CCVector3 > &points) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| addPoints(const std::vector< Eigen::Vector3d > &points) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| addScalarField(const char *uniqueName) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| capacity() const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| deleteAllScalarFields() | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| deleteScalarField(int index) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| enableScalarField() override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| forEach(GenericCloud::genericPointAction action) override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| GenericCloud()=default | cloudViewer::GenericCloud | |
| genericPointAction typedef | cloudViewer::GenericCloud | |
| getBoundingBox(CCVector3 &bbMin, CCVector3 &bbMax) override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| getCurrentInScalarField() const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getCurrentInScalarFieldIndex() | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getCurrentOutScalarField() const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getCurrentOutScalarFieldIndex() | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getEigenPoint(size_t index) const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getEigenPoints() const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getNextPoint() override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| getNormal(unsigned pointIndex) const override | cloudViewer::PointCloud | inlinevirtual |
| getNumberOfScalarFields() const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getPoint(unsigned index) const override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| getPoint(unsigned index, CCVector3 &P) const override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| getPoint(unsigned index, double P[3]) const override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| getPointPersistentPtr(unsigned index) override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| getPointPersistentPtr(unsigned index) const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getPointPtr(size_t index) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getPoints() | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getPoints() const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getPointScalarValue(unsigned pointIndex) const override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| getScalarField(int index) const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getScalarFieldIndexByName(const char *name) const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| getScalarFieldName(int index) const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| hasPoints() const | cloudViewer::GenericCloud | inlinevirtual |
| invalidateBoundingBox() | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| isScalarFieldEnabled() const override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| m_bbox | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | protected |
| m_currentInScalarFieldIndex | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | protected |
| m_currentOutScalarFieldIndex | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | protected |
| m_currentPointIndex | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | protected |
| m_normals | cloudViewer::PointCloud | protected |
| m_points | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | protected |
| m_scalarFields | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | protected |
| normals() | cloudViewer::PointCloud | inline |
| normals() const | cloudViewer::PointCloud | inline |
| normalsAvailable() const override | cloudViewer::PointCloud | inlinevirtual |
| placeIteratorAtBeginning() override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| point(unsigned index) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlineprotected |
| point(unsigned index) const | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlineprotected |
| PointCloud()=default | cloudViewer::PointCloud | |
| PointCloudTpl() | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| renameScalarField(int index, const char *newName) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| reserve(unsigned newCapacity) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| reserveNormals(unsigned newCount) | cloudViewer::PointCloud | inline |
| reset() | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| resize(unsigned newCount) override | cloudViewer::PointCloud | inlinevirtual |
| setCurrentInScalarField(int index) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| setCurrentOutScalarField(int index) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| setCurrentScalarField(int index) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| setEigenPoint(size_t index, const Eigen::Vector3d &point) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| setEigenPoints(const std::vector< Eigen::Vector3d > &points) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| setPoint(size_t index, const CCVector3 &P) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inline |
| setPointScalarValue(unsigned pointIndex, ScalarType value) override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| size() const override | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |
| swapPoints(unsigned firstIndex, unsigned secondIndex) | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlineprotectedvirtual |
| testVisibility(const CCVector3 &P) const | cloudViewer::GenericCloud | inlinevirtual |
| ~GenericCloud()=default | cloudViewer::GenericCloud | virtual |
| ~GenericIndexedCloud() override=default | cloudViewer::GenericIndexedCloud | |
| ~GenericIndexedCloudPersist() override=default | cloudViewer::GenericIndexedCloudPersist | |
| ~PointCloud() override=default | cloudViewer::PointCloud | |
| ~PointCloudTpl() | cloudViewer::PointCloudTpl< GenericIndexedCloudPersist > | inlinevirtual |