Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

RotatedPattern Class Reference

A (pattern, angle) pair. More...

#include <Pattern.hpp>

List of all members.

Public Member Functions

 RotatedPattern (const Pattern *pat, int angle)
const Patternpattern () const
int angle () const

Private Attributes

const Patternm_pattern
int m_angle

Detailed Description

A (pattern, angle) pair.

Definition at line 394 of file Pattern.hpp.


Constructor & Destructor Documentation

RotatedPattern::RotatedPattern ( const Pattern pat,
int  angle 
) [inline]

Definition at line 406 of file Pattern.hpp.


Member Function Documentation

int RotatedPattern::angle (  )  const [inline]
const Pattern * RotatedPattern::pattern (  )  const [inline]

Member Data Documentation

int RotatedPattern::m_angle [private]

Definition at line 403 of file Pattern.hpp.

Referenced by angle().

Definition at line 402 of file Pattern.hpp.

Referenced by pattern().


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


6 Jan 2011 Doxygen 1.6.3