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

Method CellTypes

Common/DataModel/vtkCellMetadata.cxx:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34std::unordered_set<vtkStringToken> vtkCellMetadata::CellTypes()
35{
36 std::unordered_set<vtkStringToken> cellTypes;
37 for (const auto& ctor : vtkCellMetadata::Constructors())
38 {
39 cellTypes.insert(ctor.first);
40 }
41 return cellTypes;
42}
43
44void vtkCellMetadata::PrintSelf(ostream& os, vtkIndent indent)
45{

Callers 3

CellTypesFunction · 0.80
CellTypeArrayMethod · 0.80
DrawCellsMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected