- Class IllegalValueException
- Use ValueError instead.
- Member AttributeArray::copyUncompressed () const =0
- In-memory compression no longer supported, use AttributeArray::copy() instead.
- Member AttributeArray::set (const Index n, const AttributeArray &sourceArray, const Index sourceIndex)=0
- From ABI 6 on, use copyValues() with source-target index pairs.
- Member AttributeArray::isCompressed () const
- Previously this returned
true
if the array was compressed, now it always returns false
.
- Member AttributeArray::compress ()=0
- Previously this compressed the attribute array, now it does nothing.
- Member AttributeArray::decompress ()=0
- Previously this uncompressed the attribute array, now it does nothing.
- Member TypedAttributeArray< ValueType_, Codec_ >::TypedAttributeArray (const TypedAttributeArray &, bool)
- Use copy-constructor without unused bool parameter
- Member openvdb::v7_0::tools::levelSetMeasure (const GridT &grid, Real &area, Real &volume, Real &avgCurvature, bool useWorldUnits=true)
- Use the LevelSetMeasure class instead.
- Member openvdb::v7_0::tools::fillWithSpheres (const GridT &grid, std::vector< openvdb::Vec4s > &spheres, int maxSphereCount, bool overlapping, float minRadius, float maxRadius, float isovalue, int instanceCount, InterrupterT *interrupter)
- Use the sphereCount overload instead.