![]() |
ITK
5.4.0
Insight Toolkit
|
#include "ITKIOIPLExport.h"#include "itkMath.h"#include "itkMacro.h"#include "itkObject.h"#include <cstdio>#include <string>#include <list>
Include dependency graph for itkIPLFileNameList.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IPLGetMacroDefinition(class, name, type) type class ::Get##name() { return this->m_##name; } |
| #define | IPLSetMacroDefinition(class, name, type) |
| #define | IPLSetMacroDeclaration(name, type) virtual void Set##name(const type _arg); |
| #define | IPLGetMacroDeclaration(name, type) virtual type Get##name(); |
| #define IPLGetMacroDeclaration | ( | name, | |
| type | |||
| ) | virtual type Get##name(); |
Get built-in type. Creates member Get"name"() (e.g., GetVisibility());
Definition at line 56 of file itkIPLFileNameList.h.
| #define IPLGetMacroDefinition | ( | class, | |
| name, | |||
| type | |||
| ) | type class ::Get##name() { return this->m_##name; } |
Definition at line 59 of file itkIPLFileNameList.h.
| #define IPLSetMacroDeclaration | ( | name, | |
| type | |||
| ) | virtual void Set##name(const type _arg); |
Set built-in type. Creates member Set"name"() (e.g., SetVisibility());
Definition at line 40 of file itkIPLFileNameList.h.
| #define IPLSetMacroDefinition | ( | class, | |
| name, | |||
| type | |||
| ) |
Definition at line 43 of file itkIPLFileNameList.h.
1.9.3