The base geometry class.
More...
#include <Geometry.h>
|
enum class | GeometryType {
Unspecified = 0
, PointCloud = 1
, VoxelGrid = 2
, Octree = 3
,
LineSet = 4
, MeshBase = 5
, TriangleMesh = 6
, HalfEdgeTriangleMesh = 7
,
Image = 8
, RGBDImage = 9
, TetraMesh = 10
, OrientedBoundingBox = 11
,
AxisAlignedBoundingBox = 12
} |
| Specifies possible geometry types. More...
|
|
◆ GeometryType
Specifies possible geometry types.
◆ ~Geometry()
virtual open3d::t::geometry::Geometry::~Geometry |
( |
| ) |
|
|
inlinevirtual |
◆ Geometry()
open3d::t::geometry::Geometry::Geometry |
( |
GeometryType |
type, |
|
|
int |
dimension |
|
) |
| |
|
inlineprotected |
Parameterized Constructor.
- Parameters
-
type | Specifies the type of geometry of the object constructed. |
dimension | Specifies whether the dimension is 2D or 3D. |
◆ Clear()
virtual Geometry& open3d::t::geometry::Geometry::Clear |
( |
| ) |
|
|
pure virtual |
◆ Dimension()
int open3d::t::geometry::Geometry::Dimension |
( |
| ) |
const |
|
inline |
Returns whether the geometry is 2D or 3D.
◆ GetDevice()
virtual core::Device open3d::t::geometry::Geometry::GetDevice |
( |
| ) |
const |
|
pure virtual |
◆ GetGeometryType()
GeometryType open3d::t::geometry::Geometry::GetGeometryType |
( |
| ) |
const |
|
inline |
Returns one of registered geometry types.
◆ GetName()
std::string open3d::t::geometry::Geometry::GetName |
( |
| ) |
const |
|
inline |
◆ IsEmpty()
virtual bool open3d::t::geometry::Geometry::IsEmpty |
( |
| ) |
const |
|
pure virtual |
◆ SetName()
void open3d::t::geometry::Geometry::SetName |
( |
const std::string & |
name | ) |
|
|
inline |
The documentation for this class was generated from the following file: