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

#include <GEO_Primitive.h>

+ Inheritance diagram for GEO_Primitive::NormalCompAttrT< T >:

Public Member Functions

 NormalCompAttrT (const GA_RWAttributeRef &attr)
 
 NormalCompAttrT (const GA_RWHandleT< UT_Vector3T< T >> &attr)
 
void add (GA_Offset offset, const UT_Vector3T< T > &nml) override
 
void sub (GA_Offset offset, const UT_Vector3T< T > &nml) override
 
GA_RWHandleT< UT_Vector3T< T > > & getHandle ()
 
- Public Member Functions inherited from GEO_Primitive::NormalCompT< T >
virtual ~NormalCompT ()
 

Protected Attributes

GA_RWHandleT< UT_Vector3T< T > > myHandle
 

Detailed Description

template<typename T>
class GEO_Primitive::NormalCompAttrT< T >

Definition at line 374 of file GEO_Primitive.h.

Constructor & Destructor Documentation

template<typename T >
GEO_Primitive::NormalCompAttrT< T >::NormalCompAttrT ( const GA_RWAttributeRef attr)
inline

Definition at line 376 of file GEO_Primitive.h.

template<typename T >
GEO_Primitive::NormalCompAttrT< T >::NormalCompAttrT ( const GA_RWHandleT< UT_Vector3T< T >> &  attr)
inline

Definition at line 378 of file GEO_Primitive.h.

Member Function Documentation

template<typename T >
void GEO_Primitive::NormalCompAttrT< T >::add ( GA_Offset  offset,
const UT_Vector3T< T > &  nml 
)
inlineoverridevirtual

Reimplemented from GEO_Primitive::NormalCompT< T >.

Definition at line 380 of file GEO_Primitive.h.

template<typename T >
GA_RWHandleT<UT_Vector3T<T> >& GEO_Primitive::NormalCompAttrT< T >::getHandle ( )
inline

Definition at line 385 of file GEO_Primitive.h.

template<typename T >
void GEO_Primitive::NormalCompAttrT< T >::sub ( GA_Offset  offset,
const UT_Vector3T< T > &  nml 
)
inlineoverridevirtual

Reimplemented from GEO_Primitive::NormalCompT< T >.

Definition at line 382 of file GEO_Primitive.h.

Member Data Documentation

template<typename T >
GA_RWHandleT<UT_Vector3T<T> > GEO_Primitive::NormalCompAttrT< T >::myHandle
protected

Definition at line 388 of file GEO_Primitive.h.


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