OpenVDB 12.0.0
Loading...
Searching...
No Matches
TrilinearTraits< ValueT, Staggered > Struct Template Reference

#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/openvdb/openvdb/points/PointRasterizeTrilinear.h>

Public Types

using ResultT
 
template<typename PointDataTreeT >
using TreeT = typename PointDataTreeT::template ValueConverter<ResultT>::Type
 

Member Typedef Documentation

◆ ResultT

template<typename ValueT , bool Staggered = true>
using ResultT
Initial value:
typename std::conditional<
VecTraits<ValueT>::IsVec, ValueT, math::Vec3<ValueT>>::type
static const bool IsVec
Definition Types.h:245

◆ TreeT

template<typename ValueT , bool Staggered = true>
template<typename PointDataTreeT >
using TreeT = typename PointDataTreeT::template ValueConverter<ResultT>::Type