#include <itkMetaSceneConverter.h>
Collaboration diagram for itk::MetaSceneConverter< NDimensions, PixelType, TMeshTraits >:
Public Types | |
typedef itk::SceneSpatialObject< NDimensions > | SceneType |
typedef SceneType::Pointer | ScenePointer |
Public Member Functions | |
MetaSceneConverter () | |
~MetaSceneConverter () | |
itkStaticConstMacro (MaximumDepth, unsigned int, 9999999) | |
ScenePointer | ReadMeta (const char *name) |
bool | WriteMeta (SceneType *scene, const char *fileName, unsigned int depth=MaximumDepth, char *spatialObjectTypeName=NULL) |
const MetaEvent * | GetEvent () const |
void | SetEvent (MetaEvent *event) |
void | SetBinaryPoints (bool binary) |
void | SetTransformPrecision (unsigned int precision) |
unsigned int | GetTransformPrecision () |
void | SetWriteImagesInSeparateFile (bool separate) |
|
Definition at line 44 of file itkMetaSceneConverter.h. |
|
Definition at line 43 of file itkMetaSceneConverter.h. |
|
|
|
|
|
Definition at line 53 of file itkMetaSceneConverter.h. |
|
Definition at line 60 of file itkMetaSceneConverter.h. |
|
|
|
|
|
Set if the points should be saved in binary/ASCII Definition at line 57 of file itkMetaSceneConverter.h. |
|
Definition at line 54 of file itkMetaSceneConverter.h. |
|
Definition at line 59 of file itkMetaSceneConverter.h. |
|
Set if the images should be written in different files Definition at line 63 of file itkMetaSceneConverter.h. |
|
|