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

Method InitWithCell

Testing/GenericBridge/vtkBridgePointIteratorOnCell.cxx:119–125  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: The iterator will iterate over the point of a cell \pre cell_exists: cell!=0

Source from the content-addressed store, hash-verified

117// The iterator will iterate over the point of a cell
118// \pre cell_exists: cell!=0
119void vtkBridgePointIteratorOnCell::InitWithCell(vtkBridgeCell* cell)
120{
121 assert("pre: cell_exists" && cell != nullptr);
122
123 vtkSetObjectBodyMacro(DataSet, vtkBridgeDataSet, cell->DataSet);
124 this->PtIds = cell->Cell->GetPointIds();
125}
126VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
GetPointIdsMethod · 0.45

Tested by

no test coverage detected