|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <string>#include <unidefs.h>#include <imagecompression/libimagecompression_exports.h>#include <imagecompression/libimagecompression_undef.h>Go to the source code of this file.
Functions | |
| IMAGECOMPRESSION_API int | IMAGECOMPRESSION_invoke_translation_on_dataset (tag_t dataset) |
| IMAGECOMPRESSION_API int IMAGECOMPRESSION_invoke_translation_on_dataset | ( | tag_t | dataset | ) |
Invokes the translation on the input Dataset into derived lower resolution Datasets based on the the values specified in the preference "TC__image_compression_types".
The translated lower resolution datasets will be related to the supplied dataset with "Fnd0DerivedImangeRel" relation.
The input Dataset must contain the NamedReference listed in the preference "TC__thumbnail_dataset_type_order", must be a secondary object of any relation and the primary object of that relation is included in the "Fnd0ImageTranslationSupportedPrimaryTypes" global constant.
dataset is NULLTAG dataset does not exist or is deleted. dataset does not contain any NamedReference specified in the preference "TC__thumbnail_dataset_type_order". dataset is of a type listed in the BMIDE constant "Fnd0ImageTranslationSupportedPrimaryTypes". | dataset | (I) The source dataset on which translation should be invoked. |