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

Function IsFloatType

IO/CatalystConduit/vtkDataObjectToConduit.cxx:225–228  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

223
224//----------------------------------------------------------------------------
225bool IsFloatType(int dataType)
226{
227 return ((dataType == VTK_FLOAT) || (dataType == VTK_DOUBLE));
228}
229
230//----------------------------------------------------------------------------
231bool ConvertDataArrayToMCArray(vtkDataArray* dataArray, int offset, int stride,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected