ImFusion C++ SDK 4.4.0
ImFusion::Export::ExportOptions Struct Reference
Inheritance diagram for ImFusion::Export::ExportOptions:

Classes

struct  FilteringOptions
struct  LabelEncodingOptions
struct  SplittingOptions
struct  ResamplingOptions
struct  TransformationOptions

Public Member Functions

bool isValid () const
bool isImageFormatCompatible (const std::vector< DataDescriptor * > &selectedDatas) const
bool areTagFiltersValid (const Project &p) const
bool areLayersValid (const Project &p) const
void configure (const Properties *p)
 Configure this object instance by de-serializing the given Properties.
void configuration (Properties *p) const
 Serialize the current object configuration into the given Properties object.
Public Member Functions inherited from ImFusion::Configurable
virtual void configureDefaults ()
 Retrieve the properties of this object, replaces values with their defaults and sets it again.
void registerParameter (ParameterBase *param)
 Register the given Parameter or SubProperty, so that it will be configured during configure()/configuration().
void unregisterParameter (const ParameterBase *param)
 Remove the given Parameter or SubProperty from the list of registered parameters.
 Configurable (const Configurable &rhs)
 Configurable (Configurable &&rhs) noexcept
Configurable & operator= (const Configurable &)
Configurable & operator= (Configurable &&) noexcept

Public Attributes

QString outputFolder
struct ImFusion::Export::ExportOptions::FilteringOptions filteringOptions
bool exportOnlyROI = false
bool exportSingleFile = false
bool splitMultiImages = false
bool applyShiftScale = false
bool preservePatientInformation = false
bool useDatasetNameAsFilename = false
bool keepOrientationY = true
bool exportLeftHandedNifti = false
bool exportOriginalPixelValueNifti = false
const IO::OutputFormatimageFormat = nullptr
struct ImFusion::Export::ExportOptions::LabelEncodingOptions labelEncoding
bool splitData = false
struct ImFusion::Export::ExportOptions::SplittingOptions splittingOptions
bool preProcessScript = false
QString preProcessingScriptPath
bool resample = false
struct ImFusion::Export::ExportOptions::ResamplingOptions resamplingOptions
bool applyTransformation = false
struct ImFusion::Export::ExportOptions::TransformationOptions transformationOptions
Public Attributes inherited from ImFusion::Configurable
Signal signalParametersChanged
 Emitted whenever one of the registered Parameters' or SubPropertys' signalValueChanged signal was emitted.

Additional Inherited Members

Protected Attributes inherited from ImFusion::Configurable
std::vector< Paramm_params
 List of all registered Parameter and SubProperty instances.

Member Function Documentation

◆ configure()

void ImFusion::Export::ExportOptions::configure ( const Properties * p)
virtual

Configure this object instance by de-serializing the given Properties.

The default implementation will do so automatically for all registered Parameter and SubProperty instances.

See also
configuration() for the inverse functionality

Reimplemented from ImFusion::Configurable.

◆ configuration()

void ImFusion::Export::ExportOptions::configuration ( Properties * p) const
virtual

Serialize the current object configuration into the given Properties object.

The default implementation will do so automatically for all registered Parameter and SubProperty instances.

See also
configure() for the inverse functionality

Reimplemented from ImFusion::Configurable.


The documentation for this struct was generated from the following file:
  • ImFusionLabels/lib/include/ImFusion/Labels/Core/Export.h
Search Tab / S to search, Esc to close