#include <NumpyIO.h>
◆ NumpyArray() [1/3]
open3d::core::NumpyArray::NumpyArray |
( |
| ) |
|
|
delete |
◆ NumpyArray() [2/3]
open3d::core::NumpyArray::NumpyArray |
( |
const Tensor & |
t | ) |
|
◆ NumpyArray() [3/3]
open3d::core::NumpyArray::NumpyArray |
( |
const SizeVector & |
shape, |
|
|
char |
type, |
|
|
int64_t |
word_size, |
|
|
bool |
fortran_order |
|
) |
| |
◆ GetDataPtr() [1/2]
template<typename T >
T* open3d::core::NumpyArray::GetDataPtr |
( |
| ) |
|
|
inline |
◆ GetDataPtr() [2/2]
template<typename T >
const T* open3d::core::NumpyArray::GetDataPtr |
( |
| ) |
const |
|
inline |
◆ GetDtype()
Dtype open3d::core::NumpyArray::GetDtype |
( |
| ) |
const |
◆ GetShape()
SizeVector open3d::core::NumpyArray::GetShape |
( |
| ) |
const |
|
inline |
◆ IsFortranOrder()
bool open3d::core::NumpyArray::IsFortranOrder |
( |
| ) |
const |
|
inline |
◆ Load()
NumpyArray open3d::core::NumpyArray::Load |
( |
const std::string & |
file_name | ) |
|
|
static |
◆ NumBytes()
int64_t open3d::core::NumpyArray::NumBytes |
( |
| ) |
const |
|
inline |
◆ Save()
void open3d::core::NumpyArray::Save |
( |
std::string |
file_name | ) |
const |
◆ ToTensor()
Tensor open3d::core::NumpyArray::ToTensor |
( |
| ) |
const |
The documentation for this class was generated from the following files: