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

Function validTableName

Filters/Statistics/vtkExtractStatisticalModelTables.cxx:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23
24std::string validTableName(const std::string& tableName)
25{
26 return vtksys::SystemTools::MakeCidentifier(tableName);
27}
28
29void AddModelToAssembly(vtkPartitionedDataSetCollection* out, vtkStatisticalModel* model,
30 vtkDataAssembly* assy, int rootAssyNode)

Callers 1

AddModelToAssemblyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected