|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< float > (float &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< double > (double &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< std::int8_t > (std::int8_t &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< std::int16_t > (std::int16_t &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< std::int32_t > (std::int32_t &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< std::int64_t > (std::int64_t &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< std::uint8_t > (std::uint8_t &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< std::uint16_t > (std::uint16_t &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< std::uint32_t > (std::uint32_t &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::UnpackASCIIPCDElement< std::uint64_t > (std::uint64_t &data, const char *data_ptr) |
|
template<> |
void | open3d::t::io::ColorToUint8< float > (const float *input_color, std::uint8_t *output_color) |
|
template<> |
void | open3d::t::io::ColorToUint8< double > (const double *input_color, std::uint8_t *output_color) |
|
template<> |
void | open3d::t::io::ColorToUint8< std::uint8_t > (const std::uint8_t *input_color, std::uint8_t *output_color) |
|
template<> |
void | open3d::t::io::ColorToUint8< std::uint16_t > (const std::uint16_t *input_color, std::uint8_t *output_color) |
|
template<> |
void | open3d::t::io::ColorToUint8< std::uint32_t > (const std::uint32_t *input_color, std::uint8_t *output_color) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< float > (const float &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< double > (const double &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< std::int8_t > (const std::int8_t &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< std::int16_t > (const std::int16_t &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< std::int32_t > (const std::int32_t &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< std::int64_t > (const std::int64_t &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< std::uint8_t > (const std::uint8_t &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< std::uint16_t > (const std::uint16_t &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< std::uint32_t > (const std::uint32_t &data, FILE *file) |
|
template<> |
int | open3d::t::io::WriteElementDataToFileASCII< std::uint64_t > (const std::uint64_t &data, FILE *file) |
|
bool | open3d::t::io::ReadPointCloudFromPCD (const std::string &filename, t::geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms) |
|
bool | open3d::t::io::WritePointCloudToPCD (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms) |
|