HDK
|
#include <GU_Copy2.h>
Public Member Functions | |
SYS_STATIC_ASSERT_MSG (int(GA_ATTRIB_VERTEX)< 3 &&int(GA_ATTRIB_POINT)< 3 &&int(GA_ATTRIB_PRIMITIVE)< 3,"Array above depends on owners other than detail being less than 3") | |
Public Attributes | |
exint | myRefCount |
This is the number of target points that reference this piece. More... | |
GA_OffsetList | mySourceOffsetLists [3] |
GA_ListType< exint, exint > | myRelVtxToPt |
This maps from the index into mySourceVertex to the index into mySourcePoints. More... | |
bool | myHasSharedPoints |
bool | myHasContiguousPoints |
GA_PolyCounts | myVertexListSizeList |
UT_SmallArray< std::pair< int, exint >, sizeof(std::pair< int, exint >)> | myPrimTypeCountPairs |
UT_SmallArray< exint, 2 *sizeof(exint)> | myClosedSpanLengths |
Definition at line 169 of file GU_Copy2.h.
GU_CopyToPointsCache::PieceData::SYS_STATIC_ASSERT_MSG | ( | ) |
UT_SmallArray<exint, 2*sizeof(exint)> GU_CopyToPointsCache::PieceData::myClosedSpanLengths |
Definition at line 187 of file GU_Copy2.h.
bool GU_CopyToPointsCache::PieceData::myHasContiguousPoints |
Definition at line 182 of file GU_Copy2.h.
bool GU_CopyToPointsCache::PieceData::myHasSharedPoints |
Definition at line 181 of file GU_Copy2.h.
UT_SmallArray<std::pair<int,exint>, sizeof(std::pair<int,exint>)> GU_CopyToPointsCache::PieceData::myPrimTypeCountPairs |
Definition at line 186 of file GU_Copy2.h.
exint GU_CopyToPointsCache::PieceData::myRefCount |
This is the number of target points that reference this piece.
Definition at line 172 of file GU_Copy2.h.
GA_ListType<exint,exint> GU_CopyToPointsCache::PieceData::myRelVtxToPt |
This maps from the index into mySourceVertex to the index into mySourcePoints.
Definition at line 179 of file GU_Copy2.h.
GA_OffsetList GU_CopyToPointsCache::PieceData::mySourceOffsetLists[3] |
Definition at line 174 of file GU_Copy2.h.
GA_PolyCounts GU_CopyToPointsCache::PieceData::myVertexListSizeList |
Definition at line 184 of file GU_Copy2.h.