| 265 | } |
| 266 | |
| 267 | int vtkAssembly::GetNumberOfPaths() |
| 268 | { |
| 269 | this->UpdatePaths(); |
| 270 | return this->Paths->GetNumberOfItems(); |
| 271 | } |
| 272 | |
| 273 | // Build the assembly paths if necessary. UpdatePaths() |
| 274 | // is only called when the assembly is at the root |
nothing calls this directly
no test coverage detected