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

Method Execute

Common/ExecutionModel/vtkImageAlgorithm.cxx:120–124  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

118
119//------------------------------------------------------------------------------
120void vtkImageAlgorithm::Execute()
121{
122 vtkErrorMacro(<< "Definition of Execute() method should be in subclass and you should really use "
123 "the ExecuteData(vtkInformation *request,...) signature instead");
124}
125
126//------------------------------------------------------------------------------
127void vtkImageAlgorithm::CopyInputArrayAttributesToOutput(vtkInformation* vtkNotUsed(request),

Callers 2

ExecuteDataMethod · 0.95
ProcessRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected