OpenVDB 11.0.0
|
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/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>
Go to the source code of this file.
Namespaces | |
namespace | openvdb |
namespace | openvdb::v11_0 |
namespace | openvdb::v11_0::points |
namespace | openvdb::v11_0::points::attribute_traits |
Typedefs | |
using | NamePair = std::pair<Name, Name> |
Functions | |
template<typename IntegerT , typename FloatT > | |
IntegerT | floatingPointToFixedPoint (const FloatT s) |
template<typename FloatT , typename IntegerT > | |
FloatT | fixedPointToFloatingPoint (const IntegerT s) |
template<typename IntegerVectorT , typename FloatT > | |
IntegerVectorT | floatingPointToFixedPoint (const math::Vec3< FloatT > &v) |
template<typename FloatVectorT , typename IntegerT > | |
FloatVectorT | fixedPointToFloatingPoint (const math::Vec3< IntegerT > &v) |
Attribute Array storage templated on type and compression codec.