open_iA  2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Typedefs | Functions
iASeedType.h File Reference
#include "open_iA_Core_export.h"
#include <QSharedPointer>
#include <QString>
#include <QVector>
Include dependency graph for iASeedType.h:
This graph shows which files directly or indirectly include this file:

Typedefs

typedef QSharedPointer< iASeedVectoriASeedsPointer
 
typedef std::pair< iAImageCoordinate, int > iASeedType
 
typedef QVector< iASeedTypeiASeedVector
 

Functions

open_iA_Core_API iASeedsPointer ExtractSeedVector (QString const &seedString, int width, int height, int depth)
 

Typedef Documentation

◆ iASeedsPointer

typedef QSharedPointer<iASeedVector> iASeedsPointer

◆ iASeedType

typedef std::pair<iAImageCoordinate, int> iASeedType

◆ iASeedVector

typedef QVector<iASeedType> iASeedVector

Function Documentation

◆ ExtractSeedVector()

open_iA_Core_API iASeedsPointer ExtractSeedVector ( QString const &  seedString,
int  width,
int  height,
int  depth 
)