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

Class Link

Common/DataModel/vtkCellLinks.h:39–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38public:
39 class Link
40 {
41 public:
42 Link()
43 : ncells(0)
44 , cells(nullptr)
45 {
46 }
47 ~Link() = default;
48 vtkIdType ncells;
49 vtkIdType* cells;
50 };
51
52 ///@{
53 /**

Callers 2

ResizeMethod · 0.70
SynchronizeGhostDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected