OpenVDB
7.2.1
|
Attribute array storage for string data using Descriptor Metadata. More...
Go to the source code of this file.
Classes | |
struct | StringTypeTrait< Truncate > |
struct | StringTypeTrait< true > |
struct | StringCodec< Truncate > |
struct | StringCodec< Truncate >::Storage< T > |
class | StringMetaCache |
Class to compute a string->index map from all string:N metadata. More... | |
class | StringMetaInserter |
Class to help with insertion of keyed string values into metadata. More... | |
class | StringAttributeHandle |
class | StringAttributeWriteHandle |
Namespaces | |
openvdb | |
openvdb::v7_2 | |
openvdb::v7_2::points | |
openvdb::v7_2::points::attribute_traits | |
Typedefs | |
using | OPENVDB_DEPRECATED = Index |
using | StringAttributeArray = TypedAttributeArray< Index, StringCodec< false > > |
Functions | |
bool | isString (const AttributeArray &array) |
Attribute array storage for string data using Descriptor Metadata.