#include <PointCloud.h>
|
std::vector< Eigen::Vector3d > | points_ |
|
std::vector< Eigen::Vector3d > | normals_ |
|
std::vector< Eigen::Vector3d > | colors_ |
|
|
enum | RotationType {
RotationType::XYZ,
RotationType::YZX,
RotationType::ZXY,
RotationType::XZY,
RotationType::ZYX,
RotationType::YXZ,
RotationType::AxisAngle
} |
|
enum | GeometryType {
GeometryType::Unspecified = 0,
GeometryType::PointCloud = 1,
GeometryType::VoxelGrid = 2,
GeometryType::Octree = 3,
GeometryType::LineSet = 4,
GeometryType::TriangleMesh = 5,
GeometryType::HalfEdgeTriangleMesh = 6,
GeometryType::Image = 7
} |
|
| Geometry3D (GeometryType type) |
|
Eigen::Matrix3d | GetRotationMatrix (const Eigen::Vector3d &rotation, RotationType type=RotationType::XYZ) const |
|
| Geometry (GeometryType type, int dimension) |
|
◆ PointCloud()
open3d::geometry::PointCloud::PointCloud |
( |
| ) |
|
|
inline |
◆ ~PointCloud()
open3d::geometry::PointCloud::~PointCloud |
( |
| ) |
|
|
inlineoverride |
◆ Clear()
void open3d::geometry::PointCloud::Clear |
( |
| ) |
|
|
overridevirtual |
◆ GetMaxBound()
Eigen::Vector3d open3d::geometry::PointCloud::GetMaxBound |
( |
| ) |
const |
|
overridevirtual |
◆ GetMinBound()
Eigen::Vector3d open3d::geometry::PointCloud::GetMinBound |
( |
| ) |
const |
|
overridevirtual |
◆ HasColors()
bool open3d::geometry::PointCloud::HasColors |
( |
| ) |
const |
|
inline |
◆ HasNormals()
bool open3d::geometry::PointCloud::HasNormals |
( |
| ) |
const |
|
inline |
◆ HasPoints()
bool open3d::geometry::PointCloud::HasPoints |
( |
| ) |
const |
|
inline |
◆ IsEmpty()
bool open3d::geometry::PointCloud::IsEmpty |
( |
| ) |
const |
|
overridevirtual |
◆ NormalizeNormals()
void open3d::geometry::PointCloud::NormalizeNormals |
( |
| ) |
|
|
inline |
◆ operator+()
◆ operator+=()
◆ PaintUniformColor()
void open3d::geometry::PointCloud::PaintUniformColor |
( |
const Eigen::Vector3d & |
color | ) |
|
|
inline |
Assigns each point in the PointCloud the same color.
- Parameters
-
◆ Rotate()
◆ Scale()
PointCloud & open3d::geometry::PointCloud::Scale |
( |
const double |
scale, |
|
|
bool |
center = true |
|
) |
| |
|
overridevirtual |
◆ Transform()
PointCloud & open3d::geometry::PointCloud::Transform |
( |
const Eigen::Matrix4d & |
transformation | ) |
|
|
overridevirtual |
◆ Translate()
PointCloud & open3d::geometry::PointCloud::Translate |
( |
const Eigen::Vector3d & |
translation | ) |
|
|
overridevirtual |
◆ colors_
std::vector<Eigen::Vector3d> open3d::geometry::PointCloud::colors_ |
◆ normals_
std::vector<Eigen::Vector3d> open3d::geometry::PointCloud::normals_ |
◆ points_
std::vector<Eigen::Vector3d> open3d::geometry::PointCloud::points_ |
The documentation for this class was generated from the following files: