SiGraph: sulcal graphs


sigraph::GridOptimizerParameter Class Reference

#include <si/optimizer/gridOptimizer.h>

Inheritance diagram for sigraph::GridOptimizerParameter:
Collaboration diagram for sigraph::GridOptimizerParameter:

Public Member Functions

 GridOptimizerParameter ()
 
 GridOptimizerParameter (const std::string &name)
 
 GridOptimizerParameter (const GridOptimizerParameter &g)
 
void initBuiltins ()
 
std::string & getName ()
 
std::vector< int > & getRanges ()
 
std::string & getScale ()
 
- 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)
 
Object getProperty (const std::string &) const
 
Object getProperty (Object key) const
 
- 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
 

Protected Attributes

std::string _name
 
std::vector< int > _ranges
 
std::string _scale
 

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 14 of file gridOptimizer.h.

Constructor & Destructor Documentation

◆ GridOptimizerParameter() [1/3]

sigraph::GridOptimizerParameter::GridOptimizerParameter ( )

Referenced by GridOptimizerParameter().

◆ GridOptimizerParameter() [2/3]

sigraph::GridOptimizerParameter::GridOptimizerParameter ( const std::string & name)

◆ GridOptimizerParameter() [3/3]

sigraph::GridOptimizerParameter::GridOptimizerParameter ( const GridOptimizerParameter & g)

Member Function Documentation

◆ getName()

std::string & sigraph::GridOptimizerParameter::getName ( )
inline

Definition at line 32 of file gridOptimizer.h.

References _name.

◆ getRanges()

std::vector< int > & sigraph::GridOptimizerParameter::getRanges ( )
inline

Definition at line 33 of file gridOptimizer.h.

References _ranges.

◆ getScale()

std::string & sigraph::GridOptimizerParameter::getScale ( )
inline

Definition at line 34 of file gridOptimizer.h.

References _scale.

◆ initBuiltins()

void sigraph::GridOptimizerParameter::initBuiltins ( )

Member Data Documentation

◆ _name

std::string sigraph::GridOptimizerParameter::_name
protected

Definition at line 27 of file gridOptimizer.h.

Referenced by getName().

◆ _ranges

std::vector<int> sigraph::GridOptimizerParameter::_ranges
protected

Definition at line 28 of file gridOptimizer.h.

Referenced by getRanges().

◆ _scale

std::string sigraph::GridOptimizerParameter::_scale
protected

Definition at line 29 of file gridOptimizer.h.

Referenced by getScale().


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