Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
VTK-based writer for mitk::Surface. More...
#include <mitkSurfaceVtkWriter.h>
Public Types | |
typedef VTKWRITER | VtkWriterType |
Public Types inherited from mitk::FileWriterWithInformation | |
typedef FileWriterWithInformation | Self |
typedef FileWriter | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Types inherited from mitk::FileWriter | |
typedef FileWriter | Self |
typedef itk::ProcessObject | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
mitkClassMacro (SurfaceVtkWriter, mitk::FileWriter) | |
Pointer | Clone () const |
virtual void | SetFileName (const char *_arg) |
virtual const char * | GetFileName () const |
virtual void | SetExtension (const char *_arg) |
Explicitly set the extension to be added to the filename. More... | |
virtual const char * | GetExtension () const |
Get the extension to be added to the filename. More... | |
void | SetDefaultExtension () |
Set the extension to be added to the filename to the default. More... | |
virtual void | SetFilePrefix (const char *_arg) |
virtual const char * | GetFilePrefix () const |
virtual void | SetFilePattern (const char *_arg) |
virtual const char * | GetFilePattern () const |
void | SetInput (mitk::Surface *input) |
const mitk::Surface * | GetInput () |
virtual std::string | GetFileExtension () override |
Return the extension to be added to the filename. More... | |
virtual bool | CanWriteDataType (DataNode *) override |
Check if the Writer can write the Content of the DataTreenode. More... | |
virtual std::string | GetWritenMIMEType () override |
Return the MimeType of the saved File. More... | |
virtual void | SetInput (DataNode *) |
Set the DataTreenode as Input. Important: The Writer always have a SetInput-Function. More... | |
VtkWriterType * | GetVtkWriter () |
virtual std::vector< std::string > | GetPossibleFileExtensions () override |
Return the possible file extensions for the data type associated with the writer. More... | |
virtual std::string | GetSupportedBaseData () const override |
virtual const char * | GetDefaultFilename () override |
virtual const char * | GetFileDialogPattern () override |
virtual const char * | GetDefaultExtension () override |
virtual bool | CanWriteBaseDataType (BaseData::Pointer data) override |
virtual void | DoWrite (BaseData::Pointer data) override |
template<> | |
void | SetDefaultExtension () |
template<> | |
void | SetDefaultExtension () |
template<> | |
void | SetDefaultExtension () |
template<> | |
const char * | GetDefaultFilename () |
template<> | |
const char * | GetFileDialogPattern () |
template<> | |
const char * | GetDefaultExtension () |
template<> | |
bool | CanWriteBaseDataType (BaseData::Pointer data) |
template<> | |
void | DoWrite (BaseData::Pointer data) |
template<> | |
const char * | GetDefaultFilename () |
template<> | |
const char * | GetFileDialogPattern () |
template<> | |
const char * | GetDefaultExtension () |
template<> | |
bool | CanWriteBaseDataType (BaseData::Pointer data) |
template<> | |
void | DoWrite (BaseData::Pointer data) |
template<> | |
const char * | GetDefaultFilename () |
template<> | |
const char * | GetFileDialogPattern () |
template<> | |
const char * | GetDefaultExtension () |
template<> | |
bool | CanWriteBaseDataType (BaseData::Pointer data) |
template<> | |
void | DoWrite (BaseData::Pointer data) |
template<> | |
std::vector< std::string > | GetPossibleFileExtensions () |
Return the possible file extensions for the data type associated with the writer. More... | |
template<> | |
std::vector< std::string > | GetPossibleFileExtensions () |
Return the possible file extensions for the data type associated with the writer. More... | |
template<> | |
std::vector< std::string > | GetPossibleFileExtensions () |
Return the possible file extensions for the data type associated with the writer. More... | |
Public Member Functions inherited from mitk::FileWriterWithInformation | |
virtual std::vector< std::string > | GetClassHierarchy () const override |
virtual const char * | GetClassName () const |
Public Member Functions inherited from mitk::FileWriter | |
bool | IsExtensionValid (std::string extension) |
Checks if given extension is valid for file writer. More... | |
virtual std::string | GetPossibleFileExtensionsAsString () |
possible file extensions for the data type associated with the writer as string More... | |
void | SetInput (BaseData *data) |
virtual void | Write ()=0 |
virtual bool | CanWriteToMemory () |
Specifies, whether the file writer also can write a file to a memory buffer. More... | |
virtual void | SetWriteToMemory (bool write) |
Set/Get functions to advise the file writer to use tis internal memory array as file writing destination. More... | |
virtual bool | GetWriteToMemory () |
virtual const char * | GetMemoryPointer () |
To be used along with a call of SetWriteToMemory(true). This returns the memory buffer where the file was written. More... | |
virtual unsigned int | GetMemorySize () |
To be used along with a call of SetWriteToMemory(true). This returns the size of the memory buffer where the file was written. More... | |
virtual void | ReleaseMemory () |
CAUTION: It's up to the user to call this function to release the memory buffer after use in case the file writer has written to its memory array. More... | |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from mitk::FileWriterWithInformation | |
static const char * | GetStaticNameOfClass () |
Static Public Member Functions inherited from mitk::FileWriter | |
static const char * | GetStaticNameOfClass () |
Public Attributes | |
mitkWriterMacro | |
Protected Member Functions | |
SurfaceVtkWriter () | |
virtual | ~SurfaceVtkWriter () |
virtual void | GenerateData () override |
void | ExecuteWrite (VtkWriterType *vtkWriter) |
template<> | |
void | ExecuteWrite (VtkWriterType *vtkWriter) |
Protected Member Functions inherited from mitk::FileWriter | |
FileWriter () | |
virtual | ~FileWriter () |
Protected Attributes | |
std::string | m_FileName |
std::string | m_FilePrefix |
std::string | m_FilePattern |
std::string | m_Extension |
std::string | m_MimeType |
vtkSmartPointer< VtkWriterType > | m_VtkWriter |
bool | m_WriterWriteHasReturnValue |
Protected Attributes inherited from mitk::FileWriter | |
bool | m_CanWriteToMemory |
bool | m_WriteToMemory |
char * | m_MemoryBuffer |
unsigned int | m_MemoryBufferSize |
VTK-based writer for mitk::Surface.
The mitk::Surface is written using the VTK-writer-type provided as the template argument. If the mitk::Surface contains multiple points of time, multiple files are written. The life-span (time-bounds) of each each point of time is included in the filename according to the following scheme: <filename>_S<timebounds[0]>E<timebounds[1]>_T<framenumber> (S=start, E=end, T=time). Writing of multiple files according to a given filename pattern is not yet supported.
Definition at line 55 of file mitkSurfaceVtkWriter.h.
typedef VTKWRITER mitk::SurfaceVtkWriter< VTKWRITER >::VtkWriterType |
Definition at line 64 of file mitkSurfaceVtkWriter.h.
|
protected |
Constructor.
|
protectedvirtual |
Virtual destructor.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 64 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 98 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 132 of file mitkSurfaceVtkWriter.cpp.
|
overridevirtual |
Implements mitk::FileWriterWithInformation.
|
overridevirtual |
Check if the Writer can write the Content of the DataTreenode.
Reimplemented from mitk::FileWriter.
Pointer mitk::SurfaceVtkWriter< VTKWRITER >::Clone | ( | ) | const |
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 70 of file mitkSurfaceVtkWriter.cpp.
References Update().
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 104 of file mitkSurfaceVtkWriter.cpp.
References Update().
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 138 of file mitkSurfaceVtkWriter.cpp.
References Update().
|
overridevirtual |
Implements mitk::FileWriterWithInformation.
|
protected |
Definition at line 148 of file mitkSurfaceVtkWriter.cpp.
|
protected |
|
overrideprotectedvirtual |
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 58 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 92 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 126 of file mitkSurfaceVtkWriter.cpp.
|
overridevirtual |
Implements mitk::FileWriterWithInformation.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 46 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 80 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 114 of file mitkSurfaceVtkWriter.cpp.
|
overridevirtual |
Implements mitk::FileWriterWithInformation.
|
virtual |
Get the extension to be added to the filename.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 52 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 86 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Implements mitk::FileWriterWithInformation.
Definition at line 120 of file mitkSurfaceVtkWriter.cpp.
|
overridevirtual |
Implements mitk::FileWriterWithInformation.
|
overridevirtual |
Return the extension to be added to the filename.
Reimplemented from mitk::FileWriter.
|
virtual |
Implements mitk::FileWriter.
|
virtual |
Implements mitk::FileWriter.
|
virtual |
Implements mitk::FileWriter.
const mitk::Surface* mitk::SurfaceVtkWriter< VTKWRITER >::GetInput | ( | ) |
|
overridevirtual |
Return the possible file extensions for the data type associated with the writer.
Implements mitk::FileWriter.
|
virtual |
Return the possible file extensions for the data type associated with the writer.
Implements mitk::FileWriter.
Definition at line 158 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Return the possible file extensions for the data type associated with the writer.
Implements mitk::FileWriter.
Definition at line 167 of file mitkSurfaceVtkWriter.cpp.
|
virtual |
Return the possible file extensions for the data type associated with the writer.
Implements mitk::FileWriter.
Definition at line 176 of file mitkSurfaceVtkWriter.cpp.
|
inlineoverridevirtual |
Implements mitk::FileWriter.
Definition at line 160 of file mitkSurfaceVtkWriter.h.
References mitk::Surface::GetStaticNameOfClass().
|
inline |
Definition at line 154 of file mitkSurfaceVtkWriter.h.
|
overridevirtual |
Return the MimeType of the saved File.
Reimplemented from mitk::FileWriter.
mitk::SurfaceVtkWriter< VTKWRITER >::mitkClassMacro | ( | SurfaceVtkWriter< VTKWRITER > | , |
mitk::FileWriter | |||
) |
|
static |
void mitk::SurfaceVtkWriter< vtkSTLWriter >::SetDefaultExtension | ( | ) |
Definition at line 25 of file mitkSurfaceVtkWriter.cpp.
void mitk::SurfaceVtkWriter< vtkPolyDataWriter >::SetDefaultExtension | ( | ) |
Definition at line 32 of file mitkSurfaceVtkWriter.cpp.
void mitk::SurfaceVtkWriter< vtkXMLPolyDataWriter >::SetDefaultExtension | ( | ) |
Definition at line 39 of file mitkSurfaceVtkWriter.cpp.
void mitk::SurfaceVtkWriter< VTKWRITER >::SetDefaultExtension | ( | ) |
Set the extension to be added to the filename to the default.
Partial template specialization is used for some vtk-writer types to define the default extension.
|
virtual |
Explicitly set the extension to be added to the filename.
_arg | to be added to the filename, including a "." (e.g., ".vtk"). |
Partial template specialization is used for some vtk-writer types to set a default extension.
|
virtual |
Sets the filename of the file to write.
_arg | the name of the file to write. |
Implements mitk::FileWriter.
|
virtual |
Implements mitk::FileWriter.
|
virtual |
Implements mitk::FileWriter.
void mitk::SurfaceVtkWriter< VTKWRITER >::SetInput | ( | mitk::Surface * | input | ) |
Sets the 0'th input object for the filter.
input | the first input for the filter. |
|
virtual |
Set the DataTreenode as Input. Important: The Writer always have a SetInput-Function.
|
protected |
Definition at line 188 of file mitkSurfaceVtkWriter.h.
|
protected |
Definition at line 182 of file mitkSurfaceVtkWriter.h.
|
protected |
Definition at line 186 of file mitkSurfaceVtkWriter.h.
|
protected |
Definition at line 184 of file mitkSurfaceVtkWriter.h.
|
protected |
Definition at line 190 of file mitkSurfaceVtkWriter.h.
|
protected |
Definition at line 192 of file mitkSurfaceVtkWriter.h.
|
protected |
Definition at line 194 of file mitkSurfaceVtkWriter.h.
mitk::SurfaceVtkWriter< VTKWRITER >::mitkWriterMacro |
Definition at line 62 of file mitkSurfaceVtkWriter.h.