![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Logging.h>#include <sstream>#include "cloudViewer/core/CUDAUtils.h"#include "cloudViewer/core/Dtype.h"#include "cloudViewer/core/ShapeUtil.h"#include "cloudViewer/core/SizeVector.h"#include "cloudViewer/core/Tensor.h"#include "cloudViewer/utility/MiniVec.h"

Go to the source code of this file.
Classes | |
| struct | cloudViewer::core::OffsetCalculator< NARGS, index_t > |
| struct | cloudViewer::core::TensorRef |
| A minimalistic class that reference a Tensor. More... | |
| class | cloudViewer::core::TensorIterator |
| class | cloudViewer::core::Indexer |
| class | cloudViewer::core::IndexerIterator |
| struct | cloudViewer::core::IndexerIterator::Iterator |
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::core | |
Enumerations | |
| enum class | cloudViewer::core::DtypePolicy { cloudViewer::core::NONE , cloudViewer::core::ALL_SAME , cloudViewer::core::INPUT_SAME , cloudViewer::core::INPUT_SAME_OUTPUT_BOOL } |
Variables | |
| static constexpr int64_t | cloudViewer::core::MAX_DIMS = 5 |
| static constexpr int64_t | cloudViewer::core::MAX_INPUTS = 5 |
| static constexpr int64_t | cloudViewer::core::MAX_OUTPUTS = 2 |