CVR-Lib last update 20 Sep 2009

cvr::convexHull::convexHull::parameters Class Reference

the parameters for the class convexHull More...

#include <cvrConvexHull.h>

Inheritance diagram for cvr::convexHull::convexHull::parameters:

Inheritance graph
[legend]
Collaboration diagram for cvr::convexHull::convexHull::parameters:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
const std::string & name () const
parameterscopy (const parameters &other)
parametersoperator= (const parameters &other)
virtual parametersclone () const
virtual parametersnewInstance () const
virtual bool write (ioHandler &handler, const bool complete=true) const
virtual bool read (ioHandler &handler, const bool complete=true)


Detailed Description

the parameters for the class convexHull

Constructor & Destructor Documentation

cvr::convexHull::convexHull::parameters::parameters (  ) 

default constructor

Reimplemented from cvr::functor::functor::parameters.

cvr::convexHull::convexHull::parameters::parameters ( const parameters other  ) 

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from cvr::functor::functor::parameters.

cvr::convexHull::convexHull::parameters::~parameters (  )  [virtual]

destructor

Reimplemented from cvr::functor::functor::parameters.


Member Function Documentation

virtual parameters* cvr::convexHull::convexHull::parameters::clone (  )  const [virtual]

returns a pointer to a clone of the parameters

Implements cvr::functor::functor::parameters.

parameters& cvr::convexHull::convexHull::parameters::copy ( const parameters other  ) 

copy the contents of a parameters object

Parameters:
other the parameters object to be copied
Returns:
a reference to this parameters object

const std::string& cvr::convexHull::convexHull::parameters::name (  )  const [virtual]

returns name of this type

Implements cvr::functor::functor::parameters.

virtual parameters* cvr::convexHull::convexHull::parameters::newInstance (  )  const [virtual]

returns a pointer to a new instance of the parameters

Implements cvr::functor::functor::parameters.

parameters& cvr::convexHull::convexHull::parameters::operator= ( const parameters other  ) 

copy the contents of a parameters object

Parameters:
other the parameters object to be copied
Returns:
a reference to this parameters object

virtual bool cvr::convexHull::convexHull::parameters::read ( ioHandler handler,
const bool  complete = true 
) [virtual]

read the parameters from the given ioHandler

Parameters:
handler the ioHandler to be used
complete if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written.
Returns:
true if write was successful

Reimplemented from cvr::parametersManager::parametersManager::parameters.

virtual bool cvr::convexHull::convexHull::parameters::write ( ioHandler handler,
const bool  complete = true 
) const [virtual]

write the parameters in the given ioHandler

Parameters:
handler the ioHandler to be used
complete if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written.
Returns:
true if write was successful

Reimplemented from cvr::parametersManager::parametersManager::parameters.


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

Generated on Sun Sep 20 22:08:44 2009 for CVR-Lib by Doxygen 1.5.8