OpenVDB  7.1.0
Deprecated List
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::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 TypedAttributeArray< ValueType_, Codec_ >::copyUncompressed () const override
In-memory compression no longer supported, use AttributeArray::copy() instead.
Member openvdb::v7_1::tools::levelSetMeasure (const GridT &grid, Real &area, Real &volume, Real &avgCurvature, bool useWorldUnits=true)
Use the LevelSetMeasure class instead.
Member openvdb::v7_1::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.
Member houdini_utils::getNodeChain (OP_Context &context, NodeType *startNode, bool addInterest=true)
This functionality has been marked as deprecated as OpenVDB is no longer using this due to changes relating to verbification. Please get in touch with the Technical Steering Committee if you are still relying on this code and would like it to remain in the houdini_utils library.
Member ParmFactory::setChoiceList (PRM_ChoiceListType typ, const std::vector< std::string > &items, bool paired=false)
Use setChoiceListItems() instead. Using unpaired items may mean less typing now, but it prevents you from reordering or deleting entries later.
Member ParmFactory::setChoiceList (PRM_ChoiceListType typ, const char *const *items, bool paired=false)
Use setChoiceListItems() instead. Using unpaired items may mean less typing now, but it prevents you from reordering or deleting entries later.
Member SOP_NodeVDB::duplicateSourceStealable (const unsigned index, OP_Context &context, GU_Detail **pgdp, GU_DetailHandle &gdh, bool clean=true)
verbification renders this redundant
Member SOP_NodeVDB::duplicateSourceStealable (const unsigned index, OP_Context &context)
verbification renders this redundant
"
verbification renders this redundant