|
HDK
|
Attribute Array storage templated on type and compression codec. More...
#include <openvdb/Types.h>#include <openvdb/math/QuantizedUnitVec.h>#include <openvdb/util/Name.h>#include <openvdb/util/logging.h>#include <openvdb/util/Assert.h>#include <openvdb/io/io.h>#include <openvdb/io/Compression.h>#include "IndexIterator.h"#include "StreamCompression.h"#include <tbb/spin_mutex.h>#include <atomic>#include <memory>#include <mutex>#include <string>#include <type_traits>
Include dependency graph for AttributeArray.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| openvdb | |
| openvdb::OPENVDB_VERSION_NAME | |
| openvdb::OPENVDB_VERSION_NAME::points | |
| openvdb::OPENVDB_VERSION_NAME::points::attribute_traits | |
Typedefs | |
| using | openvdb::OPENVDB_VERSION_NAME::NamePair = std::pair< Name, Name > |
Functions | |
| template<typename IntegerT , typename FloatT > | |
| IntegerT | openvdb::OPENVDB_VERSION_NAME::points::floatingPointToFixedPoint (const FloatT s) |
| template<typename FloatT , typename IntegerT > | |
| FloatT | openvdb::OPENVDB_VERSION_NAME::points::fixedPointToFloatingPoint (const IntegerT s) |
| template<typename IntegerVectorT , typename FloatT > | |
| IntegerVectorT | openvdb::OPENVDB_VERSION_NAME::points::floatingPointToFixedPoint (const math::Vec3< FloatT > &v) |
| template<typename FloatVectorT , typename IntegerT > | |
| FloatVectorT | openvdb::OPENVDB_VERSION_NAME::points::fixedPointToFloatingPoint (const math::Vec3< IntegerT > &v) |
Attribute Array storage templated on type and compression codec.
Definition in file AttributeArray.h.