HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_TetConnectivity.h File Reference
#include "GU_API.h"
#include "GU_Detail.h"
#include "GU_PrimTetrahedron.h"
#include <GA/GA_AttributeFilter.h>
#include <GA/GA_AttributeDict.h>
#include <GA/GA_AttributeSet.h>
#include <GA/GA_AIFCopyData.h>
#include <GA/GA_AIFMerge.h>
#include <GA/GA_MergeMap.h>
#include <GA/GA_MergeOptions.h>
#include <GA/GA_Types.h>
#include <GA/GA_ElementWrangler.h>
+ Include dependency graph for GU_TetConnectivity.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GU_AdjacentTetrahedra
 
struct  GU_TetrahedronFacet
 
class  GU_TetrahedronAdjacency
 

Functions

bool operator< (const GU_TetrahedronFacet &a, const GU_TetrahedronFacet &b)
 
bool GUhaveSameFacet (const GU_TetrahedronFacet &a, const GU_TetrahedronFacet &b)
 
GU_API bool GUgetTetSurface (GU_Detail &gdp, const GU_Detail &src_gdp, bool keepprimitives=false, bool keeppoints=false, bool buildpolysoup=false)
 

Function Documentation

GU_API bool GUgetTetSurface ( GU_Detail gdp,
const GU_Detail src_gdp,
bool  keepprimitives = false,
bool  keeppoints = false,
bool  buildpolysoup = false 
)
bool GUhaveSameFacet ( const GU_TetrahedronFacet a,
const GU_TetrahedronFacet b 
)
inline

Definition at line 184 of file GU_TetConnectivity.h.

bool operator< ( const GU_TetrahedronFacet a,
const GU_TetrahedronFacet b 
)
inline

Definition at line 159 of file GU_TetConnectivity.h.