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

Method GetValues

Filters/General/vtkImageMarchingCubes.h:173–176  ·  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

171 * GetNumberOfContours() values in the list.
172 */
173inline double* vtkImageMarchingCubes::GetValues()
174{
175 return this->ContourValues->GetValues();
176}
177
178/**
179 * Fill a supplied list with contour values. There will be

Callers 11

ContourImageMethod · 0.45
GetValuesFunction · 0.45
GetValuesFunction · 0.45
GetValuesFunction · 0.45
DataSetContourMethod · 0.45
ImageContourMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
ContourMethod · 0.45
ContourImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected