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

Function Max

Common/DataModel/vtkStructuredData.h:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 // Want to avoid importing <algorithm> in the header...
345 template <typename T>
346 static T Max(const T& a, const T& b)
347 {
348 return (a > b) ? a : b;
349 }
350
351private:
352 vtkStructuredData(const vtkStructuredData&) = delete;

Callers 15

GetMeshMTimeMethod · 0.70
ComputeCellIdMethod · 0.70
GetNumberOfCellsMethod · 0.70
CellBoundaryMethod · 0.70
GetMeshMTimeMethod · 0.70
GetMTimeMethod · 0.70
Select_Method · 0.70
AddPointFunction · 0.70
AddRectFunction · 0.70

Calls

no outgoing calls

Tested by 3

TestMathFunction · 0.40