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

Method NewDescriptiveStatistics

Filters/Extraction/vtkExtractDataArraysOverTime.cxx:799–802  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

797
798//------------------------------------------------------------------------------
799vtkSmartPointer<vtkDescriptiveStatistics> vtkExtractDataArraysOverTime::NewDescriptiveStatistics()
800{
801 return vtkSmartPointer<vtkDescriptiveStatistics>::New();
802}
803
804//------------------------------------------------------------------------------
805vtkSmartPointer<vtkOrderStatistics> vtkExtractDataArraysOverTime::NewOrderStatistics()

Callers 1

SummarizeMethod · 0.80

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected