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

Method IsPrimaryCell

Common/DataModel/vtkGenericCell.cxx:283–286  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

281
282//------------------------------------------------------------------------------
283int vtkGenericCell::IsPrimaryCell() VTK_FUTURE_CONST
284{
285 return this->Cell->IsPrimaryCell();
286}
287
288//------------------------------------------------------------------------------
289vtkCell* vtkGenericCell::InstantiateCell(int cellType)

Callers 8

ContourMethod · 0.80
ClipMethod · 0.80
TestOneCellFunction · 0.80
TestGenericCellFunction · 0.80
TestCellFunction · 0.80
TestGetSetMethod · 0.80
IsPrimaryMethod · 0.80
UnstructuredExecuteMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestOneCellFunction · 0.64
TestGenericCellFunction · 0.64
TestCellFunction · 0.64
TestGetSetMethod · 0.64