ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::PointCloud Member List

This is the complete list of members for cloudViewer::PointCloud, including all inherited members.

addEigenPoint(const Eigen::Vector3d &point)cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
addNormal(const CCVector3 &N)cloudViewer::PointCloudinline
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() constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
deleteAllScalarFields()cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
deleteScalarField(int index)cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
enableScalarField() overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
forEach(GenericCloud::genericPointAction action) overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
GenericCloud()=defaultcloudViewer::GenericCloud
genericPointAction typedefcloudViewer::GenericCloud
getBoundingBox(CCVector3 &bbMin, CCVector3 &bbMax) overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
getCurrentInScalarField() constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getCurrentInScalarFieldIndex()cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getCurrentOutScalarField() constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getCurrentOutScalarFieldIndex()cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getEigenPoint(size_t index) constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getEigenPoints() constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getNextPoint() overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
getNormal(unsigned pointIndex) const overridecloudViewer::PointCloudinlinevirtual
getNumberOfScalarFields() constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getPoint(unsigned index) const overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
getPoint(unsigned index, CCVector3 &P) const overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
getPoint(unsigned index, double P[3]) const overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
getPointPersistentPtr(unsigned index) overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
getPointPersistentPtr(unsigned index) constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getPointPtr(size_t index)cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getPoints()cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getPoints() constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getPointScalarValue(unsigned pointIndex) const overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
getScalarField(int index) constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getScalarFieldIndexByName(const char *name) constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
getScalarFieldName(int index) constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
hasPoints() constcloudViewer::GenericCloudinlinevirtual
invalidateBoundingBox()cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
isScalarFieldEnabled() const overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
m_bboxcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >protected
m_currentInScalarFieldIndexcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >protected
m_currentOutScalarFieldIndexcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >protected
m_currentPointIndexcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >protected
m_normalscloudViewer::PointCloudprotected
m_pointscloudViewer::PointCloudTpl< GenericIndexedCloudPersist >protected
m_scalarFieldscloudViewer::PointCloudTpl< GenericIndexedCloudPersist >protected
normals()cloudViewer::PointCloudinline
normals() constcloudViewer::PointCloudinline
normalsAvailable() const overridecloudViewer::PointCloudinlinevirtual
placeIteratorAtBeginning() overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
point(unsigned index)cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlineprotected
point(unsigned index) constcloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlineprotected
PointCloud()=defaultcloudViewer::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::PointCloudinline
reset()cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inline
resize(unsigned newCount) overridecloudViewer::PointCloudinlinevirtual
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) overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
size() const overridecloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual
swapPoints(unsigned firstIndex, unsigned secondIndex)cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlineprotectedvirtual
testVisibility(const CCVector3 &P) constcloudViewer::GenericCloudinlinevirtual
~GenericCloud()=defaultcloudViewer::GenericCloudvirtual
~GenericIndexedCloud() override=defaultcloudViewer::GenericIndexedCloud
~GenericIndexedCloudPersist() override=defaultcloudViewer::GenericIndexedCloudPersist
~PointCloud() override=defaultcloudViewer::PointCloud
~PointCloudTpl()cloudViewer::PointCloudTpl< GenericIndexedCloudPersist >inlinevirtual