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

Method GetMaskingNodeCost

Filters/Sources/vtkRandomHyperTreeGridSource.cxx:421–424  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

419
420//------------------------------------------------------------------------------
421double vtkRandomHyperTreeGridSource::GetMaskingNodeCost(int level)
422{
423 return this->MaskingCostPerLevel.at(level);
424}
425
426VTK_ABI_NAMESPACE_END

Callers 1

GenerateMaskMethod · 0.95

Calls 1

atMethod · 0.45

Tested by

no test coverage detected