MCPcopy Create free account
hub / github.com/Kitware/VTK / Item

Class Item

Common/Core/vtkPriorityQueue.h:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36{
37public:
38 class Item
39 {
40 public:
41 double priority;
42 vtkIdType id;
43 };
44
45 /**
46 * Instantiate priority queue with default size and extension size of 1000.

Callers 1

vtkCollection.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected