#include <LineSet.h>
|
std::vector< Eigen::Vector3d > | points_ |
|
std::vector< Eigen::Vector2i > | lines_ |
|
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) |
|
◆ LineSet()
open3d::geometry::LineSet::LineSet |
( |
| ) |
|
|
inline |
◆ ~LineSet()
open3d::geometry::LineSet::~LineSet |
( |
| ) |
|
|
inlineoverride |
◆ Clear()
void open3d::geometry::LineSet::Clear |
( |
| ) |
|
|
overridevirtual |
◆ GetLineCoordinate()
std::pair<Eigen::Vector3d, Eigen::Vector3d> open3d::geometry::LineSet::GetLineCoordinate |
( |
size_t |
line_index | ) |
const |
|
inline |
◆ GetMaxBound()
Eigen::Vector3d open3d::geometry::LineSet::GetMaxBound |
( |
| ) |
const |
|
overridevirtual |
◆ GetMinBound()
Eigen::Vector3d open3d::geometry::LineSet::GetMinBound |
( |
| ) |
const |
|
overridevirtual |
◆ HasColors()
bool open3d::geometry::LineSet::HasColors |
( |
| ) |
const |
|
inline |
◆ HasLines()
bool open3d::geometry::LineSet::HasLines |
( |
| ) |
const |
|
inline |
◆ HasPoints()
bool open3d::geometry::LineSet::HasPoints |
( |
| ) |
const |
|
inline |
◆ IsEmpty()
bool open3d::geometry::LineSet::IsEmpty |
( |
| ) |
const |
|
overridevirtual |
◆ operator+()
LineSet open3d::geometry::LineSet::operator+ |
( |
const LineSet & |
lineset | ) |
const |
◆ operator+=()
LineSet & open3d::geometry::LineSet::operator+= |
( |
const LineSet & |
lineset | ) |
|
◆ PaintUniformColor()
void open3d::geometry::LineSet::PaintUniformColor |
( |
const Eigen::Vector3d & |
color | ) |
|
|
inline |
Assigns each line in the LineSet the same color.
- Parameters
-
◆ Rotate()
◆ Scale()
LineSet & open3d::geometry::LineSet::Scale |
( |
const double |
scale, |
|
|
bool |
center = true |
|
) |
| |
|
overridevirtual |
◆ Transform()
LineSet & open3d::geometry::LineSet::Transform |
( |
const Eigen::Matrix4d & |
transformation | ) |
|
|
overridevirtual |
◆ Translate()
LineSet & open3d::geometry::LineSet::Translate |
( |
const Eigen::Vector3d & |
translation | ) |
|
|
overridevirtual |
◆ colors_
std::vector<Eigen::Vector3d> open3d::geometry::LineSet::colors_ |
◆ lines_
std::vector<Eigen::Vector2i> open3d::geometry::LineSet::lines_ |
◆ points_
std::vector<Eigen::Vector3d> open3d::geometry::LineSet::points_ |
The documentation for this class was generated from the following files:
- /home/ylao/repo/Open3D/src/Open3D/Geometry/LineSet.h
- /home/ylao/repo/Open3D/src/Open3D/Geometry/LineSet.cpp