HDK
|
#include <PointConversion.h>
Public Types | |
using | LeafNode = typename PointDataTreeType::LeafNodeType |
using | ValueType = typename Attribute::ValueType |
using | HandleT = typename Attribute::Handle |
using | SourceHandleT = typename ConversionTraits< ValueType >::Handle |
using | LeafManagerT = typename tree::LeafManager< const PointDataTreeType > |
using | LeafRangeT = typename LeafManagerT::LeafRange |
Public Member Functions | |
ConvertPointDataGridAttributeOp (Attribute &attribute, const std::vector< Index64 > &pointOffsets, const Index64 startOffset, const size_t index, const Index stride, const FilterT &filter, const bool inCoreOnly) | |
template<typename IterT > | |
void | convert (IterT &iter, HandleT &targetHandle, SourceHandleT &sourceHandle, Index64 &offset) const |
void | operator() (const LeafRangeT &range) const |
Public Attributes | |
Attribute & | mAttribute |
const std::vector< Index64 > & | mPointOffsets |
const Index64 | mStartOffset |
const size_t | mIndex |
const Index | mStride |
const FilterT & | mFilter |
const bool | mInCoreOnly |
Definition at line 400 of file PointConversion.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::HandleT = typename Attribute::Handle |
Definition at line 404 of file PointConversion.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::LeafManagerT = typename tree::LeafManager<const PointDataTreeType> |
Definition at line 406 of file PointConversion.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::LeafNode = typename PointDataTreeType::LeafNodeType |
Definition at line 402 of file PointConversion.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::LeafRangeT = typename LeafManagerT::LeafRange |
Definition at line 407 of file PointConversion.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::SourceHandleT = typename ConversionTraits<ValueType>::Handle |
Definition at line 405 of file PointConversion.h.
using openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::ValueType = typename Attribute::ValueType |
Definition at line 403 of file PointConversion.h.
|
inline |
Definition at line 409 of file PointConversion.h.
|
inline |
Definition at line 425 of file PointConversion.h.
|
inline |
Definition at line 448 of file PointConversion.h.
Attribute& openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::mAttribute |
Definition at line 477 of file PointConversion.h.
const FilterT& openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::mFilter |
Definition at line 482 of file PointConversion.h.
const bool openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::mInCoreOnly |
Definition at line 483 of file PointConversion.h.
const size_t openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::mIndex |
Definition at line 480 of file PointConversion.h.
const std::vector<Index64>& openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::mPointOffsets |
Definition at line 478 of file PointConversion.h.
const Index64 openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::mStartOffset |
Definition at line 479 of file PointConversion.h.
const Index openvdb::OPENVDB_VERSION_NAME::points::point_conversion_internal::ConvertPointDataGridAttributeOp< PointDataTreeType, Attribute, FilterT >::mStride |
Definition at line 481 of file PointConversion.h.