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

Method InsertNextLinkedPoint

Common/DataModel/vtkPolyData.cxx:1119–1122  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Add a point to the cell data structure (after cell pointers have been built). This method allocates memory for the links to the cells. (To use this method, make sure points are available and BuildLinks() has been invoked.)

Source from the content-addressed store, hash-verified

1117// built). This method allocates memory for the links to the cells. (To
1118// use this method, make sure points are available and BuildLinks() has been invoked.)
1119vtkIdType vtkPolyData::InsertNextLinkedPoint(int numLinks)
1120{
1121 return static_cast<vtkCellLinks*>(this->Links.Get())->InsertNextPoint(numLinks);
1122}
1123
1124//------------------------------------------------------------------------------
1125// Add a point to the cell data structure (after cell pointers have been

Callers 2

SplitVertexMethod · 0.80

Calls 2

InsertNextPointMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected