HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AttributeArrayString.h File Reference

Attribute array storage for string data using Descriptor Metadata. More...

#include "AttributeArray.h"
#include <memory>
#include <deque>
#include <unordered_map>
+ Include dependency graph for AttributeArrayString.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openvdb::OPENVDB_VERSION_NAME::points::attribute_traits::StringTypeTrait< Truncate >
 
struct  openvdb::OPENVDB_VERSION_NAME::points::attribute_traits::StringTypeTrait< true >
 
struct  openvdb::OPENVDB_VERSION_NAME::points::StringCodec< Truncate >
 
struct  openvdb::OPENVDB_VERSION_NAME::points::StringCodec< Truncate >::Storage< T >
 
class  openvdb::OPENVDB_VERSION_NAME::points::StringMetaCache
 Class to compute a string->index map from all string:N metadata. More...
 
class  openvdb::OPENVDB_VERSION_NAME::points::StringMetaInserter
 Class to help with insertion of keyed string values into metadata. More...
 
class  openvdb::OPENVDB_VERSION_NAME::points::StringAttributeHandle
 
class  openvdb::OPENVDB_VERSION_NAME::points::StringAttributeWriteHandle
 

Namespaces

 openvdb
 
 openvdb::OPENVDB_VERSION_NAME
 
 openvdb::OPENVDB_VERSION_NAME::points
 
 openvdb::OPENVDB_VERSION_NAME::points::attribute_traits
 

Typedefs

using openvdb::OPENVDB_VERSION_NAME::points::StringAttributeArray = TypedAttributeArray< Index, StringCodec< false >>
 

Functions

bool openvdb::OPENVDB_VERSION_NAME::points::isString (const AttributeArray &array)
 

Detailed Description

Attribute array storage for string data using Descriptor Metadata.

Author
Dan Bailey

Definition in file AttributeArrayString.h.