OpenVDB  9.0.1
Public Member Functions | Public Attributes | List of all members
AttributeSet::Inserter Struct Reference

Utility method to construct a NameAndType sequence. More...

#include <openvdb/points/AttributeSet.h>

Public Member Functions

Inserteradd (const NameAndType &nameAndType)
 
Inserteradd (const Name &name, const NamePair &type)
 
Inserteradd (const NameAndTypeVec &other)
 

Public Attributes

NameAndTypeVec vec
 

Detailed Description

Utility method to construct a NameAndType sequence.

Member Function Documentation

Inserter& add ( const NameAndType nameAndType)
inline
Inserter& add ( const Name name,
const NamePair type 
)
inline
Inserter& add ( const NameAndTypeVec other)
inline

Member Data Documentation