7 #ifndef PXR_IMAGING_HD_VERTEX_ADJACENCY_H
8 #define PXR_IMAGING_HD_VERTEX_ADJACENCY_H
13 #include "pxr/base/vt/array.h"
21 std::shared_ptr<class Hd_VertexAdjacency>;
80 return _adjacencyTable;
85 VtIntArray _adjacencyTable;
91 #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()