HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_FeatherBarbFlat< T > Class Template Reference

#include <GU_Feather.h>

Public Member Functions

 GU_FeatherBarbFlat ()
 
 GU_FeatherBarbFlat (int ptcount, int barbsegs)
 
void setDimensions (int ptcount, int barbsegs)
 
void bumpDimensions (int ptcount, int barbsegs)
 
SYS_FORCE_INLINE const Tget (int index, int segindex) const
 
SYS_FORCE_INLINE const TgetBarbPtr (int index) const
 
SYS_FORCE_INLINE void set (int index, int segindex, const T &value)
 
SYS_FORCE_INLINE void set (int index, const UT_Array< T > &value)
 
SYS_FORCE_INLINE void add (int index, int segindex, const T &value)
 
void zero ()
 
void dump ()
 

Detailed Description

template<typename T>
class GU_FeatherBarbFlat< T >

Definition at line 382 of file GU_Feather.h.

Constructor & Destructor Documentation

template<typename T>
GU_FeatherBarbFlat< T >::GU_FeatherBarbFlat ( )
inline

Definition at line 385 of file GU_Feather.h.

template<typename T>
GU_FeatherBarbFlat< T >::GU_FeatherBarbFlat ( int  ptcount,
int  barbsegs 
)
inline

Definition at line 390 of file GU_Feather.h.

Member Function Documentation

template<typename T>
SYS_FORCE_INLINE void GU_FeatherBarbFlat< T >::add ( int  index,
int  segindex,
const T value 
)
inline

Definition at line 443 of file GU_Feather.h.

template<typename T>
void GU_FeatherBarbFlat< T >::bumpDimensions ( int  ptcount,
int  barbsegs 
)
inline

Definition at line 403 of file GU_Feather.h.

template<typename T>
void GU_FeatherBarbFlat< T >::dump ( )
inline

Definition at line 454 of file GU_Feather.h.

template<typename T>
SYS_FORCE_INLINE const T& GU_FeatherBarbFlat< T >::get ( int  index,
int  segindex 
) const
inline

Definition at line 411 of file GU_Feather.h.

template<typename T>
SYS_FORCE_INLINE const T* GU_FeatherBarbFlat< T >::getBarbPtr ( int  index) const
inline

Definition at line 418 of file GU_Feather.h.

template<typename T>
SYS_FORCE_INLINE void GU_FeatherBarbFlat< T >::set ( int  index,
int  segindex,
const T value 
)
inline

Definition at line 425 of file GU_Feather.h.

template<typename T>
SYS_FORCE_INLINE void GU_FeatherBarbFlat< T >::set ( int  index,
const UT_Array< T > &  value 
)
inline

Definition at line 432 of file GU_Feather.h.

template<typename T>
void GU_FeatherBarbFlat< T >::setDimensions ( int  ptcount,
int  barbsegs 
)
inline

Definition at line 396 of file GU_Feather.h.

template<typename T>
void GU_FeatherBarbFlat< T >::zero ( )
inline

Definition at line 449 of file GU_Feather.h.


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