SlideIO
2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
src
slideio
drivers
czi
czitools.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/drivers/czi/czi_api_def.hpp"
6
7
namespace
tinyxml2
8
{
9
class
XMLElement;
10
11
}
12
13
class
SLIDEIO_CZI_EXPORTS CZITools
14
{
15
public
:
16
static
int
channelCountFromPixelType(
const
tinyxml2::XMLElement* xmlPixelType);
17
};
18
Generated by
1.9.5