shape_doc 0.1
Width Struct Reference

#include <width.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Definition at line 12 of file width.hpp.


Constructor & Destructor Documentation

Width ( ) [inline]

Definition at line 16 of file width.hpp.

: sz(0.01), nb(100) {}
Width ( int  n) [inline]

Definition at line 17 of file width.hpp.

: sz(0.01), nb(n){}
Width ( double  x) [inline]

Definition at line 18 of file width.hpp.

: sz(x), nb(100){}
Width ( double  x,
unsigned  n 
) [inline]

Definition at line 19 of file width.hpp.

: sz(x),nb(n){}
Width ( const Width c) [inline]

Definition at line 20 of file width.hpp.

: sz(c.sz),nb(c.nb){}

Member Function Documentation

Width& operator= ( const Width c) [inline]

Definition at line 21 of file width.hpp.

References Width::nb, and Width::sz.

  {
    sz=c.sz; nb=c.nb; return *this;
  }

Member Data Documentation

unsigned nb

Definition at line 15 of file width.hpp.

Referenced by mmx::shape::operator<<(), and Width::operator=().

double sz

Definition at line 14 of file width.hpp.

Referenced by mmx::shape::operator<<(), and Width::operator=().


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