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

Method GenerateValues

Filters/Modeling/vtkBandedPolyDataContourFilter.h:235–238  ·  view source on GitHub ↗

* Generate numContours equally spaced contour values between specified * range. Contour values will include min/max range values. */

Source from the content-addressed store, hash-verified

233 * range. Contour values will include min/max range values.
234 */
235inline void vtkBandedPolyDataContourFilter::GenerateValues(int numContours, double range[2])
236{
237 this->ContourValues->GenerateValues(numContours, range);
238}
239
240/**
241 * Generate numContours equally spaced contour values between specified

Callers 9

testContour3DAllMethod · 0.45
testContour2DAllMethod · 0.45
contourCaseFunction · 0.45
TestBoxFunction.pyFile · 0.45
testMethod · 0.45
testSync3dAllMethod · 0.45
showBandedContoursFunction · 0.45

Calls

no outgoing calls

Tested by 4

contourCaseFunction · 0.36
testMethod · 0.36
showBandedContoursFunction · 0.36