Home
last modified time | relevance | path

Searched refs:GetTSDFAt (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/open3d/Open3D-0.2/src/Core/Integration/
H A DUniformTSDFVolume.cpp330 n(i) = GetTSDFAt(p1) - GetTSDFAt(p0); in GetNormalAt()
335 double UniformTSDFVolume::GetTSDFAt(const Eigen::Vector3d &p) in GetTSDFAt() function in three::UniformTSDFVolume
H A DUniformTSDFVolume.h77 double GetTSDFAt(const Eigen::Vector3d &p);
H A DScalableTSDFVolume.h102 double GetTSDFAt(const Eigen::Vector3d &p);
H A DScalableTSDFVolume.cpp337 n(i) = GetTSDFAt(p1) - GetTSDFAt(p0); in GetNormalAt()
342 double ScalableTSDFVolume::GetTSDFAt(const Eigen::Vector3d &p) in GetTSDFAt() function in three::ScalableTSDFVolume
/dports/graphics/py-open3d-python/Open3D-0.2/src/Core/Integration/
H A DUniformTSDFVolume.cpp330 n(i) = GetTSDFAt(p1) - GetTSDFAt(p0); in GetNormalAt()
335 double UniformTSDFVolume::GetTSDFAt(const Eigen::Vector3d &p) in GetTSDFAt() function in three::UniformTSDFVolume
H A DScalableTSDFVolume.h102 double GetTSDFAt(const Eigen::Vector3d &p);
H A DUniformTSDFVolume.h77 double GetTSDFAt(const Eigen::Vector3d &p);
H A DScalableTSDFVolume.cpp337 n(i) = GetTSDFAt(p1) - GetTSDFAt(p0); in GetNormalAt()
342 double ScalableTSDFVolume::GetTSDFAt(const Eigen::Vector3d &p) in GetTSDFAt() function in three::ScalableTSDFVolume