18#ifndef itkMeshIOFactory_h 
   19#define itkMeshIOFactory_h 
   20#include "ITKIOMeshBaseExport.h" 
   62#if !defined(ITK_LEGACY_REMOVE) 
   65  static constexpr IOFileModeEnum ReadMode = IOFileModeEnum::ReadMode;
 
   66  static constexpr IOFileModeEnum WriteMode = IOFileModeEnum::WriteMode;
 
 
SmartPointer< Self > Pointer
~MeshIOFactory() override
itk::IOFileModeEnum IOFileModeEnum
itk::MeshIOBase::Pointer MeshIOBasePointer
SmartPointer< const Self > ConstPointer
static MeshIOBasePointer CreateMeshIO(const char *path, IOFileModeEnum mode)
SmartPointer< Self > Pointer
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
CommonEnums::IOFileMode IOFileModeEnum