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

Method NewIterator

Rendering/Volume/vtkUnstructuredGridBunykRayCastFunction.cxx:1153–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151}
1152
1153vtkUnstructuredGridVolumeRayCastIterator* vtkUnstructuredGridBunykRayCastFunction::NewIterator()
1154{
1155 if (!this->Valid)
1156 return nullptr;
1157
1158 vtkUnstructuredGridBunykRayCastIterator* iterator =
1159 vtkUnstructuredGridBunykRayCastIterator::New();
1160 iterator->SetRayCastFunction(this);
1161
1162 return iterator;
1163}
1164
1165void vtkUnstructuredGridBunykRayCastFunction::Finalize()
1166{

Callers 7

ComputeBoundsMethod · 0.45
CreateMappersMethod · 0.45
ComputeBoundsMethod · 0.45
CreateMappersMethod · 0.45
GeneratePointsMethod · 0.45
RenderMethod · 0.45
AddMethod · 0.45

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected