![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include "itkObject.h"#include <map>#include "itkCellInterfaceVisitor.h"#include "itkAutoPointer.h"#include "itkArray.h"#include "itkCellInterface.hxx"
Include dependency graph for itkCellInterface.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | itk |
Macros | |
| #define | itkCellCommonTypedefs(celltype) |
| #define | itkCellInheritedTypedefs(superclassArg) |
| #define | itkCellVisitMacro(TopologyId) |
| #define | itkMakeCellTraitsMacro |
| #define itkCellCommonTypedefs | ( | celltype | ) |
Definition at line 48 of file itkCellInterface.h.
| #define itkCellInheritedTypedefs | ( | superclassArg | ) |
Definition at line 57 of file itkCellInterface.h.
| #define itkCellVisitMacro | ( | TopologyId | ) |
Definition at line 30 of file itkCellInterface.h.
| #define itkMakeCellTraitsMacro |
Definition at line 494 of file itkCellInterface.h.
1.8.3.1