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

Method CheckValue

Common/DataModel/vtkCellArray.cxx:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248 template <typename U>
249 bool CheckValue(const U& val) const
250 {
251 return val == static_cast<U>(static_cast<T>(val));
252 }
253};
254
255struct ExtractAndInitialize : public vtkCellArray::DispatchUtilities

Callers 1

operator()Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected