Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
38
public:
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
Resize
Method · 0.70
SynchronizeGhostData
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected