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

Method ResizeCellList

Common/DataModel/vtkPolyData.h:846–849  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

844
845//------------------------------------------------------------------------------
846inline void vtkPolyData::ResizeCellList(vtkIdType ptId, int size)
847{
848 static_cast<vtkCellLinks*>(this->Links.Get())->ResizeCellList(ptId, size);
849}
850
851//------------------------------------------------------------------------------
852inline vtkCellArray* vtkPolyData::GetCellArrayInternal(vtkPolyData::TaggedCellId tag)

Callers 9

InsertNextLinkedCellMethod · 0.45
CheckEdgeMethod · 0.45
InsertPointMethod · 0.45
CheckEdgeMethod · 0.45
RequestDataMethod · 0.45
RecoverEdgeMethod · 0.45
CollapseEdgeMethod · 0.45
CollapseEdgeMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected