ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include "ITKIOIPLExport.h"
#include "itkMacro.h"
#include "itkObject.h"
#include <cstdio>
#include <string>
#include <list>
Go to the source code of this file.
Macros | |
#define | IPLGetMacroDefinition(class, name, type) |
#define | IPLSetMacroDefinition(class, name, type) |
#define | IPLSetMacroDeclaration(name, type) virtual void Set##name (const type _arg); |
#define | IPLGetMacroDeclaration(name, type) virtual type Get##name (); |
Get built-in type. Creates member Get"name"() (e.g., GetVisibility());
Definition at line 53 of file itkIPLFileNameList.h.
#define IPLGetMacroDefinition | ( | class, | |
name, | |||
type | |||
) |
Definition at line 57 of file itkIPLFileNameList.h.
Set built-in type. Creates member Set"name"() (e.g., SetVisibility());
Definition at line 39 of file itkIPLFileNameList.h.
#define IPLSetMacroDefinition | ( | class, | |
name, | |||
type | |||
) |
Definition at line 43 of file itkIPLFileNameList.h.