HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::GroupHandle Class Reference

#include <AttributeGroup.h>

+ Inheritance diagram for openvdb::OPENVDB_VERSION_NAME::points::GroupHandle:

Classes

struct  BitMask
 

Public Types

using Ptr = std::shared_ptr< GroupHandle >
 
using UniquePtr = std::unique_ptr< GroupHandle >
 
using GroupIndex = std::pair< Index, uint8_t >
 

Public Member Functions

 GroupHandle (const GroupAttributeArray &array, const GroupType &offset)
 
 GroupHandle (const GroupAttributeArray &array, const GroupType &bitMask, BitMask)
 
Index size () const
 
bool isUniform () const
 
bool get (Index n) const
 
bool getUnsafe (Index n) const
 

Protected Attributes

const GroupAttributeArraymArray
 
const GroupType mBitMask
 

Detailed Description

Definition at line 72 of file AttributeGroup.h.

Member Typedef Documentation

using openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::GroupIndex = std::pair<Index, uint8_t>

Definition at line 81 of file AttributeGroup.h.

using openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::Ptr = std::shared_ptr<GroupHandle>

Definition at line 75 of file AttributeGroup.h.

using openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::UniquePtr = std::unique_ptr<GroupHandle>

Definition at line 76 of file AttributeGroup.h.

Constructor & Destructor Documentation

openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::GroupHandle ( const GroupAttributeArray array,
const GroupType offset 
)
openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::GroupHandle ( const GroupAttributeArray array,
const GroupType bitMask,
BitMask   
)

Member Function Documentation

bool openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::get ( Index  n) const
bool openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::getUnsafe ( Index  n) const
bool openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::isUniform ( ) const
inline

Definition at line 87 of file AttributeGroup.h.

Index openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::size ( void  ) const
inline

Definition at line 86 of file AttributeGroup.h.

Member Data Documentation

const GroupAttributeArray& openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::mArray
protected

Definition at line 93 of file AttributeGroup.h.

const GroupType openvdb::OPENVDB_VERSION_NAME::points::GroupHandle::mBitMask
protected

Definition at line 94 of file AttributeGroup.h.


The documentation for this class was generated from the following file: