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

Function FillPartionedDataSet

IO/CatalystConduit/vtkConduitToDataObject.cxx:638–641  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

636
637//----------------------------------------------------------------------------
638bool FillPartionedDataSet(vtkPartitionedDataSet* output, const conduit_cpp::Node& meshNode)
639{
640 return FillPartitionedDataSet(output, meshNode);
641}
642
643//----------------------------------------------------------------------------
644bool FillAMRMesh(vtkOverlappingAMR* amr, const conduit_cpp::Node& node)

Callers

nothing calls this directly

Calls 1

FillPartitionedDataSetFunction · 0.85

Tested by

no test coverage detected