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

Function GetValueRange

Common/Core/vtkGenericDataArray.h:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 */
243 ValueType* GetValueRange() VTK_SIZEHINT(2) { return this->GetValueRange(0); }
244 void GetValueRange(ValueType range[2]) { this->GetValueRange(range, 0); }
245
246 /**
247 * These methods are analogous to the GetValueRange methods, except that the

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected