HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_PolyFrame Class Reference

#include <GU_PolyFrame.h>

Public Member Functions

 GU_PolyFrame (GU_Detail *gdp)
 
virtual ~GU_PolyFrame ()
 
GU_DetailgetDetail () const
 
void setDetail (GU_Detail *gdp)
 
GU_PolyFrameError computeFrames (const GU_PolyFrameParms &parms, const GA_PointGroup *point_group=nullptr, const GA_PrimitiveGroup *prim_group=nullptr)
 
void setSaveAttribFlag (bool val)
 
void getAttribNormals (GA_RWHandleV3 &handle)
 
void getAttribTangents (GA_RWHandleV3 &handle)
 
void getAttribBitangents (GA_RWHandleV3 &handle)
 

Static Public Member Functions

static GU_PolyFrameError computeFrames (GA_AttributeUPtr &tangent, GA_AttributeUPtr &bitangent, GA_AttributeUPtr &normal, const GU_Detail &gdp, const GA_ROHandleV3 &Pattrib, const GU_PolyFrameParms &parms, const GA_PointGroup *point_group=nullptr, const GA_PrimitiveGroup *prim_group=nullptr, const GA_Attribute *existing_normal=nullptr)
 

Detailed Description

Definition at line 102 of file GU_PolyFrame.h.

Constructor & Destructor Documentation

GU_PolyFrame::GU_PolyFrame ( GU_Detail gdp)
virtual GU_PolyFrame::~GU_PolyFrame ( )
virtual

Member Function Documentation

GU_PolyFrameError GU_PolyFrame::computeFrames ( const GU_PolyFrameParms parms,
const GA_PointGroup point_group = nullptr,
const GA_PrimitiveGroup prim_group = nullptr 
)
static GU_PolyFrameError GU_PolyFrame::computeFrames ( GA_AttributeUPtr tangent,
GA_AttributeUPtr bitangent,
GA_AttributeUPtr normal,
const GU_Detail gdp,
const GA_ROHandleV3 Pattrib,
const GU_PolyFrameParms parms,
const GA_PointGroup point_group = nullptr,
const GA_PrimitiveGroup prim_group = nullptr,
const GA_Attribute existing_normal = nullptr 
)
static
void GU_PolyFrame::getAttribBitangents ( GA_RWHandleV3 handle)
inline

Definition at line 144 of file GU_PolyFrame.h.

void GU_PolyFrame::getAttribNormals ( GA_RWHandleV3 handle)
inline

Definition at line 134 of file GU_PolyFrame.h.

void GU_PolyFrame::getAttribTangents ( GA_RWHandleV3 handle)
inline

Definition at line 139 of file GU_PolyFrame.h.

GU_Detail* GU_PolyFrame::getDetail ( ) const
inline

Definition at line 108 of file GU_PolyFrame.h.

void GU_PolyFrame::setDetail ( GU_Detail gdp)
inline

Definition at line 109 of file GU_PolyFrame.h.

void GU_PolyFrame::setSaveAttribFlag ( bool  val)
inline

Definition at line 133 of file GU_PolyFrame.h.


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