|
HDK
|
#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 | |
| SYS_DECLARE_IS_POD (GU_TetrahedronFacet) | |
| 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) |
| GU_API bool GUgetTetSurface | ( | GU_Detail & | gdp, |
| const GU_Detail & | src_gdp, | ||
| bool | keepprimitives = false, |
||
| bool | keeppoints = false, |
||
| bool | buildpolysoup = false |
||
| ) |
|
inline |
Definition at line 185 of file GU_TetConnectivity.h.
|
inline |
Definition at line 160 of file GU_TetConnectivity.h.
| SYS_DECLARE_IS_POD | ( | GU_TetrahedronFacet | ) |