aimsdata  4.7.0
Neuroimaging data handling
aims::IOOptions Class Reference

#include <aims/io/iooptions.h>

Inheritance diagram for aims::IOOptions:
Collaboration diagram for aims::IOOptions:

Public Member Functions

 IOOptions ()
 
IOOptionsoperator= (const IOOptions &)
 
- Public Member Functions inherited from carto::PropertySet
 PropertySet ()
 
 PropertySet (const PropertySet &)
 
PropertySetoperator= (const PropertySet &)
 
virtual ~PropertySet ()
 
SignalgetSignalPropertyChanged ()
 
void addBuiltinProperty (const std::string &, T &)
 
void addBuiltinProperty (const std::string &, T &, bool &provided)
 
bool getProperty (const std::string &, T &) const
 
void setProperty (const std::string &, const T &)
 
virtual bool getProperty (const std::string &, Object &) const
 
virtual void setProperty (const std::string &, Object)
 
virtual bool removeProperty (const std::string &key)
 
virtual bool hasProperty (const std::string &) const
 
virtual size_t size () const
 
virtual void clearProperties ()
 
virtual void copyBuiltinProperties (const PropertySet &source)
 
virtual Object objectIterator () const
 
iterator getIterator () const
 
void changeBuiltinProperty (const std::string &, T &)
 
void changeBuiltinProperty (const std::string &, T &, bool &provided)
 
- Public Member Functions inherited from carto::RCObject
 RCObject ()
 
 RCObject (const RCObject &)
 
RCObjectoperator= (const RCObject &)
 
virtual ~RCObject ()
 
- Public Member Functions inherited from carto::DictionaryInterface
virtual ~DictionaryInterface ()
 
virtual bool isDictionary () const
 
Object getProperty (const std::string &) const
 
Object getProperty (Object key) const
 
bool getProperty (const std::string &key, T &value) const
 
void setProperty (const std::string &, const char *)
 
void setProperty (const std::string &, const T &)
 
virtual void copyProperties (Object source)
 
virtual bool operator== (const DictionaryInterface &other) const
 
virtual bool operator!= (const DictionaryInterface &other) const
 
void setProperty (const std::string &key, Object const &value)
 
bool getProperty (const std::string &key, Object &value) const
 
- Public Member Functions inherited from carto::SizeInterface
virtual ~SizeInterface ()
 
- Public Member Functions inherited from carto::Interface
virtual ~Interface ()
 
- Public Member Functions inherited from carto::IterableInterface
virtual ~IterableInterface ()
 
virtual bool isIterable () const
 
virtual bool operator== (const IterableInterface &other) const
 
virtual bool operator!= (const IterableInterface &other) const
 

Static Public Member Functions

static carto::Object ioOptions ()
 

Public Attributes

bool writeMinf
 

Additional Inherited Members

- Public Types inherited from carto::PropertySet
typedef ::sigc::signal3< void, const Object &, const std::string &, const Object & > Signal
 
- Public Types inherited from carto::RCObject
typedef int RefCounterType
 

Detailed Description

Definition at line 40 of file iooptions.h.

Constructor & Destructor Documentation

◆ IOOptions()

aims::IOOptions::IOOptions ( )

Member Function Documentation

◆ ioOptions()

static carto::Object aims::IOOptions::ioOptions ( )
static

◆ operator=()

IOOptions& aims::IOOptions::operator= ( const IOOptions )

Member Data Documentation

◆ writeMinf

bool aims::IOOptions::writeMinf

Definition at line 47 of file iooptions.h.


The documentation for this class was generated from the following file: