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