ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMeshFileWriter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::CellType | InputMeshCellType |
typedef InputMeshType::PixelType | InputMeshPixelType |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef InputMeshType::RegionType | InputMeshRegionType |
typedef TInputMesh | InputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshFileWriter | Self |
typedef MeshIOBase::SizeValueType | SizeValueType |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
MeshFileWriter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_FactorySpecifiedMeshIO |
std::string | m_FileName |
bool | m_FileTypeIsBINARY |
MeshIOBase::Pointer | m_MeshIO |
bool | m_UseCompression |
bool | m_UserSpecifiedMeshIO |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
bool | m_Updating |
TimeStamp | m_OutputInformationMTime |
Writes mesh data to a single file.
MeshFileWriter writes its input data to a single output file. MeshFileWriter interfaces with an MeshIO class to write out the data.
A pluggable factory pattern is used that allows different kinds of writers to be registered (even at run time) without having to modify the code in this class. You can either manually instantiate the MeshIO object and associate it with the MeshFileWriter, or let the class figure it out from the extension. Normally just setting the filename with a suitable suffix (".vtk", etc) and setting the input to the writer is enough to get the writer to work properly.
Definition at line 77 of file itkMeshFileWriter.h.
typedef SmartPointer< const Self > itk::MeshFileWriter< TInputMesh >::ConstPointer |
Reimplemented from itk::ProcessObject.
Definition at line 84 of file itkMeshFileWriter.h.
typedef InputMeshType::CellType itk::MeshFileWriter< TInputMesh >::InputMeshCellType |
Definition at line 97 of file itkMeshFileWriter.h.
typedef InputMeshType::PixelType itk::MeshFileWriter< TInputMesh >::InputMeshPixelType |
Definition at line 96 of file itkMeshFileWriter.h.
typedef InputMeshType::Pointer itk::MeshFileWriter< TInputMesh >::InputMeshPointer |
Definition at line 94 of file itkMeshFileWriter.h.
typedef InputMeshType::RegionType itk::MeshFileWriter< TInputMesh >::InputMeshRegionType |
Definition at line 95 of file itkMeshFileWriter.h.
typedef TInputMesh itk::MeshFileWriter< TInputMesh >::InputMeshType |
Some convenient typedefs.
Definition at line 90 of file itkMeshFileWriter.h.
typedef SmartPointer< Self > itk::MeshFileWriter< TInputMesh >::Pointer |
Reimplemented from itk::ProcessObject.
Definition at line 83 of file itkMeshFileWriter.h.
typedef MeshFileWriter itk::MeshFileWriter< TInputMesh >::Self |
Standard class typedefs.
Reimplemented from itk::ProcessObject.
Definition at line 81 of file itkMeshFileWriter.h.
typedef MeshIOBase::SizeValueType itk::MeshFileWriter< TInputMesh >::SizeValueType |
Definition at line 98 of file itkMeshFileWriter.h.
typedef ProcessObject itk::MeshFileWriter< TInputMesh >::Superclass |
Reimplemented from itk::ProcessObject.
Definition at line 82 of file itkMeshFileWriter.h.
|
protected |
|
protected |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Specify the name of the output file to write.
const InputMeshType* itk::MeshFileWriter< TInputMesh >::GetInput | ( | void | ) |
const InputMeshType* itk::MeshFileWriter< TInputMesh >::GetInput | ( | unsigned int | idx | ) |
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
|
virtual |
Set the compression On or Off
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::ProcessObject.
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ProcessObject.
|
virtual |
Specify the name of the output file to write.
|
inline |
Definition at line 136 of file itkMeshFileWriter.h.
|
inline |
Definition at line 137 of file itkMeshFileWriter.h.
void itk::MeshFileWriter< TInputMesh >::SetInput | ( | const InputMeshType * | input | ) |
|
inline |
Set/Get the MeshIO helper class. Usually this is created via the object factory mechanism that determines whether a particular MeshIO can write a certain file. This method provides a way to get the MeshIO instance that is created, or one can be manually set where the IO factory mechanism may not work (some mesh files with non-standard filename suffix's. If the user specifies the MeshIO, we assume she makes the correct choice and will allow a file to be created regardless of the file extension. If the factory has set the MeshIO, the extension must be supported by the specified MeshIO.
Definition at line 122 of file itkMeshFileWriter.h.
|
virtual |
Set the compression On or Off
|
inlinevirtual |
Aliased to the Write() method to be consistent with the rest of the pipeline.
Reimplemented from itk::ProcessObject.
Definition at line 146 of file itkMeshFileWriter.h.
|
virtual |
Set the compression On or Off
|
virtual |
Set the compression On or Off
|
virtual |
A special version of the Update() method for writers. It invokes start and end events and handles releasing data. It eventually calls GenerateData() which does the actual writing.
|
protected |
|
protected |
|
protected |
|
protected |
|
private |
Definition at line 190 of file itkMeshFileWriter.h.
|
private |
Definition at line 186 of file itkMeshFileWriter.h.
|
private |
Definition at line 193 of file itkMeshFileWriter.h.
|
private |
Definition at line 187 of file itkMeshFileWriter.h.
|
private |
Definition at line 192 of file itkMeshFileWriter.h.
|
private |
Definition at line 188 of file itkMeshFileWriter.h.