You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
464 B
29 lines
464 B
/*==============================================================================
|
|
Copyright (c) 2003-2005 UGS Corporation
|
|
Unpublished - All Rights Reserved
|
|
==============================================================================*/
|
|
|
|
/**
|
|
@file
|
|
|
|
Used as CFM_ITEM extension to ITK.
|
|
*/
|
|
|
|
/* */
|
|
|
|
#ifndef CFM_ITEM_H
|
|
#define CFM_ITEM_H
|
|
|
|
#ifdef __cplusplus
|
|
|
|
#endif
|
|
|
|
#include <cfm/cfm.h>
|
|
|
|
#ifdef __cplusplus
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|