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

Method GetProjectionName

Geovis/Core/vtkGeoProjection.cxx:73–79  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71}
72//------------------------------------------------------------------------------
73const char* vtkGeoProjection::GetProjectionName(int projection)
74{
75 if (projection < 0 || projection >= vtkGeoProjection::GetNumberOfProjections())
76 return nullptr;
77
78 return proj_list_operations()[projection].id;
79}
80//------------------------------------------------------------------------------
81const char* vtkGeoProjection::GetProjectionDescription(int projection)
82{

Callers 1

Calls 1

proj_list_operationsFunction · 0.85

Tested by

no test coverage detected