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

Method GetNextPath

Rendering/Core/vtkProp.cxx:99–106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98//------------------------------------------------------------------------------
99vtkAssemblyPath* vtkProp::GetNextPath()
100{
101 if (!this->Paths)
102 {
103 return nullptr;
104 }
105 return this->Paths->GetNextItem();
106}
107
108//------------------------------------------------------------------------------
109// This method is used in conjunction with the assembly object to build a copy

Callers 15

WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteToStreamMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45
SetCurrentImageNumberMethod · 0.45

Calls 1

GetNextItemMethod · 0.45

Tested by

no test coverage detected