|
HDK
|
#include "GU_API.h"#include <GEO/GEO_ConvertParms.h>#include <GA/GA_Detail.h>#include <GA/GA_Range.h>
Include dependency graph for GU_ConvertParms.h:Go to the source code of this file.
Classes | |
| class | GU_ConvertMarker |
Typedefs | |
| typedef GEO_ConvertStyle | GU_ConvertStyle |
| typedef GEO_MetaConvertStyleType | GU_MetaConvertStyleType |
| typedef GEO_ConvertMethod | GU_ConvertMethod |
| typedef GEO_ConvertParms | GU_ConvertParms |
| typedef GEO_MetaConvertParms | GU_MetaConvertParms |
Functions | |
| GU_API void | GUconvertCopySingleVertexPrimAttribsAndGroups (GU_ConvertParms &parms, const GA_Detail &src, GA_Offset src_primoff, GA_Detail &dst, const GA_Range &dst_prims, const GA_Range &dst_points) |
| typedef GEO_ConvertMethod GU_ConvertMethod |
Definition at line 26 of file GU_ConvertParms.h.
| typedef GEO_ConvertParms GU_ConvertParms |
Definition at line 27 of file GU_ConvertParms.h.
| typedef GEO_ConvertStyle GU_ConvertStyle |
Definition at line 24 of file GU_ConvertParms.h.
Definition at line 28 of file GU_ConvertParms.h.
Definition at line 25 of file GU_ConvertParms.h.
| GU_API void GUconvertCopySingleVertexPrimAttribsAndGroups | ( | GU_ConvertParms & | parms, |
| const GA_Detail & | src, | ||
| GA_Offset | src_primoff, | ||
| GA_Detail & | dst, | ||
| const GA_Range & | dst_prims, | ||
| const GA_Range & | dst_points | ||
| ) |
Handle copying of attributes and groups from a primitive which contains a single vertex to a range of destination primitives/points.