Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

halftoner::VGSpec Class Reference

#include <VGSpec.h>

Inheritance diagram for halftoner::VGSpec:

Inheritance graph
[legend]
Collaboration diagram for halftoner::VGSpec:

Collaboration graph
[legend]
List of all members.

Detailed Description

Class VGSpec encapsulate runtime informations for instances of class VGHalftoner.

Definition at line 39 of file VGSpec.h.

Public Methods

Accessors

Private Attributes

Instance variables

Constructor & Destructor Documentation

halftoner::VGSpec::VGSpec int    cluster,
const SFCPathFactory::SizeMnemonic   mnemonic
throw (std::domain_error)
 

Constructor.

Parameters:
cluster  the size of the clusters.
mnemonic  the dimension of the curve.
Exceptions:
std::domain_error  if 1 > cluster.

Definition at line 36 of file VGSpec.cxx.

halftoner::VGSpec::~VGSpec   throw () [virtual]
 

Destructor.

Definition at line 51 of file VGSpec.cxx.


Member Function Documentation

int halftoner::VGSpec::getClusterSize   const throw ()
 

Gets the size of the cluster.

Returns :
the size of one cluster.

Definition at line 61 of file VGSpec.cxx.

Referenced by halftoner::VGexp::halftone(), halftoner::VG95::halftone(), and halftoner::VG91::halftone().

const SFCPathFactory::SizeMnemonic & halftoner::VGSpec::getMnemonic   const throw ()
 

Gets the mnemonic.

Returns :
the mnemonic for the curve.

Definition at line 66 of file VGSpec.cxx.

Referenced by halftoner::VGexp::halftone(), halftoner::VG95::halftone(), and halftoner::VG91::halftone().


Member Data Documentation

int halftoner::VGSpec::cluster [private]
 

The size of the clusters.

Definition at line 45 of file VGSpec.h.

const SFCPathFactory::SizeMnemonic& halftoner::VGSpec::mnemonic [private]
 

The mnemonic for the curve to load.

Definition at line 47 of file VGSpec.h.


The documentation for this class was generated from the following files:
Generated on Sat Sep 7 16:37:57 2002 for Halftoning Library by doxygen1.2.17