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

Method vtkEnsembleSource

Common/ExecutionModel/vtkEnsembleSource.cxx:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43vtkEnsembleSource::vtkEnsembleSource()
44{
45 this->SetNumberOfInputPorts(0);
46 this->SetNumberOfOutputPorts(1);
47
48 this->Internal = new vtkEnsembleSourceInternal;
49
50 this->CurrentMember = 0;
51
52 this->MetaData = nullptr;
53}
54
55vtkEnsembleSource::~vtkEnsembleSource()
56{

Callers

nothing calls this directly

Calls 2

SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected