#include <LineSet.h>
|
std::vector< Eigen::Vector3d > | points_ |
|
std::vector< Eigen::Vector2i > | lines_ |
|
std::vector< Eigen::Vector3d > | colors_ |
|
◆ 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 | ) |
|
◆ Transform()
void open3d::geometry::LineSet::Transform |
( |
const Eigen::Matrix4d & |
transformation | ) |
|
|
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