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

#include <openvdb/Types.h>

Inherits PromoteContainerType< T, math::Mat4 >.

Public Types

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

Member Typedef Documentation

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