◆ CharVector() [1/3]
open3d::t::io::CharVector::CharVector |
( |
| ) |
|
|
inline |
◆ CharVector() [2/3]
open3d::t::io::CharVector::CharVector |
( |
size_t |
size | ) |
|
|
inline |
◆ CharVector() [3/3]
open3d::t::io::CharVector::CharVector |
( |
size_t |
size, |
|
|
const char |
value |
|
) |
| |
|
inline |
◆ Append() [1/6]
CharVector& open3d::t::io::CharVector::Append |
( |
const char * |
rhs | ) |
|
|
inline |
◆ Append() [2/6]
◆ Append() [3/6]
CharVector& open3d::t::io::CharVector::Append |
( |
const std::string & |
rhs | ) |
|
|
inline |
◆ Append() [4/6]
template<typename T >
CharVector& open3d::t::io::CharVector::Append |
( |
const T & |
rhs | ) |
|
|
inline |
◆ Append() [5/6]
template<typename InputIt >
CharVector& open3d::t::io::CharVector::Append |
( |
InputIt |
first, |
|
|
InputIt |
last |
|
) |
| |
|
inline |
◆ Append() [6/6]
template<typename T >
CharVector& open3d::t::io::CharVector::Append |
( |
size_t |
count, |
|
|
const T & |
value |
|
) |
| |
|
inline |
◆ Begin()
std::vector<char>::iterator open3d::t::io::CharVector::Begin |
( |
| ) |
|
|
inline |
◆ Data() [1/2]
char* open3d::t::io::CharVector::Data |
( |
| ) |
|
|
inline |
◆ Data() [2/2]
const char* open3d::t::io::CharVector::Data |
( |
| ) |
const |
|
inline |
◆ End()
std::vector<char>::iterator open3d::t::io::CharVector::End |
( |
| ) |
|
|
inline |
◆ operator[]() [1/2]
char& open3d::t::io::CharVector::operator[] |
( |
size_t |
index | ) |
|
|
inline |
◆ operator[]() [2/2]
const char& open3d::t::io::CharVector::operator[] |
( |
size_t |
index | ) |
const |
|
inline |
◆ Resize()
void open3d::t::io::CharVector::Resize |
( |
size_t |
count | ) |
|
|
inline |
◆ Size()
size_t open3d::t::io::CharVector::Size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: