MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetActiveSource

Function GetActiveSource

Wrapping/Python/paraview/simple/session.py:486–491  ·  view source on GitHub ↗

Returns the active source. :return: Active pipeline source. :rtype: Source proxy

()

Source from the content-addressed store, hash-verified

484
485
486def GetActiveSource():
487 """Returns the active source.
488
489 :return: Active pipeline source.
490 :rtype: Source proxy"""
491 return active_objects.source
492
493
494# -----------------------------------------------------------------------------

Callers 15

SetPropertiesFunction · 0.90
GetPropertyFunction · 0.90
ReloadFilesFunction · 0.90
ExtendFileSeriesFunction · 0.90
CreateWriterFunction · 0.90
FetchDataFunction · 0.90
CreateExtractorFunction · 0.90
AnimateReaderFunction · 0.90
GetAnimationTrackFunction · 0.90
AddSelectionLinkFunction · 0.90
GetRepresentationFunction · 0.90
ShowFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected