claw::graphic::xbm::writer::options Struct Reference

Parameters of the writing algorithm. More...

#include <xbm.hpp>

List of all members.

Public Member Functions

 options ()
 Default constructor.
 options (const std::string &n, const claw::math::coordinate_2d< int > *h)
 Constructor.

Public Attributes

std::string name
 The name of the image structure in the file.
const
claw::math::coordinate_2d< int > * 
hot
 The position of the hot spot in the image.

Detailed Description

Parameters of the writing algorithm.

Definition at line 100 of file xbm.hpp.


Constructor & Destructor Documentation

claw::graphic::xbm::writer::options::options (  ) 

Default constructor.

Definition at line 37 of file xbm_writer.cpp.

00038   : name("noname"), hot(NULL)
00039 {
00040 
00041 } // xbm::writer::options::options()

claw::graphic::xbm::writer::options::options ( const std::string &  n,
const claw::math::coordinate_2d< int > *  h 
)

Constructor.

Parameters:
n The name of the image structure in the file.
h The position of the hot spot in the image.

Definition at line 50 of file xbm_writer.cpp.

00051   : name(n), hot(h)
00052 {
00053 
00054 } // xbm::writer::options::options()


Member Data Documentation

The position of the hot spot in the image.

Definition at line 113 of file xbm.hpp.

Referenced by claw::graphic::xbm::writer::save().

The name of the image structure in the file.

Definition at line 110 of file xbm.hpp.

Referenced by claw::graphic::xbm::writer::save().


The documentation for this struct was generated from the following files:

Generated on 9 Nov 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.6.1