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

Method InsertCell

Common/DataModel/vtkCellTypes.cxx:46–49  ·  view source on GitHub ↗

------------------------------------------------------------------------------ VTK_DEPRECATED_IN_9_6_0

Source from the content-addressed store, hash-verified

44//------------------------------------------------------------------------------
45// VTK_DEPRECATED_IN_9_6_0
46void vtkCellTypes::InsertCell(vtkIdType id, unsigned char type, vtkIdType)
47{
48 this->InsertCell(id, type);
49}
50
51//------------------------------------------------------------------------------
52// Add a cell at specified id.

Callers 3

InsertNextCellMethod · 0.95
operator()Method · 0.45
TestOCTFunction · 0.45

Calls 2

maxFunction · 0.50
InsertValueMethod · 0.45

Tested by 1

TestOCTFunction · 0.36