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

Function CellTypes

Common/DataModel/vtkCellGrid.h:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 */
270 template <typename Container>
271 void CellTypes(Container& cellTypes) const
272 {
273 for (const auto& entry : this->Cells)
274 {
275 cellTypes.insert(cellTypes.end(), entry.first);
276 }
277 }
278 template <typename Container>
279 Container CellTypes() const
280 {

Callers 3

mainFunction · 0.85
AddAllCellMetadataMethod · 0.85

Calls 3

CellTypesMethod · 0.80
insertMethod · 0.45
endMethod · 0.45

Tested by 1