SlideIO 2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
transformer.hpp
1// This file is part of slideio project.
2// It is subject to the license terms in the LICENSE file found in the top-level directory
3// of this distribution and at http://slideio.com/license.html.
4#pragma once
5#include "slideio/slideio/scene.hpp"
6#include "transformation.hpp"
7#include "transformer_def.hpp"
8
9namespace slideio
10{
11 std::shared_ptr<slideio::Scene> SLIDEIO_TRANSFORMER_EXPORTS transformScene(std::shared_ptr<slideio::Scene> scene, Transformation& transform);
12 std::shared_ptr<slideio::Scene> SLIDEIO_TRANSFORMER_EXPORTS transformSceneEx(std::shared_ptr<slideio::Scene> scene, std::list<std::shared_ptr<Transformation>>& transforms);
13}
Definition: exceptions.hpp:12