OpenVDB  7.1.0
Deprecated List
Class IllegalValueException
Use ValueError instead.
Member AttributeArray::size () const =0
In-memory compression no longer supported, use AttributeArray::copy() instead.
Member AttributeArray::__attribute__ ((deprecated)) virtual void set(const Index n
From ABI 6 on, use copyValues() with source-target index pairs.
Member AttributeArray::__attribute__ ((deprecated)) virtual bool compress()=0
Previously this compressed the attribute array, now it does nothing.
Member AttributeArray::__attribute__ ((deprecated)) virtual bool decompress()=0
Previously this uncompressed the attribute array, now it does nothing.
Member TypedAttributeArray< ValueType_, Codec_ >::__attribute__ ((deprecated)) TypedAttributeArray(const TypedAttributeArray &
Use copy-constructor without unused bool parameter
Member TypedAttributeArray< ValueType_, Codec_ >::create (Index n, Index strideOrTotalSize=1, bool constantStride=true, const Metadata *metadata=nullptr)
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::__attribute__ ((deprecated)) inline void fillWithSpheres(const GridT &grid
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