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

Function GetValues

Filters/General/vtkDiscreteFlyingEdgesClipper2D.h:88–88  ·  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

86 * GetNumberOfContours() values in the list.
87 */
88 double* GetValues() { return this->ContourValues->GetValues(); }
89
90 /**
91 * Fill a supplied list with contour values. There will be

Callers

nothing calls this directly

Calls 1

GetValuesMethod · 0.45

Tested by

no test coverage detected