CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
RegionImportExport.h File Reference
#include "CrtfExporter.h"
#include "CrtfImporter.h"
#include "Ds9Exporter.h"
#include "Ds9Importer.h"
Include dependency graph for RegionImportExport.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  carta
 

Functions

std::unique_ptr< RegionImportercarta::GetRegionImporter (CARTA::FileType region_file_type, std::shared_ptr< casacore::CoordinateSystem > image_coord_sys, int file_id, const std::string &region_file, bool file_is_filename)
 Create and return importer according to region file type.
 
std::unique_ptr< RegionExportercarta::GetRegionExporter (CARTA::FileType region_file_type, std::shared_ptr< casacore::CoordinateSystem > image_coord_sys, const casacore::IPosition &image_shape, int stokes_axis, bool export_pixel_coords)
 Create and return exporter according to region file type.