24 #ifndef PXR_IMAGING_HD_VERTEX_ADJACENCY_H
25 #define PXR_IMAGING_HD_VERTEX_ADJACENCY_H
30 #include "pxr/base/vt/array.h"
38 std::shared_ptr<class Hd_VertexAdjacency>;
97 return _adjacencyTable;
102 VtIntArray _adjacencyTable;
108 #endif // PXR_IMAGING_HD_VERTEX_ADJACENCY_H
HD_API Hd_VertexAdjacency()
HD_API void BuildAdjacencyTable(HdMeshTopology const *topology)
VtIntArray const & GetAdjacencyTable() const
Returns the adjacency table.
int GetNumPoints() const
Returns the number of points in the adjacency table.
GT_API const UT_StringHolder topology
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
std::shared_ptr< class Hd_VertexAdjacency > Hd_VertexAdjacencySharedPtr
HD_API ~Hd_VertexAdjacency()