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

Method GetNumberOfLayers

IO/GDAL/vtkGDALVectorReader.cxx:417–425  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

415
416//------------------------------------------------------------------------------
417int vtkGDALVectorReader::GetNumberOfLayers()
418{
419 if (this->InitializeInternal() == VTK_ERROR)
420 {
421 return -1;
422 }
423
424 return this->Implementation->Source->GetLayerCount();
425}
426
427//------------------------------------------------------------------------------
428int vtkGDALVectorReader::GetLayerType(int layerIndex)

Callers 10

GetActiveLayerTypeMethod · 0.95
RenderContextActorsMethod · 0.45
TestGDALVectorReaderFunction · 0.45
RenderContextActorsMethod · 0.45
renderWindowSerializerFunction · 0.45
BindRendererMethod · 0.45
SetParentRendererMethod · 0.45
ToJsonMethod · 0.45
RenderMethod · 0.45

Calls 1

InitializeInternalMethod · 0.95

Tested by 1

TestGDALVectorReaderFunction · 0.36