|
HDK
|
#include "GU_API.h"#include "GU_Detail.h"#include <GA/GA_Edge.h>#include <GEO/GEO_PrimPoly.h>#include <UT/UT_VectorTypes.h>
Include dependency graph for GU_SplitLoc.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GU_SplitLocParent |
| class | GU_SplitLocT< Prec > |
Namespaces | |
| GU_EdgeSplitUtils | |
Typedefs | |
| typedef GU_SplitLocT< fpreal32 > | GU_SplitLoc |
| typedef UT_SharedPtr < GU_SplitLocT< fpreal > > | GU_SplitLocTPtr |
| typedef UT_Array< GU_SplitLocTPtr > | GU_SplitLocTArray |
| typedef UT_Array < GU_SplitLocParent > | GU_SplitLocParentArray |
| typedef UT_Array< GU_SplitLoc * > | GU_SplitLocArray |
Functions | |
| template<typename Prec > | |
| SYS_FORCE_INLINE const Prec | GU_EdgeSplitUtils::getTol () |
| SYS_FORCE_INLINE size_t | hash_value (const GU_SplitLocParent &parent) |
| GU_EXTERN_TEMPLATE (GU_SplitLocT< fpreal32 >) | |
| GU_EXTERN_TEMPLATE (GU_SplitLocT< fpreal64 >) | |
| typedef GU_SplitLocT<fpreal32> GU_SplitLoc |
Definition at line 266 of file GU_SplitLoc.h.
| typedef UT_Array<GU_SplitLoc *> GU_SplitLocArray |
Definition at line 271 of file GU_SplitLoc.h.
Definition at line 270 of file GU_SplitLoc.h.
| typedef UT_Array<GU_SplitLocTPtr> GU_SplitLocTArray |
Definition at line 269 of file GU_SplitLoc.h.
| typedef UT_SharedPtr< GU_SplitLocT<fpreal> > GU_SplitLocTPtr |
Definition at line 268 of file GU_SplitLoc.h.
| GU_EXTERN_TEMPLATE | ( | GU_SplitLocT< fpreal32 > | ) |
| GU_EXTERN_TEMPLATE | ( | GU_SplitLocT< fpreal64 > | ) |
| SYS_FORCE_INLINE size_t hash_value | ( | const GU_SplitLocParent & | parent | ) |
Definition at line 133 of file GU_SplitLoc.h.