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

Method SetInitialIntegrationStep

Filters/Generic/vtkGenericStreamTracer.cxx:304–307  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

302
303//------------------------------------------------------------------------------
304void vtkGenericStreamTracer::SetInitialIntegrationStep(int unit, double step)
305{
306 this->SetIntervalInformation(unit, step, this->InitialIntegrationStep);
307}
308//------------------------------------------------------------------------------
309void vtkGenericStreamTracer::SetInitialIntegrationStepUnit(int unit)
310{

Callers 15

streamlinePipelineMethod · 0.80
TestLineWidgetFunction · 0.80
TestLineWidget2Function · 0.80
rectGrid.pyFile · 0.80
streamTracer.pyFile · 0.80

Calls 2

ModifiedMethod · 0.45

Tested by 10

streamlinePipelineMethod · 0.64
TestLineWidgetFunction · 0.64
TestLineWidget2Function · 0.64
TestStreamSurfaceFunction · 0.64
MyMainFunction · 0.64
TestPStreamAMRFunction · 0.64
TestPStreamGeometryFunction · 0.64
TestGenericStreamTracerFunction · 0.64