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

Method NewCell

Testing/GenericBridge/vtkBridgeCellIterator.cxx:82–87  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Create an empty cell. \post result_exists: result!=0

Source from the content-addressed store, hash-verified

80// Create an empty cell.
81// \post result_exists: result!=0
82vtkGenericAdaptorCell* vtkBridgeCellIterator::NewCell()
83{
84 vtkGenericAdaptorCell* result = vtkBridgeCell::New();
85 assert("post: result_exists" && result != nullptr);
86 return result;
87}
88
89//------------------------------------------------------------------------------
90// Description:

Callers 1

GetDistinctCellTypesMethod · 0.45

Calls 2

NewFunction · 0.50
assertFunction · 0.50

Tested by

no test coverage detected