OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
mslang::Repeat Struct Reference

#include <Repeat.h>

Inheritance diagram for mslang::Repeat:
Inheritance graph
Collaboration diagram for mslang::Repeat:
Collaboration graph

Public Member Functions

virtual ~Repeat ()
 
virtual void print (int indentwidth)
 
virtual void apply (std::vector< std::shared_ptr< Base > > &bfuncs)
 

Static Public Member Functions

static bool parse_detail (iterator &it, const iterator &end, Function *&fun)
 
static bool parse (iterator &it, const iterator &end, Function *&fun)
 

Public Attributes

Functionfunc_m
 
unsigned int N_m
 
double shiftx_m
 
double shifty_m
 
double rot_m
 

Static Public Attributes

static const std::string UDouble = "([0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)"
 
static const std::string Double = "(-?[0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)"
 
static const std::string UInt = "([0-9]+)"
 
static const std::string FCall = "([a-z_]*)\\‍((.*)"
 

Detailed Description

Definition at line 7 of file Repeat.h.

Constructor & Destructor Documentation

◆ ~Repeat()

virtual mslang::Repeat::~Repeat ( )
inlinevirtual

Definition at line 14 of file Repeat.h.

References func_m.

Member Function Documentation

◆ apply()

void mslang::Repeat::apply ( std::vector< std::shared_ptr< Base > > &  bfuncs)
virtual

Implements mslang::Function.

Definition at line 17 of file Repeat.cpp.

References mslang::Function::apply(), func_m, mslang::AffineTransformation::mult(), N_m, rot_m, shiftx_m, and shifty_m.

Here is the call graph for this function:

◆ parse()

◆ parse_detail()

bool mslang::Repeat::parse_detail ( iterator it,
const iterator end,
Function *&  fun 
)
static

◆ print()

void mslang::Repeat::print ( int  indentwidth)
virtual

Implements mslang::Function.

Definition at line 6 of file Repeat.cpp.

References func_m, N_m, mslang::Function::print(), shiftx_m, and shifty_m.

Here is the call graph for this function:

Member Data Documentation

◆ Double

const std::string mslang::Function::Double = "(-?[0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)"
staticinherited

Definition at line 32 of file MSLang.h.

◆ FCall

const std::string mslang::Function::FCall = "([a-z_]*)\\‍((.*)"
staticinherited

Definition at line 34 of file MSLang.h.

Referenced by mslang::Function::parse().

◆ func_m

Function* mslang::Repeat::func_m

Definition at line 8 of file Repeat.h.

Referenced by apply(), parse_detail(), print(), and ~Repeat().

◆ N_m

unsigned int mslang::Repeat::N_m

Definition at line 9 of file Repeat.h.

Referenced by apply(), parse_detail(), and print().

◆ rot_m

double mslang::Repeat::rot_m

Definition at line 12 of file Repeat.h.

Referenced by apply(), and parse_detail().

◆ shiftx_m

double mslang::Repeat::shiftx_m

Definition at line 10 of file Repeat.h.

Referenced by apply(), parse_detail(), and print().

◆ shifty_m

double mslang::Repeat::shifty_m

Definition at line 11 of file Repeat.h.

Referenced by apply(), parse_detail(), and print().

◆ UDouble

const std::string mslang::Function::UDouble = "([0-9]+\\.?[0-9]*([Ee][+-]?[0-9]+)?)"
staticinherited

Definition at line 31 of file MSLang.h.

Referenced by mslang::Rectangle::parse_detail().

◆ UInt

const std::string mslang::Function::UInt = "([0-9]+)"
staticinherited

Definition at line 33 of file MSLang.h.


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