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

Method SetMaxSubdivisionLevel

Common/DataModel/vtkSimpleCellTessellator.cxx:2699–2703  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Set the maximum level of subdivision. See GetMaxSubdivisionLevel() for more explanations. \pre positive_level: level>=GetFixedSubdivisions() \post is_set: level==GetMaxSubdivisionLevel()

Source from the content-addressed store, hash-verified

2697// \pre positive_level: level>=GetFixedSubdivisions()
2698// \post is_set: level==GetMaxSubdivisionLevel()
2699void vtkSimpleCellTessellator::SetMaxSubdivisionLevel(int level)
2700{
2701 assert("pre: positive_level" && level >= this->GetFixedSubdivisions());
2702 this->MaxSubdivisionLevel = level;
2703}
2704
2705//------------------------------------------------------------------------------
2706// Description:

Callers 7

TestSmoothErrorMetricFunction · 0.80
TestGenericCutterFunction · 0.80
TestGenericGlyph3DFilterFunction · 0.80
TestGenericContourFilterFunction · 0.80
TestGenericProbeFilterFunction · 0.80

Calls 2

GetFixedSubdivisionsMethod · 0.95
assertFunction · 0.50

Tested by 7

TestSmoothErrorMetricFunction · 0.64
TestGenericCutterFunction · 0.64
TestGenericGlyph3DFilterFunction · 0.64
TestGenericContourFilterFunction · 0.64
TestGenericProbeFilterFunction · 0.64