Ptex
PtexUtils::VecAccum< T, 0 > Struct Template Reference

#include <PtexUtils.h>

Public Member Functions

void operator() (float *, const T *, float)
 
 VecAccum ()
 
void operator() (float *dst, const T *val, float weight)
 

Detailed Description

template<typename T>
struct PtexUtils::VecAccum< T, 0 >

Definition at line 243 of file PtexUtils.h.

Constructor & Destructor Documentation

◆ VecAccum()

PtexUtils::VecAccum< T, n >::VecAccum ( )
inline

Definition at line 234 of file PtexUtils.h.

Referenced by operator()().

Member Function Documentation

◆ operator()() [1/2]

template<typename T>
void PtexUtils::VecAccum< T, 0 >::operator() ( float * ,
const T * ,
float  )
inline

Definition at line 243 of file PtexUtils.h.

References operator()(), and VecAccum().

Referenced by operator()().

◆ operator()() [2/2]

void PtexUtils::VecAccum< T, n >::operator() ( float * dst,
const T * val,
float weight )
inline

Definition at line 235 of file PtexUtils.h.


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