Reader to read surface files in vtk-format.
More...
#include <mitkVtkSurfaceReader.h>
|
| static Pointer | New () |
| |
| static bool | CanReadFile (const std::string filename, const std::string filePrefix, const std::string filePattern) |
| |
| static Pointer | New () |
| |
Reader to read surface files in vtk-format.
- Deprecated:
- (as of 2014_10) Use mitk::IOUtils or mitk::FileReaderRegistry instead.
Definition at line 24 of file mitkVtkSurfaceReader.h.
◆ VtkSurfaceReader()
| mitk::VtkSurfaceReader::VtkSurfaceReader |
( |
| ) |
|
|
protected |
◆ ~VtkSurfaceReader()
| mitk::VtkSurfaceReader::~VtkSurfaceReader |
( |
| ) |
|
|
overrideprotected |
◆ CanReadFile()
| static bool mitk::VtkSurfaceReader::CanReadFile |
( |
const std::string |
filename, |
|
|
const std::string |
filePrefix, |
|
|
const std::string |
filePattern |
|
) |
| |
|
static |
◆ Clone()
| Pointer mitk::VtkSurfaceReader::Clone |
( |
| ) |
const |
◆ GenerateData()
| void mitk::VtkSurfaceReader::GenerateData |
( |
| ) |
|
|
overrideprotected |
◆ GetFileName()
| virtual const char* mitk::VtkSurfaceReader::GetFileName |
( |
| ) |
const |
|
virtual |
◆ GetFilePattern()
| virtual const char* mitk::VtkSurfaceReader::GetFilePattern |
( |
| ) |
const |
|
virtual |
◆ GetFilePrefix()
| virtual const char* mitk::VtkSurfaceReader::GetFilePrefix |
( |
| ) |
const |
|
virtual |
◆ mitkClassMacro()
◆ New()
| static Pointer mitk::VtkSurfaceReader::New |
( |
| ) |
|
|
static |
Method for creation through the object factory.
◆ SetFileName()
| virtual void mitk::VtkSurfaceReader::SetFileName |
( |
const char * |
_arg | ) |
|
|
virtual |
◆ SetFilePattern()
| virtual void mitk::VtkSurfaceReader::SetFilePattern |
( |
const char * |
_arg | ) |
|
|
virtual |
◆ SetFilePrefix()
| virtual void mitk::VtkSurfaceReader::SetFilePrefix |
( |
const char * |
_arg | ) |
|
|
virtual |
◆ m_FileName
| std::string mitk::VtkSurfaceReader::m_FileName |
|
protected |
◆ m_FilePattern
| std::string mitk::VtkSurfaceReader::m_FilePattern |
|
protected |
◆ m_FilePrefix
| std::string mitk::VtkSurfaceReader::m_FilePrefix |
|
protected |
The documentation for this class was generated from the following file: