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

Method GetValues

Filters/HyperTree/vtkHyperTreeGridContour.h:235–238  ·  view source on GitHub ↗

* Get a pointer to an array of contour values. There will be * GetNumberOfContours() values in the list. */

Source from the content-addressed store, hash-verified

233 * GetNumberOfContours() values in the list.
234 */
235inline double* vtkHyperTreeGridContour::GetValues()
236{
237 return this->ContourValues->GetValues();
238}
239
240/**
241 * Fill a supplied list with contour values. There will be

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected