ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
validation
validation.h
Go to the documentation of this file.
1
/*==================================================================================================
2
Copyright (c) 2003,2006 Unigraphics Solutions Inc.
3
Unpublished - All rights reserved
4
====================================================================================================*/
11
#ifndef VALIDATION_H
12
#define VALIDATION_H
13
14
#include <
tc/tc_startup.h
>
15
#include <validation/libvalidation_exports.h>
16
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
36
extern
VALIDATION_API
int
VO_delete_validationresult
(
37
tag_t
vr_tag
38
);
39
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#include <validation/libvalidation_undef.h>
47
48
#endif
49