CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | Public Attributes | List of all members
cass::Rotor Struct Reference

matrix rotation struct More...

#include <image_manipulation.h>

Public Member Functions

 Rotor (char cc, char cr, char rc, char rr)
 contructor More...
 

Public Attributes

char incDestColPerSrcCol
 steps to increase in the dest columns when src column is increased by one More...
 
char incDestColPerSrcRow
 steps to increase in the dest columns when src row is increased by one More...
 
char incDestRowPerSrcCol
 steps to increase in the dest row when src column is increased by one More...
 
char incDestRowPerSrcRow
 steps to increase in the dest row when src row is increased by one More...
 

Detailed Description

matrix rotation struct

tell how much one has to advance in the destination matrix when one advances by one in the src matrix

Author
Lutz Foucar

Definition at line 33 of file image_manipulation.h.

Constructor & Destructor Documentation

cass::Rotor::Rotor ( char  cc,
char  cr,
char  rc,
char  rr 
)
inline

contructor

intializes the struct in the proper way

Parameters
ccsteps to increase in the dest columns when src column is increased by one
crsteps to increase in the dest columns when src row is increased by one
rcsteps to increase in the dest row when src column is increased by one
rrsteps to increase in the dest row when src row is increased by one

Definition at line 44 of file image_manipulation.h.

Member Data Documentation

char cass::Rotor::incDestColPerSrcCol

steps to increase in the dest columns when src column is increased by one

Definition at line 52 of file image_manipulation.h.

Referenced by cass::SegmentCopier::operator()().

char cass::Rotor::incDestColPerSrcRow

steps to increase in the dest columns when src row is increased by one

Definition at line 55 of file image_manipulation.h.

Referenced by cass::SegmentCopier::operator()().

char cass::Rotor::incDestRowPerSrcCol

steps to increase in the dest row when src column is increased by one

Definition at line 58 of file image_manipulation.h.

Referenced by cass::SegmentCopier::operator()().

char cass::Rotor::incDestRowPerSrcRow

steps to increase in the dest row when src row is increased by one

Definition at line 61 of file image_manipulation.h.

Referenced by cass::SegmentCopier::operator()().


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