OpenVDB  9.0.1
Public Types | List of all members
PromoteType< math::Vec4< T > > Struct Template Reference

#include <openvdb/Types.h>

Inherits PromoteContainerType< T, math::Vec4 >.

Public Types

using Promote = math::Vec4< typename PromoteType< T >::template Promote< Shift >>
 
using Demote = math::Vec4< typename PromoteType< T >::template Demote< Shift >>
 
using Highest = math::Vec4< typename PromoteType< T >::Highest >
 
using Lowest = math::Vec4< typename PromoteType< T >::Lowest >
 
using Next = math::Vec4< typename PromoteType< T >::Next >
 
using Previous = math::Vec4< typename PromoteType< T >::Previous >
 

Member Typedef Documentation

using Demote = math::Vec4 <typename PromoteType<T>::template Demote<Shift>>
inherited
using Highest = math::Vec4 <typename PromoteType<T>::Highest>
inherited
using Lowest = math::Vec4 <typename PromoteType<T>::Lowest>
inherited
using Next = math::Vec4 <typename PromoteType<T>::Next>
inherited
using Previous = math::Vec4 <typename PromoteType<T>::Previous>
inherited
using Promote = math::Vec4 <typename PromoteType<T>::template Promote<Shift>>
inherited